Searched refs:vlf (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_virtchnl.c | 2424 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2427 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2430 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion() 2490 struct iavf_vlan_filter *vlf; in iavf_virtchnl_completion() local 2493 list_for_each_entry(vlf, in iavf_virtchnl_completion() 2496 vlf->state = IAVF_VLAN_ADD; in iavf_virtchnl_completion()
|
H A D | iavf_main.c | 1263 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_clear_mac_vlan_filters() local 1283 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_clear_mac_vlan_filters() 1285 vlf->state = IAVF_VLAN_DISABLE; in iavf_clear_mac_vlan_filters() 5463 struct iavf_vlan_filter *vlf, *vlftmp; in iavf_remove() local 5558 list_for_each_entry_safe(vlf, vlftmp, &adapter->vlan_filter_list, in iavf_remove() 5560 list_del(&vlf->list); in iavf_remove() 5561 kfree(vlf); in iavf_remove()
|