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

/linux-master/drivers/nvme/host/
H A Dconstants.c77 [NVME_SC_INVALID_NS] = "Invalid Namespace or Format",
H A Dpr.c90 case NVME_SC_INVALID_NS:
H A Dcore.c277 case NVME_SC_INVALID_NS:
3901 int ret = NVME_SC_INVALID_NS | NVME_SC_DNR;
/linux-master/drivers/nvme/target/
H A Dpassthru.c309 status = NVME_SC_INVALID_NS | NVME_SC_DNR;
H A Dzns.c107 status = NVME_SC_INVALID_NS | NVME_SC_DNR;
H A Dadmin-cmd.c499 status = NVME_SC_INVALID_NS | NVME_SC_DNR;
H A Dcore.c444 return NVME_SC_INVALID_NS | NVME_SC_DNR;
/linux-master/include/linux/
H A Dnvme.h1860 NVME_SC_INVALID_NS = 0xb, enumerator in enum:__anon2322

Completed in 145 milliseconds