Searched defs:octep_vf_hw_ops (Results 1 – 1 of 1) sorted by relevance
56 struct octep_vf_hw_ops { struct61 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);69 void (*enable_io_queues)(struct octep_vf_device *oct);71 void (*enable_iq)(struct octep_vf_device *oct, int q);73 void (*enable_oq)(struct octep_vf_device *oct, int q);75 void (*reset_io_queues)(struct octep_vf_device *oct);[all …]
Completed in 6 milliseconds