Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_main.h63 struct octep_hw_ops { struct
69 irqreturn_t (*ioq_intr_handler)(void *ioq_vector);
70 int (*soft_reset)(struct octep_device *oct);
71 void (*reinit_regs)(struct octep_device *oct);
72 u32 (*update_iq_read_idx)(struct octep_iq *iq);
74 void (*enable_interrupts)(struct octep_device *oct);
78 void (*enable_io_queues)(struct octep_device *oct);
80 void (*enable_iq)(struct octep_device *oct, int q);
82 void (*enable_oq)(struct octep_device *oct, int q);
84 void (*reset_io_queues)(struct octep_device *oct);
[all …]