Searched refs:mac_hlist (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 404 struct list_head mac_hlist; member
|
D | cxgb4vf_main.c | 751 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/ |
D | cxgb4_main.c | 355 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()
|
D | cxgb4.h | 943 struct list_head mac_hlist; /* list of MAC addresses in MPS Hash */ member
|