Home
last modified time | relevance | path

Searched refs:I40E_IS_MULTICAST (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixl/
H A Di40e_type.h72 #define I40E_IS_MULTICAST(address) (bool)(((u8 *)(address))[0] & ((u8)0x01)) macro
H A Di40e_common.c974 if (I40E_IS_MULTICAST(mac_addr) || in i40e_validate_mac_addr()
3105 if (I40E_IS_MULTICAST(mv_list[i].mac_addr)) in i40e_aq_add_macvlan()