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

/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h348 * hash_mac_addr - return the hash value of a MAC address
354 static inline int hash_mac_addr(const u8 *addr) function
H A Dadapter.h353 struct hash_mac_addr { struct
H A Dcxgb4vf_main.c246 struct hash_mac_addr *entry;
251 vec |= (1ULL << hash_mac_addr(entry->addr));
275 struct hash_mac_addr *new_entry, *entry;
945 struct hash_mac_addr *new_entry;
973 struct hash_mac_addr *entry, *tmp;
3276 struct hash_mac_addr *entry, *tmp;
H A Dt4vf_hw.c1584 *hash |= (1ULL << hash_mac_addr(addr[offset+i]));
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h1038 struct hash_mac_addr { struct
1735 * hash_mac_addr - return the hash value of a MAC address
1741 static inline int hash_mac_addr(const u8 *addr) function
H A Dcxgb4_main.c353 struct hash_mac_addr *entry;
358 vec |= (1ULL << hash_mac_addr(entry->addr));
380 struct hash_mac_addr *new_entry;
408 struct hash_mac_addr *entry, *tmp;
465 struct hash_mac_addr *entry, *new_entry;
7102 struct hash_mac_addr *entry, *tmp;
H A Dt4_hw.c8031 hash_mac_addr(addr[offset + i]));

Completed in 211 milliseconds