Home
last modified time | relevance | path

Searched defs:nvme_ctrl_ops (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/nvme/host/
H A Dnvme.h561 struct nvme_ctrl_ops { struct
562 const char *name;
563 struct module *module;
564 unsigned int flags;
569 const struct attribute_group **dev_attr_groups;
570 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val);
571 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val);
572 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val);
573 void (*free_ctrl)(struct nvme_ctrl *ctrl);
574 void (*submit_async_event)(struct nvme_ctrl *ctrl);
[all …]
H A Dapple.c1232 static const struct nvme_ctrl_ops nvme_ctrl_ops = { variable