Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/include/
H A Dlm_defs.h798 #define IS_ETH_MULTICAST(eth_addr) \ macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h806 #define IS_ETH_MULTICAST(eth_addr) \ macro
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede.h250 #define IS_ETH_MULTICAST(eth_addr) \ macro
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c657 if (IS_ETH_MULTICAST(pMacAddr)) in BnxeRxRingGroupAddMac()
797 if (IS_ETH_MULTICAST(pMacAddr)) in BnxeMacUnicast()
H A Dbnxe_fcoe.c1063 if (IS_ETH_MULTICAST(pData)) in BnxeFcoePrvCtl()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxgldv3.c140 if (IS_ETH_MULTICAST(macaddr)) { in bnx_m_unicast()