Home
last modified time | relevance | path

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

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