Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_rx.c15 static void octep_vf_oq_reset_indices(struct octep_vf_oq *oq) in octep_vf_oq_reset_indices()
32 static int octep_vf_oq_fill_ring_buffers(struct octep_vf_oq *oq) in octep_vf_oq_fill_ring_buffers()
79 static int octep_vf_oq_refill(struct octep_vf_device *oct, struct octep_vf_oq *oq) in octep_vf_oq_refill()
125 struct octep_vf_oq *oq; in octep_vf_setup_oq()
199 static void octep_vf_oq_free_ring_buffers(struct octep_vf_oq *oq) in octep_vf_oq_free_ring_buffers()
226 static int octep_vf_free_oq(struct octep_vf_oq *oq) in octep_vf_free_oq()
318 struct octep_vf_oq *oq) in octep_vf_oq_check_hw_for_pkts()
354 struct octep_vf_oq *oq, u16 pkts_to_process) in __octep_vf_oq_process_rx()
478 int octep_vf_oq_process_rx(struct octep_vf_oq *oq, int budget) in octep_vf_oq_process_rx()
Doctep_vf_rx.h164 struct octep_vf_oq { struct
223 #define OCTEP_VF_OQ_SIZE (sizeof(struct octep_vf_oq)) argument
Doctep_vf_main.h127 struct octep_vf_oq *oq;
252 struct octep_vf_oq *oq[OCTEP_VF_MAX_OQ];
329 int octep_vf_oq_process_rx(struct octep_vf_oq *oq, int budget);
Doctep_vf_ethtool.c126 struct octep_vf_oq *oq = oct->oq[q]; in octep_vf_get_ethtool_stats()
155 struct octep_vf_oq *oq = oct->oq[q]; in octep_vf_get_ethtool_stats()
Doctep_vf_cn9k.c201 struct octep_vf_oq *oq = oct->oq[oq_no]; in octep_vf_setup_oq_regs_cn93()
273 struct octep_vf_oq *oq; in octep_vf_ioq_intr_handler_cn93()
Doctep_vf_cnxk.c204 struct octep_vf_oq *oq = oct->oq[oq_no]; in octep_vf_setup_oq_regs_cnxk()
284 struct octep_vf_oq *oq; in octep_vf_ioq_intr_handler_cnxk()
Doctep_vf_main.c296 static void octep_vf_enable_ioq_irq(struct octep_vf_iq *iq, struct octep_vf_oq *oq) in octep_vf_enable_ioq_irq()
791 struct octep_vf_oq *oq = oct->oq[q]; in octep_vf_get_stats64()