Home
last modified time | relevance | path

Searched refs:LM_RX_MASK_ACCEPT_MULTICAST (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h137 #define LM_RX_MASK_ACCEPT_MULTICAST 0x0002 macro
/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c1204 | LM_RX_MASK_ACCEPT_MULTICAST in BnxeHwStartFCOE()
1334 | LM_RX_MASK_ACCEPT_MULTICAST in BnxeHwStartL2()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c390 rx_mask |= LM_RX_MASK_ACCEPT_MULTICAST; in lm_pf_vf_fill_set_q_filters_response()
2141 if (GET_FLAGS(*rx_mask, LM_RX_MASK_ACCEPT_MULTICAST)) { in lm_vf_pf_set_q_filters()
2230 if (GET_FLAGS(*rx_mask, LM_RX_MASK_ACCEPT_MULTICAST)) { in lm_vf_pf_set_q_filters()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2132 if GET_FLAGS(rx_mask ,LM_RX_MASK_ACCEPT_MULTICAST) in lm_set_rx_mask()