Home
last modified time | relevance | path

Searched refs:clear_ids (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dconfigfs.c787 return sprintf(page, "%u\n", to_subsys(item->ci_parent)->clear_ids); in nvmet_passthru_clear_ids_show()
794 unsigned int clear_ids; in nvmet_passthru_clear_ids_store() local
796 if (kstrtouint(page, 0, &clear_ids)) in nvmet_passthru_clear_ids_store()
798 subsys->clear_ids = clear_ids; in nvmet_passthru_clear_ids_store()
801 CONFIGFS_ATTR(nvmet_passthru_, clear_ids);
H A Dpassthru.c42 if (!ctrl->subsys->clear_ids) in nvmet_passthru_override_id_descs()
202 if (req->sq->ctrl->subsys->clear_ids) { in nvmet_passthru_override_id_ns()
H A Dnvmet.h276 unsigned int clear_ids; member
H A Dcore.c1400 subsys->clear_ids = 1; in nvmet_alloc_ctrl()

Completed in 8 milliseconds