Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h354 static inline int hash_mac_addr(const u8 *addr) in hash_mac_addr() function
Dadapter.h353 struct hash_mac_addr { struct
Dcxgb4vf_main.c246 struct hash_mac_addr *entry; in cxgb4vf_set_addr_hash()
251 vec |= (1ULL << hash_mac_addr(entry->addr)); in cxgb4vf_set_addr_hash()
275 struct hash_mac_addr *new_entry, *entry; in cxgb4vf_change_mac()
945 struct hash_mac_addr *new_entry; in cxgb4vf_mac_sync()
973 struct hash_mac_addr *entry, *tmp; in cxgb4vf_mac_unsync()
3276 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-6.12.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h1038 struct hash_mac_addr { struct
1741 static inline int hash_mac_addr(const u8 *addr) in hash_mac_addr() function
Dcxgb4_main.c353 struct hash_mac_addr *entry; in cxgb4_set_addr_hash()
358 vec |= (1ULL << hash_mac_addr(entry->addr)); in cxgb4_set_addr_hash()
380 struct hash_mac_addr *new_entry; in cxgb4_mac_sync()
408 struct hash_mac_addr *entry, *tmp; in cxgb4_mac_unsync()
465 struct hash_mac_addr *entry, *new_entry; in cxgb4_change_mac()
7102 struct hash_mac_addr *entry, *tmp; in remove_one()
Dt4_hw.c8031 hash_mac_addr(addr[offset + i])); in t4_alloc_mac_filt()