Searched refs:MAC_IS_MULTICAST (Results 1 – 2 of 2) sorted by relevance
54 #define MAC_IS_MULTICAST(p) ((*((u8 *)((p) + 0)) & 0x01) ? (1) : (0)) macro
1261 MAC_IS_MULTICAST(mac_entry->addr)) { in hns_dsaf_set_mac_uc_entry()1749 if (MAC_IS_MULTICAST((u8 *)mac_addr) || in hns_dsaf_get_mac_entry_by_index()