Lines Matching refs:rx_queue_id

474 sfc_rx_queue_setup(struct rte_eth_dev *dev, uint16_t rx_queue_id,  in sfc_rx_queue_setup()  argument
484 rx_queue_id, nb_rx_desc, socket_id); in sfc_rx_queue_setup()
488 rc = sfc_rx_qinit(sa, rx_queue_id, nb_rx_desc, socket_id, in sfc_rx_queue_setup()
493 dev->data->rx_queues[rx_queue_id] = sas->rxq_info[rx_queue_id].dp; in sfc_rx_queue_setup()
1184 sfc_rx_queue_info_get(struct rte_eth_dev *dev, uint16_t rx_queue_id, in sfc_rx_queue_info_get() argument
1190 SFC_ASSERT(rx_queue_id < sas->rxq_count); in sfc_rx_queue_info_get()
1192 rxq_info = &sas->rxq_info[rx_queue_id]; in sfc_rx_queue_info_get()
1234 sfc_rx_queue_count(struct rte_eth_dev *dev, uint16_t rx_queue_id) in sfc_rx_queue_count() argument
1240 SFC_ASSERT(rx_queue_id < sas->rxq_count); in sfc_rx_queue_count()
1241 rxq_info = &sas->rxq_info[rx_queue_id]; in sfc_rx_queue_count()
1295 sfc_rx_queue_start(struct rte_eth_dev *dev, uint16_t rx_queue_id) in sfc_rx_queue_start() argument
1301 sfc_log_init(sa, "RxQ=%u", rx_queue_id); in sfc_rx_queue_start()
1309 if (sas->rxq_info[rx_queue_id].state != SFC_RXQ_INITIALIZED) in sfc_rx_queue_start()
1312 rc = sfc_rx_qstart(sa, rx_queue_id); in sfc_rx_queue_start()
1316 sas->rxq_info[rx_queue_id].deferred_started = B_TRUE; in sfc_rx_queue_start()
1331 sfc_rx_queue_stop(struct rte_eth_dev *dev, uint16_t rx_queue_id) in sfc_rx_queue_stop() argument
1336 sfc_log_init(sa, "RxQ=%u", rx_queue_id); in sfc_rx_queue_stop()
1339 sfc_rx_qstop(sa, rx_queue_id); in sfc_rx_queue_stop()
1341 sas->rxq_info[rx_queue_id].deferred_started = B_FALSE; in sfc_rx_queue_stop()