Searched refs:tx_qid (Results 1 – 13 of 13) sorted by relevance
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev_ops.c | 355 conf.tx_qid = pfc_conf->rx_pause.tx_qid; in cnxk_nix_priority_flow_ctrl_queue_config() 1063 dev->pfc_tc_sq_map[conf->tx_tc] != conf->tx_qid) { in nix_priority_flow_ctrl_configure() 1092 if (conf->tx_qid >= eth_dev->data->nb_tx_queues) in nix_priority_flow_ctrl_configure() 1116 txq = ((struct cnxk_eth_txq_sp *)data->tx_queues[conf->tx_qid]) - 1; in nix_priority_flow_ctrl_configure()
|
| H A D | cnxk_ethdev.h | 165 uint8_t tx_qid; member
|
| H A D | cnxk_ethdev.c | 1796 pfc_conf.rx_pause.tx_qid = dev->pfc_tc_sq_map[i]; in cnxk_eth_dev_uninit()
|
| /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 | 976 req->tx_qid = qid; in ecore_vf_pf_txq_start() 1034 req->tx_qid = p_cid->rel.queue_id; in ecore_vf_pf_txq_stop()
|
| /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() 1258 mode4->dedicated_queues.tx_qid = UINT16_MAX; in bond_mode_8023ad_conf_assign() 1375 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() 1662 internals->mode4.dedicated_queues.tx_qid, 512, in slave_configure_slow_queue() 1669 internals->mode4.dedicated_queues.tx_qid, in slave_configure_slow_queue() 1999 internals->mode4.dedicated_queues.tx_qid = in bond_ethdev_start()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.h | 1449 uint16_t tx_qid; /**< Tx queue ID */ member
|
| H A D | rte_ethdev.c | 3685 if (pfc_queue_conf->rx_pause.tx_qid >= dev_info->nb_tx_queues) { in validate_rx_pause_config() 3688 pfc_queue_conf->rx_pause.tx_qid, in validate_rx_pause_config()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 7715 uint16_t tx_qid; member 7751 pfc_queue_conf.rx_pause.tx_qid = res->tx_qid; in cmd_queue_priority_flow_ctrl_set_parsed() 7782 tx_qid, RTE_UINT16);
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1569 testpmd> set pfc_queue_ctrl <port_id> rx (on|off) <tx_qid> <tx_tc> \ 1574 * ``tx_qid`` (integer): Tx qid for which ``tx_tc`` will be applied and traffic
|