Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h404 struct list_head mac_hlist; member
Dcxgb4vf_main.c751 INIT_LIST_HEAD(&adapter->mac_hlist); in adapter_up()
875 list_for_each_entry(entry, &adapter->mac_hlist, list) { in cxgb4vf_set_addr_hash()
907 list_add_tail(&new_entry->list, &adapter->mac_hlist); in cxgb4vf_mac_sync()
925 list_for_each_entry_safe(entry, tmp, &adapter->mac_hlist, list) { in cxgb4vf_mac_unsync()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c355 list_for_each_entry(entry, &adap->mac_hlist, list) { in cxgb4_set_addr_hash()
388 list_add_tail(&new_entry->list, &adap->mac_hlist); in cxgb4_mac_sync()
406 list_for_each_entry_safe(entry, tmp, &adap->mac_hlist, list) { in cxgb4_mac_unsync()
2285 INIT_LIST_HEAD(&adap->mac_hlist); in cxgb_up()
Dcxgb4.h943 struct list_head mac_hlist; /* list of MAC addresses in MPS Hash */ member