Searched refs:sfc_dp_txq (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_dp_tx.h | 28 struct sfc_dp_txq { struct 125 struct sfc_dp_txq **dp_txqp); 130 typedef void (sfc_dp_tx_qdestroy_t)(struct sfc_dp_txq *dp_txq); 137 typedef int (sfc_dp_tx_qstart_t)(struct sfc_dp_txq *dp_txq, 146 typedef void (sfc_dp_tx_qstop_t)(struct sfc_dp_txq *dp_txq, 152 typedef bool (sfc_dp_tx_qtx_ev_t)(struct sfc_dp_txq *dp_txq, unsigned int id); 157 typedef void (sfc_dp_tx_qreap_t)(struct sfc_dp_txq *dp_txq); 162 typedef int (sfc_dp_tx_qdesc_status_t)(struct sfc_dp_txq *dp_txq, 211 const struct sfc_dp_tx *sfc_dp_tx_by_dp_txq(const struct sfc_dp_txq *dp_txq);
|
| H A D | sfc_tx.h | 60 struct sfc_txq *sfc_txq_by_dp_txq(const struct sfc_dp_txq *dp_txq); 86 struct sfc_dp_txq dp; 90 sfc_efx_txq_by_dp_txq(struct sfc_dp_txq *dp_txq) in sfc_efx_txq_by_dp_txq() 98 struct sfc_dp_txq *dp; 105 struct sfc_txq_info *sfc_txq_info_by_dp_txq(const struct sfc_dp_txq *dp_txq);
|
| H A D | sfc_ev.h | 25 struct sfc_dp_txq; 53 struct sfc_dp_txq *dp_txq;
|
| H A D | sfc_tx.c | 721 struct sfc_dp_txq *dp_txq = tx_queue; in sfc_efx_prepare_pkts() 750 struct sfc_dp_txq *dp_txq = (struct sfc_dp_txq *)tx_queue; in sfc_efx_xmit_pkts() 925 sfc_dp_tx_by_dp_txq(const struct sfc_dp_txq *dp_txq) in sfc_dp_tx_by_dp_txq() 940 sfc_txq_info_by_dp_txq(const struct sfc_dp_txq *dp_txq) in sfc_txq_info_by_dp_txq() 956 sfc_txq_by_dp_txq(const struct sfc_dp_txq *dp_txq) in sfc_txq_by_dp_txq() 991 struct sfc_dp_txq **dp_txqp) in sfc_efx_tx_qcreate() 1053 sfc_efx_tx_qdestroy(struct sfc_dp_txq *dp_txq) in sfc_efx_tx_qdestroy() 1065 sfc_efx_tx_qstart(struct sfc_dp_txq *dp_txq, in sfc_efx_tx_qstart() 1085 sfc_efx_tx_qstop(struct sfc_dp_txq *dp_txq, in sfc_efx_tx_qstop() 1095 sfc_efx_tx_qreap(struct sfc_dp_txq *dp_txq) in sfc_efx_tx_qreap() [all …]
|
| H A D | sfc_ef100_tx.c | 88 struct sfc_dp_txq dp; 92 sfc_ef100_txq_by_dp_txq(struct sfc_dp_txq *dp_txq) in sfc_ef100_txq_by_dp_txq() 768 struct sfc_dp_txq **dp_txqp) in sfc_ef100_tx_qcreate() 826 sfc_ef100_tx_qdestroy(struct sfc_dp_txq *dp_txq) in sfc_ef100_tx_qdestroy() 836 sfc_ef100_tx_qstart(struct sfc_dp_txq *dp_txq, unsigned int evq_read_ptr, in sfc_ef100_tx_qstart() 852 sfc_ef100_tx_qstop(struct sfc_dp_txq *dp_txq, unsigned int *evq_read_ptr) in sfc_ef100_tx_qstop() 863 sfc_ef100_tx_qtx_ev(struct sfc_dp_txq *dp_txq, unsigned int num_descs) in sfc_ef100_tx_qtx_ev() 876 sfc_ef100_tx_qreap(struct sfc_dp_txq *dp_txq) in sfc_ef100_tx_qreap() 920 sfc_ef100_tx_qdesc_status(struct sfc_dp_txq *dp_txq, uint16_t offset) in sfc_ef100_tx_qdesc_status()
|
| H A D | sfc_ef10_tx.c | 77 struct sfc_dp_txq dp; 81 sfc_ef10_txq_by_dp_txq(struct sfc_dp_txq *dp_txq) in sfc_ef10_txq_by_dp_txq() 916 struct sfc_dp_txq **dp_txqp) in sfc_ef10_tx_qcreate() 984 sfc_ef10_tx_qdestroy(struct sfc_dp_txq *dp_txq) in sfc_ef10_tx_qdestroy() 995 sfc_ef10_tx_qstart(struct sfc_dp_txq *dp_txq, unsigned int evq_read_ptr, in sfc_ef10_tx_qstart() 1011 sfc_ef10_tx_qstop(struct sfc_dp_txq *dp_txq, unsigned int *evq_read_ptr) in sfc_ef10_tx_qstop() 1022 sfc_ef10_tx_qtx_ev(struct sfc_dp_txq *dp_txq, __rte_unused unsigned int id) in sfc_ef10_tx_qtx_ev() 1038 sfc_ef10_tx_qreap(struct sfc_dp_txq *dp_txq) in sfc_ef10_tx_qreap() 1083 sfc_ef10_tx_qdesc_status(struct sfc_dp_txq *dp_txq, in sfc_ef10_tx_qdesc_status()
|
| H A D | sfc_ev.c | 234 struct sfc_dp_txq *dp_txq; in sfc_ev_tx() 263 struct sfc_dp_txq *dp_txq; in sfc_ev_dp_tx() 287 struct sfc_dp_txq *dp_txq; in sfc_ev_dp_tx_ndescs() 398 struct sfc_dp_txq *dp_txq; in sfc_ev_txq_flush_done()
|
| H A D | sfc_ethdev.c | 561 struct sfc_dp_txq *dp_txq = queue; in sfc_tx_queue_release() 1286 struct sfc_dp_txq *dp_txq = queue; in sfc_tx_descriptor_status()
|