Lines Matching defs:nvme_ctrl_ops
505 struct nvme_ctrl_ops { struct
506 const char *name;
507 struct module *module;
508 unsigned int flags;
511 int (*reg_read32)(struct nvme_ctrl *ctrl, u32 off, u32 *val);
512 int (*reg_write32)(struct nvme_ctrl *ctrl, u32 off, u32 val);
513 int (*reg_read64)(struct nvme_ctrl *ctrl, u32 off, u64 *val);
514 void (*free_ctrl)(struct nvme_ctrl *ctrl);
515 void (*submit_async_event)(struct nvme_ctrl *ctrl);
516 void (*delete_ctrl)(struct nvme_ctrl *ctrl);
517 void (*stop_ctrl)(struct nvme_ctrl *ctrl);
518 int (*get_address)(struct nvme_ctrl *ctrl, char *buf, int size);
519 void (*print_device_info)(struct nvme_ctrl *ctrl);
520 bool (*supports_pci_p2pdma)(struct nvme_ctrl *ctrl);