Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mac.c170 if (EFX_MAC_ADDR_IS_MULTICAST(addr)) { in efx_mac_addr_set()
H A Def10_filter.c515 !EFX_MAC_ADDR_IS_MULTICAST(spec->efs_loc_mac)) in ef10_filter_is_exclusive()
H A Defx.h601 #define EFX_MAC_ADDR_IS_MULTICAST(_address) (((uint8_t *)_address)[0] & 0x01) macro