Searched refs:NVME_NSID_ALL (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/nvme/target/ |
| D | admin-cmd.c | 144 if (req->cmd->get_log_page.nsid == cpu_to_le32(NVME_NSID_ALL)) in nvmet_execute_get_log_page_smart() 414 if (le32_to_cpu(req->cmd->identify.nsid) == NVME_NSID_ALL) { in nvmet_execute_identify_ns()
|
| D | configfs.c | 591 if (nsid == 0 || nsid == NVME_NSID_ALL) { in nvmet_ns_make()
|
| /Linux-v5.4/drivers/nvme/host/ |
| D | core.c | 508 c.directive.nsid = cpu_to_le32(NVME_NSID_ALL); in nvme_toggle_streams() 558 ret = nvme_get_stream_params(ctrl, &s, NVME_NSID_ALL); in nvme_configure_directives() 1363 nvme_remove_invalid_namespaces(ctrl, NVME_NSID_ALL); in nvme_passthru_end() 2718 ret = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_CMD_EFFECTS, 0, in nvme_get_effects_log() 3702 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_CHANGED_NS, 0, log, in nvme_clear_changed_ns_log() 3858 if (nvme_get_log(ctrl, NVME_NSID_ALL, 0, NVME_LOG_FW_SLOT, log, in nvme_get_fw_slot_info()
|
| D | multipath.c | 533 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_ANA, 0, in nvme_read_ana_log()
|
| /Linux-v5.4/include/linux/ |
| D | nvme.h | 27 #define NVME_NSID_ALL 0xffffffff macro
|