Searched refs:vlf (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/iavf/ |
D | iavf_virtchnl.c | 2287 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2290 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2293 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion() 2353 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2356 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2359 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion()
|
D | iavf_main.c | 1248 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_clear_mac_vlan_filters() local 1268 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_clear_mac_vlan_filters() 1270 vlf->state = IAVF_VLAN_DISABLE; in iavf_clear_mac_vlan_filters() 5252 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_remove() local 5345 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_remove() 5347 list_del(&vlf->list); in iavf_remove() 5348 kfree(vlf); in iavf_remove()
|