Home
last modified time | relevance | path

Searched refs:nvme_subsystem (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/nvme/host/
H A Dnvme.h309 struct nvme_subsystem *subsys;
426 struct nvme_subsystem { struct
472 struct nvme_subsystem *subsys;
631 struct nvme_subsystem *subsys = ctrl->subsys; in nvme_print_device_info()
951 void nvme_mpath_unfreeze(struct nvme_subsystem *subsys);
952 void nvme_mpath_wait_freeze(struct nvme_subsystem *subsys);
953 void nvme_mpath_start_freeze(struct nvme_subsystem *subsys);
954 void nvme_mpath_default_iopolicy(struct nvme_subsystem *subsys);
1048 static inline void nvme_mpath_unfreeze(struct nvme_subsystem *subsys) in nvme_mpath_unfreeze()
1051 static inline void nvme_mpath_wait_freeze(struct nvme_subsystem *subsys) in nvme_mpath_wait_freeze()
[all …]
H A Dsysfs.c108 struct nvme_subsystem *subsys = head->subsys; in wwid_show()
817 struct nvme_subsystem *subsys = in nvme_subsys_show_nqn()
818 container_of(dev, struct nvme_subsystem, dev); in nvme_subsys_show_nqn()
828 struct nvme_subsystem *subsys = in nvme_subsys_show_type()
829 container_of(dev, struct nvme_subsystem, dev); in nvme_subsys_show_type()
846 struct nvme_subsystem *subsys = \
847 container_of(dev, struct nvme_subsystem, dev); \
H A Dpci.c3053 struct nvme_subsystem *subsys = ctrl->subsys; in nvme_pci_print_device_info()