Home
last modified time | relevance | path

Searched refs:BnxeMulticast (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c810 int BnxeMulticast(um_device_t * pUM, in BnxeMulticast() function
1191 if ((BnxeMulticast(pUM, LM_CLI_IDX_FCOE, B_TRUE, ALL_FCOE_MACS, B_FALSE) < 0) || in BnxeHwStartFCOE()
1192 (BnxeMulticast(pUM, LM_CLI_IDX_FCOE, B_TRUE, ALL_ENODE_MACS, B_TRUE) < 0)) in BnxeHwStartFCOE()
1534 BnxeMulticast(pUM, LM_CLI_IDX_FCOE, B_FALSE, NULL, B_TRUE); in BnxeHwStopFCOE()
1652 BnxeMulticast(pUM, LM_CLI_IDX_NDIS, B_FALSE, NULL, B_TRUE); in BnxeHwStopL2()
H A Dbnxe.h762 int BnxeMulticast(um_device_t * pUM,
H A Dbnxe_gld.c619 rc = BnxeMulticast(pUM, LM_CLI_IDX_NDIS, flag, pMcastAddr, B_TRUE); in BnxeMacMulticast()