Searched refs:tx_qinfo (Results 1 – 2 of 2) sorted by relevance
420 struct rte_eth_txq_info tx_qinfo; in rte_ethtool_get_ringparam() local435 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()
2616 struct rte_eth_txq_info tx_qinfo; in get_tx_ring_size() local2621 *ring_size = tx_qinfo.nb_desc; in get_tx_ring_size()2852 struct rte_eth_txq_info tx_qinfo; in rxtx_config_display() local2904 rc = rte_eth_tx_queue_info_get(pid, qid, &tx_qinfo); in rxtx_config_display()2915 nb_tx_desc_tmp = tx_qinfo.nb_desc; in rxtx_config_display()2917 tx_qinfo.conf.tx_free_thresh; in rxtx_config_display()2918 pthresh_tmp = tx_qinfo.conf.tx_thresh.pthresh; in rxtx_config_display()2919 hthresh_tmp = tx_qinfo.conf.tx_thresh.hthresh; in rxtx_config_display()2920 wthresh_tmp = tx_qinfo.conf.tx_thresh.wthresh; in rxtx_config_display()2921 offloads_tmp = tx_qinfo.conf.offloads; in rxtx_config_display()[all …]