Home
last modified time | relevance | path

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

/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_status_to_pr_err()
/linux/drivers/nvme/target/
H A Dpassthru.c313 status = NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_passthru_execute_cmd()
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.c447 return NVME_SC_INVALID_NS | NVME_STATUS_DNR; in nvmet_req_find_ns()
/linux/include/linux/
H A Dnvme.h2009 NVME_SC_INVALID_NS = 0xb, enumerator