Searched refs:vlf (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_virtchnl.c | 2253 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2256 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2259 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion() 2319 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2322 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2325 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion()
|
H A D | iavf_main.c | 1280 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_clear_mac_vlan_filters() local 1300 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_clear_mac_vlan_filters() 1302 vlf->state = IAVF_VLAN_DISABLE; in iavf_clear_mac_vlan_filters() 5121 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_remove() local 5231 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_remove() 5233 list_del(&vlf->list); in iavf_remove() 5234 kfree(vlf); in iavf_remove()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 983 struct iavf_vlan_filter *vlf; in iavf_down() local 1008 list_for_each_entry(vlf, &adapter->vlan_filter_list, list) { in iavf_down() 1009 vlf->remove = true; in iavf_down() 2070 struct iavf_vlan_filter *vlf; in iavf_reset_task() local 2213 list_for_each_entry(vlf, &adapter->vlan_filter_list, list) { in iavf_reset_task() 2214 vlf->add = true; in iavf_reset_task() 3915 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_remove() local 3982 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_remove() 3984 list_del(&vlf->list); in iavf_remove() 3985 kfree(vlf); in iavf_remove() [all...] |
Completed in 12 milliseconds