Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_vf.c1267 u8 update_rx, update_tx; in ecore_vf_pf_vport_update() local
1276 update_tx = p_params->update_vport_active_tx_flg; in ecore_vf_pf_vport_update()
1282 if (update_rx || update_tx) { in ecore_vf_pf_vport_update()
1296 if (update_tx) { in ecore_vf_pf_vport_update()
1297 p_act_tlv->update_tx = update_tx; in ecore_vf_pf_vport_update()
1340 update_tx = p_params->accept_flags.update_tx_mode_config; in ecore_vf_pf_vport_update()
1342 if (update_rx || update_tx) { in ecore_vf_pf_vport_update()
1356 if (update_tx) { in ecore_vf_pf_vport_update()
1357 p_accept_tlv->update_tx_mode = update_tx; in ecore_vf_pf_vport_update()
H A Decore_vfpf_if.h383 u8 update_tx; member
H A Decore_sriov.c3034 p_data->update_vport_active_tx_flg = p_act_tlv->update_tx; in ecore_iov_vp_update_act_param()