Searched refs:vvfl (Results 1 – 1 of 1) sorted by relevance
490 struct i40e_virtchnl_vlan_filter_list *vvfl; in i40evf_add_vlans() local521 vvfl = kzalloc(len, GFP_ATOMIC); in i40evf_add_vlans()522 if (!vvfl) in i40evf_add_vlans()525 vvfl->vsi_id = adapter->vsi_res->vsi_id; in i40evf_add_vlans()526 vvfl->num_elements = count; in i40evf_add_vlans()529 vvfl->vlan_id[i] = f->vlan; in i40evf_add_vlans()535 i40evf_send_pf_msg(adapter, I40E_VIRTCHNL_OP_ADD_VLAN, (u8 *)vvfl, len); in i40evf_add_vlans()536 kfree(vvfl); in i40evf_add_vlans()549 struct i40e_virtchnl_vlan_filter_list *vvfl; in i40evf_del_vlans() local580 vvfl = kzalloc(len, GFP_ATOMIC); in i40evf_del_vlans()[all …]