Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c2600 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local
2603 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() local
2669 list_for_each_entry(vlf, in iavf_virtchnl_completion()
2672 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion()
H A Diavf_main.c5500 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_remove() local
5596 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()