Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c2253 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 Diavf_main.c1295 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_clear_mac_vlan_filters() local
1315 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_clear_mac_vlan_filters()
1317 vlf->state = IAVF_VLAN_DISABLE; in iavf_clear_mac_vlan_filters()
5164 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_remove() local
5274 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_remove()
5276 list_del(&vlf->list); in iavf_remove()
5277 kfree(vlf); in iavf_remove()