Home
last modified time | relevance | path

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

/openbmc/linux/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_sc_to_pr_err()
H A Dcore.c267 case NVME_SC_INVALID_NS: in nvme_error_status()
3737 int ret = NVME_SC_INVALID_NS | NVME_SC_DNR; in nvme_validate_ns()
/openbmc/u-boot/drivers/nvme/
H A Dnvme.h480 NVME_SC_INVALID_NS = 0xb, enumerator
/openbmc/linux/drivers/nvme/target/
H A Dpassthru.c309 status = NVME_SC_INVALID_NS | NVME_SC_DNR; in nvmet_passthru_execute_cmd()
H A Dzns.c107 status = NVME_SC_INVALID_NS | NVME_SC_DNR; in nvmet_execute_identify_ns_zns()
H A Dadmin-cmd.c499 status = NVME_SC_INVALID_NS | NVME_SC_DNR; in nvmet_execute_identify_ns()
H A Dcore.c435 return NVME_SC_INVALID_NS | NVME_SC_DNR; in nvmet_req_find_ns()
/openbmc/linux/include/linux/
H A Dnvme.h1858 NVME_SC_INVALID_NS = 0xb, enumerator