Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/host/
Dnvme.h340 struct nvme_ctrl_ops { struct
341 const char *name;
342 struct module *module;
343 unsigned int flags;
346 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val);
347 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val);
348 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val);
349 void (*free_ctrl)(struct nvme_ctrl *ctrl);
350 void (*submit_async_event)(struct nvme_ctrl *ctrl);
351 void (*delete_ctrl)(struct nvme_ctrl *ctrl);
[all …]