Lines Matching defs:nb_tx_q
1280 rte_eth_dev_configure(uint16_t port_id, uint16_t nb_rx_q, uint16_t nb_tx_q,
1361 if (nb_rx_q == 0 && nb_tx_q == 0) {
1365 nb_tx_q = dev_info.default_txportconf.nb_queues;
1366 if (nb_tx_q == 0)
1367 nb_tx_q = RTE_ETH_DEV_FALLBACK_TX_NBQUEUES;
1378 if (nb_tx_q > RTE_MAX_QUEUES_PER_PORT) {
1381 nb_tx_q, RTE_MAX_QUEUES_PER_PORT);
1398 if (nb_tx_q > dev_info.max_tx_queues) {
1400 port_id, nb_tx_q, dev_info.max_tx_queues);
1550 diag = eth_dev_tx_queue_config(dev, nb_tx_q);
1598 rte_ethdev_trace_configure(port_id, nb_rx_q, nb_tx_q, dev_conf, 0);
1608 rte_ethdev_trace_configure(port_id, nb_rx_q, nb_tx_q, dev_conf, ret);