Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dnvme.h535 struct nvme_ctrl_ops { struct
536 const char *name;
537 struct module *module;
538 unsigned int flags;
543 const struct attribute_group **dev_attr_groups;
547 void (*free_ctrl)(struct nvme_ctrl *ctrl);
548 void (*submit_async_event)(struct nvme_ctrl *ctrl);
549 void (*delete_ctrl)(struct nvme_ctrl *ctrl);
550 void (*stop_ctrl)(struct nvme_ctrl *ctrl);
552 void (*print_device_info)(struct nvme_ctrl *ctrl);
[all …]
H A Dapple.c1218 static const struct nvme_ctrl_ops nvme_ctrl_ops = { variable