Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dconfigfs.c807 return sprintf(page, "%u\n", to_subsys(item->ci_parent)->clear_ids); in nvmet_passthru_clear_ids_show()
814 unsigned int clear_ids; in nvmet_passthru_clear_ids_store() local
816 if (kstrtouint(page, 0, &clear_ids)) in nvmet_passthru_clear_ids_store()
818 subsys->clear_ids = clear_ids; in nvmet_passthru_clear_ids_store()
821 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.c1403 subsys->clear_ids = 1; in nvmet_alloc_ctrl()