Home
last modified time | relevance | path

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

/linux-6.6.21/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.c715 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_ANA, 0, NVME_CSI_NVM, in nvme_read_ana_log()
Dcore.c3911 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_CHANGED_NS, 0, in nvme_clear_changed_ns_log()
4105 if (nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_FW_SLOT, 0, NVME_CSI_NVM, in nvme_get_fw_slot_info()
/linux-6.6.21/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()
497 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_ns_zns()
Dconfigfs.c649 if (nsid == 0 || nsid == NVME_NSID_ALL) { in nvmet_ns_make()
/linux-6.6.21/include/linux/
Dnvme.h29 #define NVME_NSID_ALL 0xffffffff macro