Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h405 struct list_head mac_hlist; member
Dcxgb4vf_main.c250 list_for_each_entry(entry, &adapter->mac_hlist, list) { in cxgb4vf_set_addr_hash()
287 list_for_each_entry(entry, &adapter->mac_hlist, list) { in cxgb4vf_change_mac()
298 list_add_tail(&new_entry->list, &adapter->mac_hlist); in cxgb4vf_change_mac()
962 list_add_tail(&new_entry->list, &adapter->mac_hlist); in cxgb4vf_mac_sync()
980 list_for_each_entry_safe(entry, tmp, &adapter->mac_hlist, list) { in cxgb4vf_mac_unsync()
3078 INIT_LIST_HEAD(&adapter->mac_hlist); in cxgb4vf_pci_probe()
3384 list_for_each_entry_safe(entry, tmp, &adapter->mac_hlist, in cxgb4vf_pci_remove()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c354 list_for_each_entry(entry, &adap->mac_hlist, list) { in cxgb4_set_addr_hash()
393 list_add_tail(&new_entry->list, &adap->mac_hlist); in cxgb4_mac_sync()
411 list_for_each_entry_safe(entry, tmp, &adap->mac_hlist, list) { in cxgb4_mac_unsync()
473 list_for_each_entry(entry, &adapter->mac_hlist, list) { in cxgb4_change_mac()
484 list_add_tail(&new_entry->list, &adapter->mac_hlist); in cxgb4_change_mac()
5855 INIT_LIST_HEAD(&adapter->mac_hlist); in init_one()
6186 list_for_each_entry_safe(entry, tmp, &adapter->mac_hlist, in remove_one()
Dcxgb4.h982 struct list_head mac_hlist; /* list of MAC addresses in MPS Hash */ member