Searched refs:BnxeMulticast (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_hw.c | 810 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 D | bnxe.h | 761 int BnxeMulticast(um_device_t * pUM,
|
H A D | bnxe_gld.c | 638 rc = BnxeMulticast(pUM, LM_CLI_IDX_NDIS, flag, pMcastAddr, B_TRUE); in BnxeMacMulticast()
|