Home
last modified time | relevance | path

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

/dpdk/examples/ethtool/lib/
H A Drte_ethtool.c420 struct rte_eth_txq_info tx_qinfo; in rte_ethtool_get_ringparam() local
435 stat = rte_eth_tx_queue_info_get(port_id, 0, &tx_qinfo); in rte_ethtool_get_ringparam()
442 ring_param->tx_pending = tx_qinfo.nb_desc; in rte_ethtool_get_ringparam()
/dpdk/app/test-pmd/
H A Dconfig.c3384 struct rte_eth_txq_info tx_qinfo; in get_tx_ring_size() local
3389 *ring_size = tx_qinfo.nb_desc; in get_tx_ring_size()
3620 struct rte_eth_txq_info tx_qinfo; in rxtx_config_display() local
3677 rc = rte_eth_tx_queue_info_get(pid, qid, &tx_qinfo); in rxtx_config_display()
3688 nb_tx_desc_tmp = tx_qinfo.nb_desc; in rxtx_config_display()
3690 tx_qinfo.conf.tx_free_thresh; in rxtx_config_display()
3691 pthresh_tmp = tx_qinfo.conf.tx_thresh.pthresh; in rxtx_config_display()
3692 hthresh_tmp = tx_qinfo.conf.tx_thresh.hthresh; in rxtx_config_display()
3693 wthresh_tmp = tx_qinfo.conf.tx_thresh.wthresh; in rxtx_config_display()
3694 offloads_tmp = tx_qinfo.conf.offloads; in rxtx_config_display()
[all …]