Searched defs:oq (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeon_ep/ |
| H A D | octep_rx.c | 17 static void octep_oq_reset_indices(struct octep_oq *oq) in octep_oq_reset_indices() 34 static int octep_oq_fill_ring_buffers(struct octep_oq *oq) in octep_oq_fill_ring_buffers() 81 static int octep_oq_refill(struct octep_device *oct, struct octep_oq *oq) in octep_oq_refill() 127 struct octep_oq *oq; in octep_setup_oq() local 205 static void octep_oq_free_ring_buffers(struct octep_oq *oq) in octep_oq_free_ring_buffers() 232 static int octep_free_oq(struct octep_oq *oq) in octep_free_oq() 324 struct octep_oq *oq) in octep_oq_check_hw_for_pkts() 364 static void octep_oq_next_pkt(struct octep_oq *oq, in octep_oq_next_pkt() 386 static void octep_oq_drop_rx(struct octep_oq *oq, in octep_oq_drop_rx() 412 struct octep_oq *oq, u16 pkts_to_process) in __octep_oq_process_rx() [all …]
|
| H A D | octep_main.c | 562 static void octep_update_pkt(struct octep_iq *iq, struct octep_oq *oq) in octep_update_pkt() 592 static void octep_enable_ioq_irq(struct octep_iq *iq, struct octep_oq *oq) in octep_enable_ioq_irq()
|
| H A D | octep_config.h | 235 struct octep_oq_config oq; member
|
| /linux/drivers/net/ethernet/marvell/octeon_ep_vf/ |
| H A D | octep_vf_rx.c | 17 static void octep_vf_oq_reset_indices(struct octep_vf_oq *oq) in octep_vf_oq_reset_indices() 34 static int octep_vf_oq_fill_ring_buffers(struct octep_vf_oq *oq) in octep_vf_oq_fill_ring_buffers() 81 static int octep_vf_oq_refill(struct octep_vf_device *oct, struct octep_vf_oq *oq) in octep_vf_oq_refill() 127 struct octep_vf_oq *oq; in octep_vf_setup_oq() local 206 static void octep_vf_oq_free_ring_buffers(struct octep_vf_oq *oq) in octep_vf_oq_free_ring_buffers() 233 static int octep_vf_free_oq(struct octep_vf_oq *oq) in octep_vf_free_oq() 325 struct octep_vf_oq *oq) in octep_vf_oq_check_hw_for_pkts() 369 struct octep_vf_oq *oq, u16 pkts_to_process) in __octep_vf_oq_process_rx() 493 int octep_vf_oq_process_rx(struct octep_vf_oq *oq, int budget) in octep_vf_oq_process_rx()
|
| H A D | octep_vf_main.c | 295 static void octep_vf_update_pkt(struct octep_vf_iq *iq, struct octep_vf_oq *oq) in octep_vf_update_pkt() 326 struct octep_vf_oq *oq) in octep_vf_enable_ioq_irq()
|
| H A D | octep_vf_config.h | 152 struct octep_vf_oq_config oq; member
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | cn23xx_vf_regs.h | 164 #define CN23XX_VF_SLI_OQ_PKT_CONTROL(oq) \ argument 167 #define CN23XX_VF_SLI_OQ_BASE_ADDR64(oq) \ argument 170 #define CN23XX_VF_SLI_OQ_SIZE(oq) \ argument 173 #define CN23XX_VF_SLI_OQ_BUFF_INFO_SIZE(oq) \ argument 176 #define CN23XX_VF_SLI_OQ_PKTS_SENT(oq) \ argument 179 #define CN23XX_VF_SLI_OQ_PKTS_CREDIT(oq) \ argument 182 #define CN23XX_VF_SLI_OQ_PKT_INT_LEVELS(oq) \ argument 186 #define CN23XX_VF_SLI_OQ_PKT_INT_LEVELS_CNT(oq) \ argument 189 #define CN23XX_VF_SLI_OQ_PKT_INT_LEVELS_TIME(oq) \ argument
|
| H A D | cn23xx_pf_regs.h | 282 #define CN23XX_SLI_OQ_PKT_CONTROL(oq) \ argument 285 #define CN23XX_SLI_OQ_BASE_ADDR64(oq) \ argument 288 #define CN23XX_SLI_OQ_SIZE(oq) \ argument 291 #define CN23XX_SLI_OQ_BUFF_INFO_SIZE(oq) \ argument 294 #define CN23XX_SLI_OQ_PKTS_SENT(oq) \ argument 297 #define CN23XX_SLI_OQ_PKTS_CREDIT(oq) \ argument 300 #define CN23XX_SLI_OQ_PKT_INT_LEVELS(oq) \ argument 305 #define CN23XX_SLI_OQ_PKT_INT_LEVELS_CNT(oq) \ argument 309 #define CN23XX_SLI_OQ_PKT_INT_LEVELS_TIME(oq) \ argument
|
| H A D | cn66xx_regs.h | 277 #define CN6XXX_SLI_OQ_BASE_ADDR64(oq) \ argument 280 #define CN6XXX_SLI_OQ_SIZE(oq) \ argument 283 #define CN6XXX_SLI_OQ_BUFF_INFO_SIZE(oq) \ argument 286 #define CN6XXX_SLI_OQ_PKTS_SENT(oq) \ argument 289 #define CN6XXX_SLI_OQ_PKTS_CREDIT(oq) \ argument
|
| H A D | octeon_config.h | 413 struct octeon_oq_config oq; member
|
| H A D | octeon_device.h | 189 u64 oq; member
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 589 struct sge_uld_txq *oq; in fwevtq_handler() local
|