Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/target/
Dadmin-cmd.c130 if (req->cmd->get_log_page.nsid == cpu_to_le32(NVME_NSID_ALL)) in nvmet_execute_get_log_page_smart()
394 if (le32_to_cpu(req->cmd->identify.nsid) == NVME_NSID_ALL) { in nvmet_execute_identify_ns()
Dconfigfs.c545 if (nsid == 0 || nsid == NVME_NSID_ALL) in nvmet_ns_make()
/Linux-v4.19/drivers/nvme/host/
Dcore.c444 c.directive.nsid = cpu_to_le32(NVME_NSID_ALL); in nvme_toggle_streams()
494 ret = nvme_get_stream_params(ctrl, &s, NVME_NSID_ALL); in nvme_configure_directives()
1193 nvme_remove_invalid_namespaces(ctrl, NVME_NSID_ALL); in nvme_update_formats()
2319 ret = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_CMD_EFFECTS, 0, in nvme_get_effects_log()
3256 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_CHANGED_NS, 0, log, in nvme_clear_changed_ns_log()
3374 if (nvme_get_log(ctrl, NVME_NSID_ALL, 0, NVME_LOG_FW_SLOT, log, in nvme_get_fw_slot_info()
Dmultipath.c393 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_ANA, in nvme_read_ana_log()
/Linux-v4.19/include/linux/
Dnvme.h35 #define NVME_NSID_ALL 0xffffffff macro