Home
last modified time | relevance | path

Searched defs:octep_vf_hw_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_main.h56 struct octep_vf_hw_ops { struct
57 void (*setup_iq_regs)(struct octep_vf_device *oct, int q);
58 void (*setup_oq_regs)(struct octep_vf_device *oct, int q);
59 void (*setup_mbox_regs)(struct octep_vf_device *oct, int mbox);
61 irqreturn_t (*non_ioq_intr_handler)(void *ioq_vector);
62 irqreturn_t (*ioq_intr_handler)(void *ioq_vector);
63 void (*reinit_regs)(struct octep_vf_device *oct);
64 u32 (*update_iq_read_idx)(struct octep_vf_iq *iq);
66 void (*enable_interrupts)(struct octep_vf_device *oct);
67 void (*disable_interrupts)(struct octep_vf_device *oct);
[all …]