Lines Matching refs:octep_vf_device

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);
63 void (*reinit_regs)(struct octep_vf_device *oct);
66 void (*enable_interrupts)(struct octep_vf_device *oct);
67 void (*disable_interrupts)(struct octep_vf_device *oct);
69 void (*enable_io_queues)(struct octep_vf_device *oct);
70 void (*disable_io_queues)(struct octep_vf_device *oct);
71 void (*enable_iq)(struct octep_vf_device *oct, int q);
72 void (*disable_iq)(struct octep_vf_device *oct, int q);
73 void (*enable_oq)(struct octep_vf_device *oct, int q);
74 void (*disable_oq)(struct octep_vf_device *oct, int q);
75 void (*reset_io_queues)(struct octep_vf_device *oct);
76 void (*dump_registers)(struct octep_vf_device *oct);
125 struct octep_vf_device *octep_vf_dev;
219 struct octep_vf_device {
292 static inline u16 OCTEP_VF_MAJOR_REV(struct octep_vf_device *oct)
299 static inline u16 OCTEP_VF_MINOR_REV(struct octep_vf_device *oct)
319 int octep_vf_device_setup(struct octep_vf_device *oct);
320 int octep_vf_setup_iqs(struct octep_vf_device *oct);
321 void octep_vf_free_iqs(struct octep_vf_device *oct);
322 void octep_vf_clean_iqs(struct octep_vf_device *oct);
323 int octep_vf_setup_oqs(struct octep_vf_device *oct);
324 void octep_vf_free_oqs(struct octep_vf_device *oct);
325 void octep_vf_oq_dbell_init(struct octep_vf_device *oct);
326 void octep_vf_device_setup_cn93(struct octep_vf_device *oct);
327 void octep_vf_device_setup_cnxk(struct octep_vf_device *oct);
331 int octep_vf_get_link_info(struct octep_vf_device *oct);
332 int octep_vf_get_if_stats(struct octep_vf_device *oct);