Searched refs:vlf (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/intel/iavf/ |
| D | iavf_virtchnl.c | 2184 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2187 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2190 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion() 2248 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2251 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2254 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion()
|
| D | iavf_main.c | 1300 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_clear_mac_vlan_filters() local 1320 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_clear_mac_vlan_filters() 1322 vlf->state = IAVF_VLAN_DISABLE; in iavf_clear_mac_vlan_filters() 5091 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_remove() local 5195 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_remove() 5197 list_del(&vlf->list); in iavf_remove() 5198 kfree(vlf); in iavf_remove()
|