Lines Matching refs:octep_device

79 	void (*setup_iq_regs)(struct octep_device *oct, int q);
80 void (*setup_oq_regs)(struct octep_device *oct, int q);
81 void (*setup_mbox_regs)(struct octep_device *oct, int mbox);
95 int (*soft_reset)(struct octep_device *oct);
96 void (*reinit_regs)(struct octep_device *oct);
99 void (*enable_interrupts)(struct octep_device *oct);
100 void (*disable_interrupts)(struct octep_device *oct);
101 void (*poll_non_ioq_interrupts)(struct octep_device *oct);
103 void (*enable_io_queues)(struct octep_device *oct);
104 void (*disable_io_queues)(struct octep_device *oct);
105 void (*enable_iq)(struct octep_device *oct, int q);
106 void (*disable_iq)(struct octep_device *oct, int q);
107 void (*enable_oq)(struct octep_device *oct, int q);
108 void (*disable_oq)(struct octep_device *oct, int q);
109 void (*reset_io_queues)(struct octep_device *oct);
110 void (*dump_registers)(struct octep_device *oct);
140 struct octep_device *oct;
149 struct octep_device *octep_dev;
229 struct octep_device { struct
323 static inline u16 OCTEP_MAJOR_REV(struct octep_device *oct) in OCTEP_MAJOR_REV() argument
330 static inline u16 OCTEP_MINOR_REV(struct octep_device *oct) in OCTEP_MINOR_REV()
358 OCTEP_PCI_WIN_READ(struct octep_device *oct, u64 addr) in OCTEP_PCI_WIN_READ()
383 OCTEP_PCI_WIN_WRITE(struct octep_device *oct, u64 addr, u64 val) in OCTEP_PCI_WIN_WRITE()
394 int octep_device_setup(struct octep_device *oct);
395 int octep_setup_iqs(struct octep_device *oct);
396 void octep_free_iqs(struct octep_device *oct);
397 void octep_clean_iqs(struct octep_device *oct);
398 int octep_setup_oqs(struct octep_device *oct);
399 void octep_free_oqs(struct octep_device *oct);
400 void octep_oq_dbell_init(struct octep_device *oct);
401 void octep_device_setup_cn93_pf(struct octep_device *oct);
402 void octep_device_setup_cnxk_pf(struct octep_device *oct);