Home
last modified time | relevance | path

Searched refs:NVME_SC_INVALID_NS (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/nvme/host/
H A Dconstants.c77 [NVME_SC_INVALID_NS] = "Invalid Namespace or Format",
H A Dpr.c88 case NVME_SC_INVALID_NS: in nvme_status_to_pr_err()
H A Dcore.c295 case NVME_SC_INVALID_NS: in nvme_error_status()
4281 int ret = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvme_validate_ns()
/linux/drivers/nvme/target/
H A Dpassthru.c314 status = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_passthru_execute_cmd()
H A Dzns.c103 status = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_execute_identify_ns_zns()
H A Dadmin-cmd.c807 status = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_execute_identify_ns()
952 status = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_execute_identify_nslist()
H A Dcore.c446 return NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_req_find_ns()
/linux/include/linux/
H A Dnvme.h2093 NVME_SC_INVALID_NS = 0xb, enumerator