Home
last modified time | relevance | path

Searched refs:octep_oq (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_rx.c15 static void octep_oq_reset_indices(struct octep_oq *oq) in octep_oq_reset_indices()
32 static int octep_oq_fill_ring_buffers(struct octep_oq *oq) in octep_oq_fill_ring_buffers()
79 static int octep_oq_refill(struct octep_device *oct, struct octep_oq *oq) in octep_oq_refill()
125 struct octep_oq *oq; in octep_setup_oq()
198 static void octep_oq_free_ring_buffers(struct octep_oq *oq) in octep_oq_free_ring_buffers()
225 static int octep_free_oq(struct octep_oq *oq) in octep_free_oq()
317 struct octep_oq *oq) in octep_oq_check_hw_for_pkts()
350 static void octep_oq_next_pkt(struct octep_oq *oq, in octep_oq_next_pkt()
372 static void octep_oq_drop_rx(struct octep_oq *oq, in octep_oq_drop_rx()
398 struct octep_oq *oq, u16 pkts_to_process) in __octep_oq_process_rx()
[all …]
Doctep_rx.h164 struct octep_oq { struct
223 #define OCTEP_OQ_SIZE (sizeof(struct octep_oq)) argument
Doctep_main.h151 struct octep_oq *oq;
263 struct octep_oq *oq[OCTEP_MAX_OQ];
404 int octep_oq_process_rx(struct octep_oq *oq, int budget);
Doctep_ethtool.c162 struct octep_oq *oq = oct->oq[q]; in octep_get_ethtool_stats()
219 struct octep_oq *oq = oct->oq[q]; in octep_get_ethtool_stats()
Doctep_cn9k_pf.c315 struct octep_oq *oq = oct->oq[oq_no]; in octep_setup_oq_regs_cn93_pf()
620 struct octep_oq *oq = vector->oq; in octep_ioq_intr_handler_cn93_pf()
Doctep_cnxk_pf.c335 struct octep_oq *oq = oct->oq[oq_no]; in octep_setup_oq_regs_cnxk_pf()
641 struct octep_oq *oq = vector->oq; in octep_ioq_intr_handler_cnxk_pf()
Doctep_main.c563 static void octep_enable_ioq_irq(struct octep_iq *iq, struct octep_oq *oq) in octep_enable_ioq_irq()
1010 struct octep_oq *oq = oct->oq[q]; in octep_get_stats64()