Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h806 #define IS_ETH_MULTICAST(eth_addr) \ macro
/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c676 if (IS_ETH_MULTICAST(pMacAddr)) in BnxeRxRingGroupAddMac()
816 if (IS_ETH_MULTICAST(pMacAddr)) in BnxeMacUnicast()
H A Dbnxe_fcoe.c1063 if (IS_ETH_MULTICAST(pData)) in BnxeFcoePrvCtl()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_send.c963 if (IS_ETH_MULTICAST(packet->l2pkt_tx_info->dst_mac_addr)) in lm_send_packet()