Searched refs:vlf (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/intel/iavf/ |
D | iavf_virtchnl.c | 2189 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2192 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2195 vlf->add = true; in iavf_virtchnl_completion() 2249 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2252 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2255 vlf->add = true; in iavf_virtchnl_completion()
|
D | iavf_main.c | 1270 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_clear_mac_vlan_filters() local 1290 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_clear_mac_vlan_filters() 1292 if (vlf->add) { in iavf_clear_mac_vlan_filters() 1293 list_del(&vlf->list); in iavf_clear_mac_vlan_filters() 1294 kfree(vlf); in iavf_clear_mac_vlan_filters() 1296 vlf->remove = true; in iavf_clear_mac_vlan_filters() 5046 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_remove() local 5143 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_remove() 5145 list_del(&vlf->list); in iavf_remove() 5146 kfree(vlf); in iavf_remove()
|