Home
last modified time | relevance | path

Searched refs:LM_VF_DQ_CID_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h301 #define LM_VF_DQ_CID_SIZE (1 << LM_VF_DQ_CID_BITS) macro
302 #define LM_VF_DQ_CID_MASK (LM_VF_DQ_CID_SIZE - 1)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c123 response->pfdev_info.db_size = LM_VF_DQ_CID_SIZE; in lm_pf_vf_fill_acquire_response()