Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h353 struct hash_mac_addr { struct
Dt4vf_common.h354 static inline int hash_mac_addr(const u8 *addr) in hash_mac_addr() function
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()
3277 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()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h1038 struct hash_mac_addr { struct
1743 static inline int hash_mac_addr(const u8 *addr) in hash_mac_addr() function
Dcxgb4_main.c354 struct hash_mac_addr *entry; in cxgb4_set_addr_hash()
359 vec |= (1ULL << hash_mac_addr(entry->addr)); in cxgb4_set_addr_hash()
381 struct hash_mac_addr *new_entry; in cxgb4_mac_sync()
409 struct hash_mac_addr *entry, *tmp; in cxgb4_mac_unsync()
466 struct hash_mac_addr *entry, *new_entry; in cxgb4_change_mac()
7105 struct hash_mac_addr *entry, *tmp; in remove_one()
Dt4_hw.c8031 hash_mac_addr(addr[offset + i])); in t4_alloc_mac_filt()