Lines Matching defs:nvme_ctrl_ops
456 struct nvme_ctrl_ops { struct
457 const char *name;
458 struct module *module;
459 unsigned int flags;
463 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val);
464 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val);
465 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val);
466 void (*free_ctrl)(struct nvme_ctrl *ctrl);
467 void (*submit_async_event)(struct nvme_ctrl *ctrl);
468 void (*delete_ctrl)(struct nvme_ctrl *ctrl);
469 int (*get_address)(struct nvme_ctrl *ctrl, char *buf, int size);