Searched defs:nvme_ctrl_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/drivers/nvme/host/ |
| D | nvme.h | 345 struct nvme_ctrl_ops { struct 346 const char *name; 347 struct module *module; 348 unsigned int flags; 351 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val); 352 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val); 353 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val); 354 void (*free_ctrl)(struct nvme_ctrl *ctrl); 355 void (*submit_async_event)(struct nvme_ctrl *ctrl); 356 void (*delete_ctrl)(struct nvme_ctrl *ctrl); [all …]
|
| /kernel/linux/linux-5.10/drivers/nvme/host/ |
| D | nvme.h | 466 struct nvme_ctrl_ops { struct 467 const char *name; 468 struct module *module; 469 unsigned int flags; 473 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val); 474 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val); 475 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val); 476 void (*free_ctrl)(struct nvme_ctrl *ctrl); 477 void (*submit_async_event)(struct nvme_ctrl *ctrl); 478 void (*delete_ctrl)(struct nvme_ctrl *ctrl); [all …]
|