Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
A Dnvme.h483 struct nvme_ctrl_ops { struct
484 const char *name;
485 struct module *module;
486 unsigned int flags;
490 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val);
491 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val);
492 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val);
493 void (*free_ctrl)(struct nvme_ctrl *ctrl);
494 void (*submit_async_event)(struct nvme_ctrl *ctrl);
495 void (*delete_ctrl)(struct nvme_ctrl *ctrl);
[all …]

Completed in 7 milliseconds