Searched refs:I40E_IS_MULTICAST (Results 1 – 3 of 3) sorted by relevance
55 #define I40E_IS_MULTICAST(address) (bool)(((u8 *)(address))[0] & ((u8)0x01)) macro
968 if (I40E_IS_MULTICAST(mac_addr) || in i40e_validate_mac_addr()3151 if (I40E_IS_MULTICAST(mv_list[i].mac_addr)) in i40e_aq_add_macvlan()
2883 if (!I40E_IS_MULTICAST(mc_addrs[i].addr_bytes)) { in i40evf_add_del_mc_addr_list()