Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c490 struct i40e_virtchnl_vlan_filter_list *vvfl; in i40evf_add_vlans() local
521 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() local
580 vvfl = kzalloc(len, GFP_ATOMIC); in i40evf_del_vlans()
[all …]