Lines Matching defs:nvme_ctrl_ops
480 struct nvme_ctrl_ops { struct
481 const char *name;
482 struct module *module;
483 unsigned int flags;
487 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val);
488 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val);
489 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val);
490 void (*free_ctrl)(struct nvme_ctrl *ctrl);
491 void (*submit_async_event)(struct nvme_ctrl *ctrl);
492 void (*delete_ctrl)(struct nvme_ctrl *ctrl);
493 int (*get_address)(struct nvme_ctrl *ctrl, char *buf, int size);