Searched refs:sfc_dp_rxq (Results 1 – 11 of 11) sorted by relevance
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_dp_rx.h | 28 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 D | sfc_rx.h | 63 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 D | sfc_ef10_rx.c | 86 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 D | sfc_ef100_rx.c | 96 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 D | sfc_ef10_essb_rx.c | 112 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 D | sfc_rx.c | 235 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 D | sfc_ev.h | 24 struct sfc_dp_rxq; 52 struct sfc_dp_rxq *dp_rxq;
|
| H A D | sfc_ev.c | 156 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 D | sfc_repr_proxy.h | 79 struct sfc_dp_rxq *dp;
|
| H A D | sfc_mae.h | 159 struct sfc_dp_rxq *rx_dp;
|
| H A D | sfc_ethdev.c | 512 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()
|