Searched refs:vvfl (Results 1 – 1 of 1) sorted by relevance
509 struct i40e_virtchnl_vlan_filter_list *vvfl; in i40evf_add_vlans() local539 vvfl = kzalloc(len, GFP_ATOMIC); in i40evf_add_vlans()540 if (!vvfl) in i40evf_add_vlans()543 vvfl->vsi_id = adapter->vsi_res->vsi_id; in i40evf_add_vlans()544 vvfl->num_elements = count; in i40evf_add_vlans()547 vvfl->vlan_id[i] = f->vlan; in i40evf_add_vlans()553 i40evf_send_pf_msg(adapter, I40E_VIRTCHNL_OP_ADD_VLAN, (u8 *)vvfl, len); in i40evf_add_vlans()554 kfree(vvfl); in i40evf_add_vlans()567 struct i40e_virtchnl_vlan_filter_list *vvfl; in i40evf_del_vlans() local597 vvfl = kzalloc(len, GFP_ATOMIC); in i40evf_del_vlans()[all …]