Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/host/
Dnvme.h383 struct nvme_ctrl_ops { struct
384 const char *name;
385 struct module *module;
386 unsigned int flags;
390 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val);
391 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val);
392 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val);
393 void (*free_ctrl)(struct nvme_ctrl *ctrl);
394 void (*submit_async_event)(struct nvme_ctrl *ctrl);
395 void (*delete_ctrl)(struct nvme_ctrl *ctrl);
[all …]