Searched refs:vlf (Results 1 – 2 of 2) sorted by relevance
2600 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local2603 list_for_each_entry(vlf, in iavf_virtchnl_completion()2606 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion()2666 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local2669 list_for_each_entry(vlf, in iavf_virtchnl_completion()2672 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion()
5500 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_remove() local5596 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_remove()5598 list_del(&vlf->list); in iavf_remove()5599 kfree(vlf); in iavf_remove()