Searched refs:tx_evqueue_id (Results 1 – 3 of 3) sorted by relevance
42 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_single_stage_fwd()91 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_single_stage_burst_fwd()149 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_multi_stage_fwd()215 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_multi_stage_burst_fwd()294 uint8_t tx_evqueue_id[RTE_MAX_ETHPORTS]; in pipeline_atq_eventdev_setup() local305 memset(tx_evqueue_id, 0, sizeof(uint8_t) * RTE_MAX_ETHPORTS); in pipeline_atq_eventdev_setup()310 tx_evqueue_id[prod] = nb_queues; in pipeline_atq_eventdev_setup()334 if (queue == tx_evqueue_id[prod]) { in pipeline_atq_eventdev_setup()426 &tx_evqueue_id[prod], in pipeline_atq_eventdev_setup()465 memcpy(t->tx_evqueue_id, tx_evqueue_id, sizeof(uint8_t) * in pipeline_atq_eventdev_setup()
48 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_single_stage_fwd()105 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_single_stage_burst_fwd()135 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_multi_stage_tx()167 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_multi_stage_fwd()199 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_multi_stage_burst_tx()237 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_multi_stage_burst_fwd()320 uint8_t tx_evqueue_id[RTE_MAX_ETHPORTS]; in pipeline_queue_eventdev_setup() local333 memset(tx_evqueue_id, 0, sizeof(uint8_t) * RTE_MAX_ETHPORTS); in pipeline_queue_eventdev_setup()360 tx_evqueue_id[prod++] = queue; in pipeline_queue_eventdev_setup()440 &tx_evqueue_id[prod], in pipeline_queue_eventdev_setup()[all …]
46 uint8_t tx_evqueue_id[RTE_MAX_ETHPORTS]; member