Searched refs:octep_vf_oq (Results 1 – 6 of 6) sorted by relevance
15 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()200 static void octep_vf_oq_free_ring_buffers(struct octep_vf_oq *oq) in octep_vf_oq_free_ring_buffers()227 static int octep_vf_free_oq(struct octep_vf_oq *oq) in octep_vf_free_oq()319 struct octep_vf_oq *oq) in octep_vf_oq_check_hw_for_pkts()355 struct octep_vf_oq *oq, u16 pkts_to_process) in __octep_vf_oq_process_rx()479 int octep_vf_oq_process_rx(struct octep_vf_oq *oq, int budget) in octep_vf_oq_process_rx()
164 struct octep_vf_oq { struct223 #define OCTEP_VF_OQ_SIZE (sizeof(struct octep_vf_oq)) argument
127 struct octep_vf_oq *oq;255 struct octep_vf_oq *oq[OCTEP_VF_MAX_OQ];333 int octep_vf_oq_process_rx(struct octep_vf_oq *oq, int budget);
201 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()
204 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()
294 static void octep_vf_enable_ioq_irq(struct octep_vf_iq *iq, struct octep_vf_oq *oq) in octep_vf_enable_ioq_irq()
Completed in 13 milliseconds