Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vf.c1310 struct vfpf_vport_update_tx_switch_tlv *p_tx_switch_tlv; in ecore_vf_pf_vport_update() local
1314 p_tx_switch_tlv = ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_vport_update()
1318 p_tx_switch_tlv->tx_switching = p_params->tx_switching_flg; in ecore_vf_pf_vport_update()
H A Decore_sriov.c2995 struct vfpf_vport_update_tx_switch_tlv *p_tx_switch_tlv; in ecore_iov_vp_update_tx_switch() local
2998 p_tx_switch_tlv = (struct vfpf_vport_update_tx_switch_tlv *) in ecore_iov_vp_update_tx_switch()
3001 if (!p_tx_switch_tlv) in ecore_iov_vp_update_tx_switch()
3012 p_data->tx_switching_flg = p_tx_switch_tlv->tx_switching; in ecore_iov_vp_update_tx_switch()