Searched refs:vlf (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_virtchnl.c | 2608 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2611 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2614 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion() 2674 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2677 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2680 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion()
|
| H A D | iavf_main.c | 1310 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_clear_mac_vlan_filters() local 1330 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_clear_mac_vlan_filters() 1332 vlf->state = IAVF_VLAN_DISABLE; in iavf_clear_mac_vlan_filters() 5668 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_remove() local 5765 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_remove() 5767 list_del(&vlf->list); in iavf_remove() 5768 kfree(vlf); in iavf_remove()
|