Home
last modified time | relevance | path

Searched refs:to_subsys (Results 1 – 2 of 2) sorted by relevance

/drivers/nvme/target/
Dconfigfs.c673 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_device_path_show()
681 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_device_path_store()
714 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_enable_show()
722 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_enable_store()
741 return sprintf(page, "%u\n", to_subsys(item->ci_parent)->admin_timeout); in nvmet_passthru_admin_timeout_show()
747 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_admin_timeout_store()
760 return sprintf(page, "%u\n", to_subsys(item->ci_parent)->io_timeout); in nvmet_passthru_io_timeout_show()
766 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_io_timeout_store()
817 subsys = to_subsys(target); in nvmet_port_subsys_allow_link()
852 struct nvmet_subsys *subsys = to_subsys(target); in nvmet_port_subsys_drop_link()
[all …]
Dnvmet.h258 static inline struct nvmet_subsys *to_subsys(struct config_item *item) in to_subsys() function