Home
last modified time | relevance | path

Searched refs:sfc_dp_rxq (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_dp_rx.h28 struct sfc_dp_rxq { struct
158 struct sfc_dp_rxq **dp_rxqp);
163 typedef void (sfc_dp_rx_qdestroy_t)(struct sfc_dp_rxq *dp_rxq);
170 typedef int (sfc_dp_rx_qstart_t)(struct sfc_dp_rxq *dp_rxq,
177 typedef void (sfc_dp_rx_qstop_t)(struct sfc_dp_rxq *dp_rxq,
188 typedef bool (sfc_dp_rx_qrx_ps_ev_t)(struct sfc_dp_rxq *dp_rxq,
196 typedef void (sfc_dp_rx_qpurge_t)(struct sfc_dp_rxq *dp_rxq);
206 typedef int (sfc_dp_rx_qdesc_status_t)(struct sfc_dp_rxq *dp_rxq,
209 typedef int (sfc_dp_rx_intr_enable_t)(struct sfc_dp_rxq *dp_rxq);
212 typedef int (sfc_dp_rx_intr_disable_t)(struct sfc_dp_rxq *dp_rxq);
[all …]
H A Dsfc_rx.h63 struct sfc_rxq *sfc_rxq_by_dp_rxq(const struct sfc_dp_rxq *dp_rxq);
94 struct sfc_dp_rxq dp;
98 sfc_efx_rxq_by_dp_rxq(struct sfc_dp_rxq *dp_rxq) in sfc_efx_rxq_by_dp_rxq()
113 struct sfc_dp_rxq *dp;
121 struct sfc_rxq_info *sfc_rxq_info_by_dp_rxq(const struct sfc_dp_rxq *dp_rxq);
149 struct sfc_dp_rxq *dp_rxq);
H A Dsfc_ef10_rx.c86 struct sfc_dp_rxq dp;
90 sfc_ef10_rxq_by_dp_rxq(struct sfc_dp_rxq *dp_rxq) in sfc_ef10_rxq_by_dp_rxq()
533 sfc_ef10_rx_qdesc_npending(struct sfc_dp_rxq *dp_rxq) in sfc_ef10_rx_qdesc_npending()
565 sfc_ef10_rx_qdesc_status(struct sfc_dp_rxq *dp_rxq, uint16_t offset) in sfc_ef10_rx_qdesc_status()
645 struct sfc_dp_rxq **dp_rxqp) in sfc_ef10_rx_qcreate()
710 sfc_ef10_rx_qdestroy(struct sfc_dp_rxq *dp_rxq) in sfc_ef10_rx_qdestroy()
720 sfc_ef10_rx_qstart(struct sfc_dp_rxq *dp_rxq, unsigned int evq_read_ptr, in sfc_ef10_rx_qstart()
748 sfc_ef10_rx_qstop(struct sfc_dp_rxq *dp_rxq, unsigned int *evq_read_ptr) in sfc_ef10_rx_qstop()
775 sfc_ef10_rx_qpurge(struct sfc_dp_rxq *dp_rxq) in sfc_ef10_rx_qpurge()
797 sfc_ef10_rx_intr_enable(struct sfc_dp_rxq *dp_rxq) in sfc_ef10_rx_intr_enable()
[all …]
H A Dsfc_ef100_rx.c96 struct sfc_dp_rxq dp;
102 sfc_ef100_rxq_by_dp_rxq(struct sfc_dp_rxq *dp_rxq) in sfc_ef100_rxq_by_dp_rxq()
685 sfc_ef100_rx_qdesc_npending(__rte_unused struct sfc_dp_rxq *dp_rxq) in sfc_ef100_rx_qdesc_npending()
692 sfc_ef100_rx_qdesc_status(__rte_unused struct sfc_dp_rxq *dp_rxq, in sfc_ef100_rx_qdesc_status()
761 struct sfc_dp_rxq **dp_rxqp) in sfc_ef100_rx_qcreate()
828 sfc_ef100_rx_qdestroy(struct sfc_dp_rxq *dp_rxq) in sfc_ef100_rx_qdestroy()
838 sfc_ef100_rx_qstart(struct sfc_dp_rxq *dp_rxq, unsigned int evq_read_ptr, in sfc_ef100_rx_qstart()
931 sfc_ef100_rx_qpurge(struct sfc_dp_rxq *dp_rxq) in sfc_ef100_rx_qpurge()
951 sfc_ef100_rx_intr_enable(struct sfc_dp_rxq *dp_rxq) in sfc_ef100_rx_intr_enable()
963 sfc_ef100_rx_intr_disable(struct sfc_dp_rxq *dp_rxq) in sfc_ef100_rx_intr_disable()
[all …]
H A Dsfc_ef10_essb_rx.c112 struct sfc_dp_rxq dp;
116 sfc_ef10_essb_rxq_by_dp_rxq(struct sfc_dp_rxq *dp_rxq) in sfc_ef10_essb_rxq_by_dp_rxq()
443 sfc_ef10_essb_rx_qdesc_npending(struct sfc_dp_rxq *dp_rxq) in sfc_ef10_essb_rx_qdesc_npending()
469 sfc_ef10_essb_rx_qdesc_status(struct sfc_dp_rxq *dp_rxq, uint16_t offset) in sfc_ef10_essb_rx_qdesc_status()
569 struct sfc_dp_rxq **dp_rxqp) in sfc_ef10_essb_rx_qcreate()
654 sfc_ef10_essb_rx_qdestroy(struct sfc_dp_rxq *dp_rxq) in sfc_ef10_essb_rx_qdestroy()
664 sfc_ef10_essb_rx_qstart(struct sfc_dp_rxq *dp_rxq, unsigned int evq_read_ptr, in sfc_ef10_essb_rx_qstart()
695 sfc_ef10_essb_rx_qstop(struct sfc_dp_rxq *dp_rxq, unsigned int *evq_read_ptr) in sfc_ef10_essb_rx_qstop()
706 sfc_ef10_essb_rx_qrx_ev(struct sfc_dp_rxq *dp_rxq, __rte_unused unsigned int id) in sfc_ef10_essb_rx_qrx_ev()
723 sfc_ef10_essb_rx_qpurge(struct sfc_dp_rxq *dp_rxq) in sfc_ef10_essb_rx_qpurge()
H A Dsfc_rx.c235 struct sfc_dp_rxq *dp_rxq = rx_queue; in sfc_efx_recv_pkts()
342 sfc_efx_rx_qdesc_npending(struct sfc_dp_rxq *dp_rxq) in sfc_efx_rx_qdesc_npending()
415 sfc_dp_rx_by_dp_rxq(const struct sfc_dp_rxq *dp_rxq) in sfc_dp_rx_by_dp_rxq()
446 sfc_rxq_by_dp_rxq(const struct sfc_dp_rxq *dp_rxq) in sfc_rxq_by_dp_rxq()
481 struct sfc_dp_rxq **dp_rxqp) in sfc_efx_rx_qcreate()
531 sfc_efx_rx_qdestroy(struct sfc_dp_rxq *dp_rxq) in sfc_efx_rx_qdestroy()
547 sfc_efx_rx_qstart(struct sfc_dp_rxq *dp_rxq, in sfc_efx_rx_qstart()
587 sfc_efx_rx_qstop(struct sfc_dp_rxq *dp_rxq, in sfc_efx_rx_qstop()
601 sfc_efx_rx_qpurge(struct sfc_dp_rxq *dp_rxq) in sfc_efx_rx_qpurge()
624 sfc_efx_rx_intr_enable(struct sfc_dp_rxq *dp_rxq) in sfc_efx_rx_intr_enable()
[all …]
H A Dsfc_ev.h24 struct sfc_dp_rxq;
52 struct sfc_dp_rxq *dp_rxq;
H A Dsfc_ev.c156 struct sfc_dp_rxq *dp_rxq; in sfc_ev_dp_rx()
182 struct sfc_dp_rxq *dp_rxq; in sfc_ev_dp_rx_packets()
209 struct sfc_dp_rxq *dp_rxq; in sfc_ev_dp_rx_ps()
336 struct sfc_dp_rxq *dp_rxq; in sfc_ev_rxq_flush_done()
367 struct sfc_dp_rxq *dp_rxq; in sfc_ev_rxq_flush_failed()
H A Dsfc_repr_proxy.h79 struct sfc_dp_rxq *dp;
H A Dsfc_mae.h159 struct sfc_dp_rxq *rx_dp;
H A Dsfc_ethdev.c512 struct sfc_dp_rxq *dp_rxq = dev->data->rx_queues[qid]; in sfc_rx_queue_release()
1349 struct sfc_dp_rxq *dp_rxq = rx_queue; in sfc_rx_queue_count()
1369 struct sfc_dp_rxq *dp_rxq = queue; in sfc_rx_descriptor_status()