Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h135 #define LM_RX_MASK_ACCEPT_NONE 0x0000 macro
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c1528 BnxeRxMask(pUM, LM_CLI_IDX_FCOE, LM_RX_MASK_ACCEPT_NONE); in BnxeHwStopFCOE()
1613 BnxeRxMask(pUM, LM_CLI_IDX_NDIS, LM_RX_MASK_ACCEPT_NONE); in BnxeHwStopL2()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c362 lm_status = lm_set_rx_mask(pdev, LM_CLI_IDX_NDIS, LM_RX_MASK_ACCEPT_NONE, NULL); in lm_vf_chip_init()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c359 …tus = lm_set_rx_mask(pdev, LM_SW_VF_CLI_ID(vf_info,request->vf_qid), LM_RX_MASK_ACCEPT_NONE, NULL); in lm_pf_vf_fill_set_q_filters_response()
3144 …lm_status = lm_set_rx_mask(pdev, vf_info->vf_chains[0].sw_client_id, LM_RX_MASK_ACCEPT_NONE, NULL); in lm_pf_create_vf()