Home
last modified time | relevance | path

Searched refs:mac_hlist (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h406 struct list_head mac_hlist; member
Dcxgb4vf_main.c249 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()
3329 list_for_each_entry_safe(entry, tmp, &adapter->mac_hlist, in cxgb4vf_pci_remove()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c357 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()
6787 INIT_LIST_HEAD(&adapter->mac_hlist); in init_one()
7156 list_for_each_entry_safe(entry, tmp, &adapter->mac_hlist, in remove_one()
Dcxgb4.h1157 struct list_head mac_hlist; /* list of MAC addresses in MPS Hash */ member