Lines Matching refs:nb_rx_queue
229 uint16_t i, nb_rx_queue; in init_lcore_rx_queues() local
234 nb_rx_queue = lcore_conf[lcore].n_rx_queue; in init_lcore_rx_queues()
235 if (nb_rx_queue >= MAX_RX_QUEUE_PER_LCORE) { in init_lcore_rx_queues()
237 (unsigned int)nb_rx_queue + 1, in init_lcore_rx_queues()
242 lcore_conf[lcore].rx_queue_list[nb_rx_queue].port_id = in init_lcore_rx_queues()
244 lcore_conf[lcore].rx_queue_list[nb_rx_queue].queue_id = in init_lcore_rx_queues()
440 RTE_MAX((nports * nb_rx_queue * nb_rxd + \
734 uint8_t nb_rx_queue, queue, socketid; in main() local
800 nb_rx_queue = get_port_n_rx_queues(portid); in main()
805 nb_rx_queue, n_tx_queue); in main()
824 ret = rte_eth_dev_configure(portid, nb_rx_queue, in main()
897 ethdev_conf[nb_conf].num_rx_queues = nb_rx_queue; in main()