Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/host/
Dnvme.h556 struct nvme_ctrl_ops { struct
557 const char *name;
558 struct module *module;
559 unsigned int flags;
564 const struct attribute_group **dev_attr_groups;
565 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val);
566 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val);
567 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val);
568 void (*free_ctrl)(struct nvme_ctrl *ctrl);
569 void (*submit_async_event)(struct nvme_ctrl *ctrl);
[all …]
Dapple.c1232 static const struct nvme_ctrl_ops nvme_ctrl_ops = { variable