Searched refs:mac_hlist (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 403 struct list_head mac_hlist; member
|
D | cxgb4vf_main.c | 719 INIT_LIST_HEAD(&adapter->mac_hlist); in adapter_up() 868 list_for_each_entry(entry, &adapter->mac_hlist, list) { in cxgb4vf_set_addr_hash() 900 list_add_tail(&new_entry->list, &adapter->mac_hlist); in cxgb4vf_mac_sync() 918 list_for_each_entry_safe(entry, tmp, &adapter->mac_hlist, list) { in cxgb4vf_mac_unsync()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 340 list_for_each_entry(entry, &adap->mac_hlist, list) { in cxgb4_set_addr_hash() 373 list_add_tail(&new_entry->list, &adap->mac_hlist); in cxgb4_mac_sync() 391 list_for_each_entry_safe(entry, tmp, &adap->mac_hlist, list) { in cxgb4_mac_unsync() 2245 INIT_LIST_HEAD(&adap->mac_hlist); in cxgb_up()
|
D | cxgb4.h | 866 struct list_head mac_hlist; /* list of MAC addresses in MPS Hash */ member
|