Home
last modified time | relevance | path

Searched refs:NVME_NSID_ALL (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/drivers/nvme/host/
Dhwmon.c62 return nvme_get_log(data->ctrl, NVME_NSID_ALL, NVME_LOG_SMART, 0, in nvme_hwmon_get_smart_log()
Dmultipath.c679 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_ANA, 0, NVME_CSI_NVM, in nvme_read_ana_log()
Dcore.c1121 nvme_remove_invalid_namespaces(ctrl, NVME_NSID_ALL); in nvme_passthru_end()
4498 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_CHANGED_NS, 0, in nvme_clear_changed_ns_log()
4676 if (nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_FW_SLOT, 0, NVME_CSI_NVM, in nvme_get_fw_slot_info()
/Linux-v6.1/drivers/nvme/target/
Dadmin-cmd.c146 if (req->cmd->get_log_page.nsid == cpu_to_le32(NVME_NSID_ALL)) in nvmet_execute_get_log_page_smart()
495 if (le32_to_cpu(req->cmd->identify.nsid) == NVME_NSID_ALL) { in nvmet_execute_identify_ns()
Dzns.c105 if (le32_to_cpu(req->cmd->identify.nsid) == NVME_NSID_ALL) { in nvmet_execute_identify_cns_cs_ns()
Dconfigfs.c646 if (nsid == 0 || nsid == NVME_NSID_ALL) { in nvmet_ns_make()
/Linux-v6.1/include/linux/
Dnvme.h28 #define NVME_NSID_ALL 0xffffffff macro