Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c550 struct virtchnl_vlan_filter_list *vvfl; in i40evf_add_vlans() local
586 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() local
656 vvfl = kzalloc(len, GFP_ATOMIC); in i40evf_del_vlans()
[all …]