Searched refs:vlf (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_virtchnl.c | 2629 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2632 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2635 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion() 2695 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2698 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2701 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion()
|
| H A D | iavf_main.c | 1249 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_clear_mac_vlan_filters() local 1269 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_clear_mac_vlan_filters() 1271 vlf->state = IAVF_VLAN_DISABLE; in iavf_clear_mac_vlan_filters() 5522 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_remove() local 5618 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_remove() 5620 list_del(&vlf->list); in iavf_remove() 5621 kfree(vlf); in iavf_remove()
|