Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c1271 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_clear_mac_vlan_filters() local
1291 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_clear_mac_vlan_filters()
1293 vlf->state = IAVF_VLAN_DISABLE; in iavf_clear_mac_vlan_filters()
5533 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_remove() local
5629 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_remove()
5631 list_del(&vlf->list); in iavf_remove()
5632 kfree(vlf); in iavf_remove()