Searched defs:nvme_ctrl_ops (Results 1 – 2 of 2) sorted by relevance
521 struct nvme_ctrl_ops { struct522 const char *name;523 struct module *module;524 unsigned int flags;529 const struct attribute_group **dev_attr_groups;530 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val);531 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val);532 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val);533 void (*free_ctrl)(struct nvme_ctrl *ctrl);534 void (*submit_async_event)(struct nvme_ctrl *ctrl);[all …]
1204 static const struct nvme_ctrl_ops nvme_ctrl_ops = { variable