Home
last modified time | relevance | path

Searched refs:octeon_droq (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/cavium/liquidio/
Docteon_droq.h247 struct octeon_droq { struct
326 #define OCT_DROQ_SIZE (sizeof(struct octeon_droq)) argument
400 u32 octeon_droq_check_hw_for_pkts(struct octeon_droq *droq);
406 struct octeon_droq *droq,
410 struct octeon_droq *droq, u32 budget);
414 int octeon_retry_droq_refill(struct octeon_droq *droq);
Docteon_droq.c94 u32 octeon_droq_check_hw_for_pkts(struct octeon_droq *droq) in octeon_droq_check_hw_for_pkts()
111 static void octeon_droq_compute_max_packet_bufs(struct octeon_droq *droq) in octeon_droq_compute_max_packet_bufs()
130 static void octeon_droq_reset_indices(struct octeon_droq *droq) in octeon_droq_reset_indices()
141 struct octeon_droq *droq) in octeon_droq_destroy_ring_buffers()
168 struct octeon_droq *droq) in octeon_droq_setup_ring_buffers()
200 struct octeon_droq *droq = oct->droq[q_no]; in octeon_delete_droq()
226 struct octeon_droq *droq; in octeon_init_droq()
334 struct octeon_droq *droq, in octeon_create_recv_info()
389 octeon_droq_refill_pullup_descs(struct octeon_droq *droq, in octeon_droq_refill_pullup_descs()
431 octeon_droq_refill(struct octeon_device *octeon_dev, struct octeon_droq *droq) in octeon_droq_refill()
[all …]
DMakefile17 octeon_droq.o \
Dlio_core.c431 struct octeon_droq *droq) in octeon_schedule_rxq_oom_work()
447 struct octeon_droq *droq = oct->droq[q_no]; in octnet_poll_check_rxq_oom_status()
577 struct octeon_droq *droq = in liquidio_push_packet()
578 container_of(param, struct octeon_droq, napi); in liquidio_push_packet()
722 struct octeon_droq *droq = arg; in liquidio_napi_drv_callback()
745 struct octeon_droq *droq; in liquidio_napi_poll()
749 droq = container_of(napi, struct octeon_droq, napi); in liquidio_napi_poll()
807 struct octeon_droq *droq; in liquidio_setup_io_queues()
904 int liquidio_schedule_msix_droq_pkt_handler(struct octeon_droq *droq, u64 ret) in liquidio_schedule_msix_droq_pkt_handler()
933 struct octeon_droq *droq = oct->droq[ioq_vector->droq_index]; in liquidio_msix_intr_handler()
[all …]
Docteon_main.h76 struct octeon_droq *droq);
Docteon_device.h495 struct octeon_droq *droq[MAX_POSSIBLE_OCTEON_OUTPUT_QUEUES];
889 void lio_enable_irq(struct octeon_droq *droq, struct octeon_instr_queue *iq);
Dcn23xx_vf_device.c247 struct octeon_droq *droq = oct->droq[oq_no]; in cn23xx_setup_vf_oq_regs()
491 struct octeon_droq *droq = oct->droq[ioq_vector->droq_index]; in cn23xx_vf_msix_interrupt_handler()
Dcn66xx_device.c304 struct octeon_droq *droq = oct->droq[oq_no]; in lio_cn6xxx_setup_oq_regs()
508 struct octeon_droq *droq; in lio_cn6xxx_process_droq_intr_regs()
Docteon_network.h490 static inline void octeon_fast_packet_next(struct octeon_droq *droq, in octeon_fast_packet_next()
Dcn23xx_pf_device.c631 struct octeon_droq *droq = oct->droq[oq_no]; in cn23xx_setup_oq_regs()
948 struct octeon_droq *droq = oct->droq[ioq_vector->droq_index]; in cn23xx_pf_msix_interrupt_handler()
Docteon_device.c1428 void lio_enable_irq(struct octeon_droq *droq, struct octeon_instr_queue *iq) in lio_enable_irq()