Lines Matching refs:queueid_t
254 queueid_t nb_hairpinq; /**< Number of hairpin queues per port. */
255 queueid_t nb_rxq = 1; /**< Number of RX queues per port. */
256 queueid_t nb_txq = 1; /**< Number of TX queues per port. */
1099 queueid_t
1102 queueid_t allowed_max_rxq = RTE_MAX_QUEUES_PER_PORT; in get_allowed_max_nb_rxq()
1127 check_nb_rxq(queueid_t rxq) in check_nb_rxq()
1129 queueid_t allowed_max_rxq; in check_nb_rxq()
1149 queueid_t
1152 queueid_t allowed_max_txq = RTE_MAX_QUEUES_PER_PORT; in get_allowed_max_nb_txq()
1177 check_nb_txq(queueid_t txq) in check_nb_txq()
1179 queueid_t allowed_max_txq; in check_nb_txq()
1251 check_nb_rxd(queueid_t rxd) in check_nb_rxd()
1336 check_nb_txd(queueid_t txd) in check_nb_txd()
1370 queueid_t
1373 queueid_t allowed_max_hairpinq = RTE_MAX_QUEUES_PER_PORT; in get_allowed_max_nb_hairpinq()
1397 check_nb_hairpinq(queueid_t hairpinq) in check_nb_hairpinq()
1399 queueid_t allowed_max_hairpinq; in check_nb_hairpinq()
1626 queueid_t q; in init_fwd_streams()
2039 queueid_t rxq; in flush_fwd_rx_queues()
2367 queueid_t qi; in setup_hairpin_queues()
2517 queueid_t qi; in start_port()
3721 nb_rxq = (queueid_t)num_tcs; in init_port_dcb_config()
3722 nb_txq = (queueid_t)num_tcs; in init_port_dcb_config()