Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vf.c1297 struct vfpf_vport_update_vlan_strip_tlv *p_vlan_tlv; in ecore_vf_pf_vport_update() local
1300 p_vlan_tlv = ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_vport_update()
1305 p_vlan_tlv->remove_vlan = p_params->inner_vlan_removal_flg; in ecore_vf_pf_vport_update()
H A Decore_sriov.c2970 struct vfpf_vport_update_vlan_strip_tlv *p_vlan_tlv; in ecore_iov_vp_update_vlan_param() local
2973 p_vlan_tlv = (struct vfpf_vport_update_vlan_strip_tlv *) in ecore_iov_vp_update_vlan_param()
2976 if (!p_vlan_tlv) in ecore_iov_vp_update_vlan_param()
2979 p_vf->shadow_config.inner_vlan_removal = p_vlan_tlv->remove_vlan; in ecore_iov_vp_update_vlan_param()
2984 p_data->inner_vlan_removal_flg = p_vlan_tlv->remove_vlan; in ecore_iov_vp_update_vlan_param()