Searched refs:mac_hlist (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 405 struct list_head mac_hlist; member
|
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() 3033 INIT_LIST_HEAD(&adapter->mac_hlist); in cxgb4vf_pci_probe() 3338 list_for_each_entry_safe(entry, tmp, &adapter->mac_hlist, in cxgb4vf_pci_remove()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 357 list_for_each_entry(entry, &adap->mac_hlist, list) { in cxgb4_set_addr_hash() 396 list_add_tail(&new_entry->list, &adap->mac_hlist); in cxgb4_mac_sync() 414 list_for_each_entry_safe(entry, tmp, &adap->mac_hlist, list) { in cxgb4_mac_unsync() 476 list_for_each_entry(entry, &adapter->mac_hlist, list) { in cxgb4_change_mac() 487 list_add_tail(&new_entry->list, &adapter->mac_hlist); in cxgb4_change_mac() 6808 INIT_LIST_HEAD(&adapter->mac_hlist); in init_one() 7179 list_for_each_entry_safe(entry, tmp, &adapter->mac_hlist, in remove_one()
|
D | cxgb4.h | 1159 struct list_head mac_hlist; /* list of MAC addresses in MPS Hash */ member
|