Home
last modified time | relevance | path

Searched refs:txq_sw_index (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ev.h80 sfc_evq_index_by_txq_sw_index(struct sfc_adapter *sa, unsigned int txq_sw_index) in sfc_evq_index_by_txq_sw_index() argument
82 return 1 + sa->eth_dev->data->nb_rx_queues + txq_sw_index; in sfc_evq_index_by_txq_sw_index()
H A Dsfc_ev.c601 unsigned int txq_sw_index; in sfc_ev_qpoll() local
603 txq_sw_index = evq->dp_txq->dpq.queue_id; in sfc_ev_qpoll()
607 txq_sw_index, evq->evq_index); in sfc_ev_qpoll()
609 sfc_tx_qstop(sa, txq_sw_index); in sfc_ev_qpoll()
610 rc = sfc_tx_qstart(sa, txq_sw_index); in sfc_ev_qpoll()
613 txq_sw_index); in sfc_ev_qpoll()