Searched refs:vvfl (Results 1 – 1 of 1) sorted by relevance
550 struct virtchnl_vlan_filter_list *vvfl; in i40evf_add_vlans() local586 vvfl = kzalloc(len, GFP_ATOMIC); in i40evf_add_vlans()587 if (!vvfl) { in i40evf_add_vlans()592 vvfl->vsi_id = adapter->vsi_res->vsi_id; in i40evf_add_vlans()593 vvfl->num_elements = count; in i40evf_add_vlans()596 vvfl->vlan_id[i] = f->vlan; in i40evf_add_vlans()608 i40evf_send_pf_msg(adapter, VIRTCHNL_OP_ADD_VLAN, (u8 *)vvfl, len); in i40evf_add_vlans()609 kfree(vvfl); in i40evf_add_vlans()620 struct virtchnl_vlan_filter_list *vvfl; in i40evf_del_vlans() local656 vvfl = kzalloc(len, GFP_ATOMIC); in i40evf_del_vlans()[all …]