Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c542 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_ANA, 0, NVME_CSI_NVM, in nvme_read_ana_log()
Dcore.c569 c.directive.nsid = cpu_to_le32(NVME_NSID_ALL); in nvme_toggle_streams()
619 ret = nvme_get_stream_params(ctrl, &s, NVME_NSID_ALL); in nvme_configure_directives()
1071 nvme_remove_invalid_namespaces(ctrl, NVME_NSID_ALL); in nvme_passthru_end()
4210 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_CHANGED_NS, 0, in nvme_clear_changed_ns_log()
4361 if (nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_FW_SLOT, 0, NVME_CSI_NVM, in nvme_get_fw_slot_info()
/kernel/linux/linux-5.10/drivers/nvme/target/
Dadmin-cmd.c152 if (req->cmd->get_log_page.nsid == cpu_to_le32(NVME_NSID_ALL)) in nvmet_execute_get_log_page_smart()
475 if (le32_to_cpu(req->cmd->identify.nsid) == NVME_NSID_ALL) { in nvmet_execute_identify_ns()
Dconfigfs.c642 if (nsid == 0 || nsid == NVME_NSID_ALL) { in nvmet_ns_make()
/kernel/linux/linux-5.10/include/linux/
Dnvme.h28 #define NVME_NSID_ALL 0xffffffff macro