Searched defs:nvme_ctrl_ops (Results 1 – 2 of 2) sorted by relevance
551 struct nvme_ctrl_ops { struct552 const char *name;553 struct module *module;554 unsigned int flags;559 const struct attribute_group **dev_attr_groups;560 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val);561 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val);562 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val);563 void (*free_ctrl)(struct nvme_ctrl *ctrl);564 void (*submit_async_event)(struct nvme_ctrl *ctrl);[all …]
1218 static const struct nvme_ctrl_ops nvme_ctrl_ops = { variable