Searched refs:mac_hlist (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | adapter.h | 406 struct list_head mac_hlist; member
|
| H A D | cxgb4vf_main.c | 249 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() 3328 list_for_each_entry_safe(entry, tmp, &adapter->mac_hlist, in cxgb4vf_pci_remove()
|