Home
last modified time | relevance | path

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

/Linux-v4.19/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.c872 struct hash_mac_addr *entry; in cxgb4vf_set_addr_hash()
877 vec |= (1ULL << hash_mac_addr(entry->addr)); in cxgb4vf_set_addr_hash()
892 struct hash_mac_addr *new_entry; in cxgb4vf_mac_sync()
920 struct hash_mac_addr *entry, *tmp; in cxgb4vf_mac_unsync()
Dt4vf_hw.c1574 *hash |= (1ULL << hash_mac_addr(addr[offset+i])); in t4vf_alloc_mac_filt()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h843 struct hash_mac_addr { struct
1487 static inline int hash_mac_addr(const u8 *addr) in hash_mac_addr() function
Dcxgb4_main.c352 struct hash_mac_addr *entry; in cxgb4_set_addr_hash()
357 vec |= (1ULL << hash_mac_addr(entry->addr)); in cxgb4_set_addr_hash()
373 struct hash_mac_addr *new_entry; in cxgb4_mac_sync()
401 struct hash_mac_addr *entry, *tmp; in cxgb4_mac_unsync()
Dt4_hw.c7869 hash_mac_addr(addr[offset + i])); in t4_alloc_mac_filt()