Searched refs:ethdev_qid (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_ev.h | 155 sfc_ethdev_qid_t ethdev_qid) in sfc_rxq_sw_index_by_ethdev_rx_qid() argument 157 return sfc_nb_reserved_rxq(sas) + ethdev_qid; in sfc_rxq_sw_index_by_ethdev_rx_qid() 165 sfc_ethdev_qid_t ethdev_qid; in sfc_evq_sw_index_by_rxq_sw_index() local 167 ethdev_qid = sfc_ethdev_rx_qid_by_rxq_sw_index(sas, rxq_sw_index); in sfc_evq_sw_index_by_rxq_sw_index() 168 if (ethdev_qid == SFC_ETHDEV_QID_INVALID) { in sfc_evq_sw_index_by_rxq_sw_index() 173 return sfc_nb_reserved_evq(sas) + ethdev_qid; in sfc_evq_sw_index_by_rxq_sw_index() 188 sfc_ethdev_qid_t ethdev_qid) in sfc_txq_sw_index_by_ethdev_tx_qid() argument 190 return sfc_nb_txq_reserved(sas) + ethdev_qid; in sfc_txq_sw_index_by_ethdev_tx_qid() 198 sfc_ethdev_qid_t ethdev_qid; in sfc_evq_sw_index_by_txq_sw_index() local 201 if (ethdev_qid == SFC_ETHDEV_QID_INVALID) { in sfc_evq_sw_index_by_txq_sw_index() [all …]
|
| H A D | sfc_tx.c | 39 sfc_ethdev_qid_t ethdev_qid) in sfc_txq_info_by_ethdev_qid() argument 139 sfc_ethdev_qid_t ethdev_qid; in sfc_tx_qinit() local 172 if (ethdev_qid != SFC_ETHDEV_QID_INVALID) in sfc_tx_qinit() 265 sfc_ethdev_qid_t ethdev_qid; in sfc_tx_qfini() local 299 sfc_ethdev_qid_t ethdev_qid; in sfc_tx_qinit_info() local 361 sfc_ethdev_qid_t ethdev_qid; in sfc_tx_fini_queues() local 369 ethdev_qid = sas->ethdev_txq_count; in sfc_tx_fini_queues() 516 sfc_ethdev_qid_t ethdev_qid; in sfc_tx_qstart() local 609 sfc_ethdev_qid_t ethdev_qid; in sfc_tx_qstop() local 661 ethdev_qid, sw_index); in sfc_tx_qstop() [all …]
|
| H A D | sfc_rx.c | 677 sfc_ethdev_qid_t ethdev_qid; in sfc_rx_qflush() local 722 ethdev_qid, sw_index); in sfc_rx_qflush() 726 ethdev_qid, sw_index); in sfc_rx_qflush() 730 ethdev_qid, sw_index); in sfc_rx_qflush() 793 sfc_ethdev_qid_t ethdev_qid; in sfc_rx_qstart() local 897 sfc_ethdev_qid_t ethdev_qid; in sfc_rx_qstop() local 920 if (ethdev_qid == 0) in sfc_rx_qstop() 1094 sfc_ethdev_qid_t ethdev_qid; in sfc_rx_qinit() local 1141 ethdev_qid, sw_index); in sfc_rx_qinit() 1291 sfc_ethdev_qid_t ethdev_qid; in sfc_rx_qfini() local [all …]
|
| H A D | sfc_ethdev.c | 480 sfc_ethdev_qid_t sfc_ethdev_qid = ethdev_qid; in sfc_rx_queue_setup() 486 ethdev_qid, nb_rx_desc, socket_id); in sfc_rx_queue_setup() 545 ethdev_qid, nb_tx_desc, socket_id); in sfc_tx_queue_setup() 1302 sfc_ethdev_qid_t sfc_ethdev_qid = ethdev_qid; in sfc_rx_queue_info_get() 1397 sfc_ethdev_qid_t sfc_ethdev_qid = ethdev_qid; in sfc_rx_queue_start() 1402 sfc_log_init(sa, "RxQ=%u", ethdev_qid); in sfc_rx_queue_start() 1438 sfc_ethdev_qid_t sfc_ethdev_qid = ethdev_qid; in sfc_rx_queue_stop() 1442 sfc_log_init(sa, "RxQ=%u", ethdev_qid); in sfc_rx_queue_stop() 1466 sfc_log_init(sa, "TxQ = %u", ethdev_qid); in sfc_tx_queue_start() 1505 sfc_log_init(sa, "TxQ = %u", ethdev_qid); in sfc_tx_queue_stop() [all …]
|
| H A D | sfc_rx.h | 123 sfc_ethdev_qid_t ethdev_qid); 125 sfc_ethdev_qid_t ethdev_qid);
|
| H A D | sfc_tx.h | 62 sfc_ethdev_qid_t ethdev_qid);
|
| H A D | sfc_ev.c | 670 sfc_ethdev_qid_t ethdev_qid; in sfc_ev_qstart() local 672 ethdev_qid = in sfc_ev_qstart() 675 if (ethdev_qid != SFC_ETHDEV_QID_INVALID) { in sfc_ev_qstart() 681 irq = 1 + ethdev_qid; in sfc_ev_qstart()
|