Searched refs:tx_qid (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | eth_bond_8023ad_private.h | 178 uint16_t tx_qid; member
|
| H A D | rte_eth_bond_8023ad.c | 640 internals->mode4.dedicated_queues.tx_qid, in tx_machine() 1229 mode4->dedicated_queues.tx_qid = UINT16_MAX; in bond_mode_8023ad_conf_assign() 1347 internals->mode4.dedicated_queues.tx_qid, in bond_mode_8023ad_handle_slow_pkt()
|
| H A D | rte_eth_bond_pmd.c | 230 internals->mode4.dedicated_queues.tx_qid = bond_info.nb_tx_queues; in bond_8023ad_slow_pkt_hw_filter_supported() 1666 internals->mode4.dedicated_queues.tx_qid, 512, in slave_configure_slow_queue() 1673 internals->mode4.dedicated_queues.tx_qid, in slave_configure_slow_queue() 1977 internals->mode4.dedicated_queues.tx_qid = in bond_ethdev_start()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_vfpf_if.h | 289 u16 tx_qid; member 320 u16 tx_qid; member
|
| H A D | ecore_sriov.c | 318 u16 tx_qid, in ecore_iov_validate_txq() argument 321 if (tx_qid >= p_vf->num_txqs) { in ecore_iov_validate_txq() 325 p_vf->abs_vf_id, tx_qid, p_vf->num_txqs); in ecore_iov_validate_txq() 329 return ecore_iov_validate_queue_mode(p_vf, tx_qid, mode, true); in ecore_iov_validate_txq() 2669 if (!ecore_iov_validate_txq(p_hwfn, vf, req->tx_qid, in ecore_iov_vf_mbx_start_txq() 2678 p_queue = &vf->vf_queues[req->tx_qid]; in ecore_iov_vf_mbx_start_txq() 2697 vf_params.vf_qid = (u8)req->tx_qid; in ecore_iov_vf_mbx_start_txq() 2865 rc = ecore_iov_vf_stop_txqs(p_hwfn, vf, req->tx_qid, in ecore_iov_vf_mbx_stop_txqs()
|
| H A D | ecore_vf.c | 979 req->tx_qid = qid; in ecore_vf_pf_txq_start() 1037 req->tx_qid = p_cid->rel.queue_id; in ecore_vf_pf_txq_stop()
|