Searched defs:nvme_ctrl_ops (Results 1 – 2 of 2) sorted by relevance
622 struct nvme_ctrl_ops { struct623 const char *name;624 struct module *module;625 unsigned int flags;630 const struct attribute_group **dev_attr_groups;631 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val);632 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val);633 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val);634 void (*free_ctrl)(struct nvme_ctrl *ctrl);635 void (*submit_async_event)(struct nvme_ctrl *ctrl);[all …]
1277 static const struct nvme_ctrl_ops nvme_ctrl_ops = { variable