Home
last modified time | relevance | path

Searched refs:sfc_txq_info_by_ethdev_qid (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_tx.h61 struct sfc_txq_info *sfc_txq_info_by_ethdev_qid(struct sfc_adapter_shared *sas,
H A Dsfc_sw_stats.c75 txq_info = sfc_txq_info_by_ethdev_qid(sas, qid); in sfc_sw_stat_get_tx_good_pkts_bytes()
111 txq_info = sfc_txq_info_by_ethdev_qid(sas, qid); in sfc_get_sw_stat_val_tx_dbells()
H A Dsfc_ethdev.c554 txq_info = sfc_txq_info_by_ethdev_qid(sas, ethdev_qid); in sfc_tx_queue_setup()
630 txq_info = sfc_txq_info_by_ethdev_qid(sas, i); in sfc_stats_get_dp_tx()
1332 txq_info = sfc_txq_info_by_ethdev_qid(sas, ethdev_qid); in sfc_tx_queue_info_get()
1474 txq_info = sfc_txq_info_by_ethdev_qid(sas, ethdev_qid); in sfc_tx_queue_start()
1512 txq_info = sfc_txq_info_by_ethdev_qid(sas, ethdev_qid); in sfc_tx_queue_stop()
H A Dsfc_tx.c38 sfc_txq_info_by_ethdev_qid(struct sfc_adapter_shared *sas, in sfc_txq_info_by_ethdev_qid() function
374 txq_info = sfc_txq_info_by_ethdev_qid(sas, ethdev_qid); in sfc_tx_fini_queues()