Home
last modified time | relevance | path

Searched refs:hash_mac_addr (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h353 static inline int hash_mac_addr(const u8 *addr) in hash_mac_addr() function
Dadapter.h352 struct hash_mac_addr { struct
Dcxgb4vf_main.c247 struct hash_mac_addr *entry; in cxgb4vf_set_addr_hash()
252 vec |= (1ULL << hash_mac_addr(entry->addr)); in cxgb4vf_set_addr_hash()
277 struct hash_mac_addr *new_entry, *entry; in cxgb4vf_change_mac()
947 struct hash_mac_addr *new_entry; in cxgb4vf_mac_sync()
975 struct hash_mac_addr *entry, *tmp; in cxgb4vf_mac_unsync()
3332 struct hash_mac_addr *entry, *tmp; in cxgb4vf_pci_remove()
Dt4vf_hw.c1584 *hash |= (1ULL << hash_mac_addr(addr[offset+i])); in t4vf_alloc_mac_filt()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h867 struct hash_mac_addr { struct
1533 static inline int hash_mac_addr(const u8 *addr) in hash_mac_addr() function
Dcxgb4_main.c351 struct hash_mac_addr *entry; in cxgb4_set_addr_hash()
356 vec |= (1ULL << hash_mac_addr(entry->addr)); in cxgb4_set_addr_hash()
378 struct hash_mac_addr *new_entry; in cxgb4_mac_sync()
406 struct hash_mac_addr *entry, *tmp; in cxgb4_mac_unsync()
463 struct hash_mac_addr *entry, *new_entry; in cxgb4_change_mac()
6134 struct hash_mac_addr *entry, *tmp; in remove_one()
Dt4_hw.c8022 hash_mac_addr(addr[offset + i])); in t4_alloc_mac_filt()