Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c52 if (I40E_IS_MULTICAST(mac_addr)) in i40e_group_remove_mac()
121 if (I40E_IS_MULTICAST(mac_addr)) in i40e_group_add_mac()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h73 #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()
3109 if (I40E_IS_MULTICAST(mv_list[i].mac_addr)) in i40e_aq_add_macvlan()