Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/host/
H A Dconstants.c77 [NVME_SC_INVALID_NS] = "Invalid Namespace or Format",
H A Dpr.c90 case NVME_SC_INVALID_NS: in nvme_status_to_pr_err()
H A Dcore.c292 case NVME_SC_INVALID_NS: in nvme_error_status()
4072 int ret = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvme_validate_ns()
/linux-6.15/drivers/nvme/target/
H A Dpassthru.c313 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.c817 status = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_execute_identify_ns()
962 status = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_execute_identify_nslist()
H A Dcore.c450 return NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_req_find_ns()
/linux-6.15/include/linux/
H A Dnvme.h2016 NVME_SC_INVALID_NS = 0xb, enumerator