Searched refs:p_vlan_tlv (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.c1299 struct vfpf_vport_update_vlan_strip_tlv *p_vlan_tlv; local
1302 p_vlan_tlv = ecore_add_tlv(&p_iov->offset,
1307 p_vlan_tlv->remove_vlan = p_params->inner_vlan_removal_flg;
H A Decore_sriov.c2972 struct vfpf_vport_update_vlan_strip_tlv *p_vlan_tlv; local
2975 p_vlan_tlv = (struct vfpf_vport_update_vlan_strip_tlv *)
2978 if (!p_vlan_tlv)
2981 p_vf->shadow_config.inner_vlan_removal = p_vlan_tlv->remove_vlan;
2986 p_data->inner_vlan_removal_flg = p_vlan_tlv->remove_vlan;

Completed in 119 milliseconds