Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_vf.c1315 struct vfpf_vport_update_tx_switch_tlv *p_tx_switch_tlv; in ecore_vf_pf_vport_update() local
1319 p_tx_switch_tlv = ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_vport_update()
1323 p_tx_switch_tlv->tx_switching = p_params->tx_switching_flg; in ecore_vf_pf_vport_update()
H A Decore_sriov.c3069 struct vfpf_vport_update_tx_switch_tlv *p_tx_switch_tlv; in ecore_iov_vp_update_tx_switch() local
3072 p_tx_switch_tlv = (struct vfpf_vport_update_tx_switch_tlv *) in ecore_iov_vp_update_tx_switch()
3074 if (!p_tx_switch_tlv) in ecore_iov_vp_update_tx_switch()
3087 p_data->tx_switching_flg = p_tx_switch_tlv->tx_switching; in ecore_iov_vp_update_tx_switch()