Searched refs:mac_hlist (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 406 struct list_head mac_hlist; member
|
H A D | cxgb4vf_main.c | 249 list_for_each_entry(entry, &adapter->mac_hlist, list) { in cxgb4vf_set_addr_hash() 285 list_for_each_entry(entry, &adapter->mac_hlist, list) { in cxgb4vf_change_mac() 296 list_add_tail(&new_entry->list, &adapter->mac_hlist); in cxgb4vf_change_mac() 960 list_add_tail(&new_entry->list, &adapter->mac_hlist); in cxgb4vf_mac_sync() 978 list_for_each_entry_safe(entry, tmp, &adapter->mac_hlist, list) { in cxgb4vf_mac_unsync() 3025 INIT_LIST_HEAD(&adapter->mac_hlist); in cxgb4vf_pci_probe() 3328 list_for_each_entry_safe(entry, tmp, &adapter->mac_hlist, in cxgb4vf_pci_remove()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 356 list_for_each_entry(entry, &adap->mac_hlist, list) { in cxgb4_set_addr_hash() 395 list_add_tail(&new_entry->list, &adap->mac_hlist); in cxgb4_mac_sync() 413 list_for_each_entry_safe(entry, tmp, &adap->mac_hlist, list) { in cxgb4_mac_unsync() 475 list_for_each_entry(entry, &adapter->mac_hlist, list) { in cxgb4_change_mac() 486 list_add_tail(&new_entry->list, &adapter->mac_hlist); in cxgb4_change_mac() 6785 INIT_LIST_HEAD(&adapter->mac_hlist); in init_one() 7153 list_for_each_entry_safe(entry, tmp, &adapter->mac_hlist, in remove_one()
|
H A D | cxgb4.h | 1155 struct list_head mac_hlist; /* list of MAC addresses in MPS Hash */ member
|