Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/host/
Dconstants.c77 [NVME_SC_INVALID_NS] = "Invalid Namespace or Format",
Dpr.c90 case NVME_SC_INVALID_NS: in nvme_status_to_pr_err()
Dcore.c290 case NVME_SC_INVALID_NS: in nvme_error_status()
3996 int ret = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvme_validate_ns()
/linux-6.12.1/drivers/nvme/target/
Dadmin-cmd.c499 status = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_execute_identify_ns()
596 status = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_execute_identify_nslist()
Dpassthru.c309 status = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_passthru_execute_cmd()
Dzns.c103 status = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_execute_identify_ns_zns()
Dcore.c448 return NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_req_find_ns()
/linux-6.12.1/include/linux/
Dnvme.h1875 NVME_SC_INVALID_NS = 0xb, enumerator