Searched refs:NVME_SC_HOST_PATH_ERROR (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/nvme/host/
H A Dconstants.c170 [NVME_SC_HOST_PATH_ERROR] = "Host Pathing Error",
H A Dfc.c1986 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1);
2018 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1);
2040 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1);
2058 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1);
H A Dtcp.c1018 cpu_to_le16(NVME_SC_HOST_PATH_ERROR), &res);
1021 NVME_SC_HOST_PATH_ERROR); local
H A Dfabrics.c363 case NVME_SC_HOST_PATH_ERROR:
H A Dcore.c293 case NVME_SC_HOST_PATH_ERROR:
491 nvme_req(req)->status = NVME_SC_HOST_PATH_ERROR;
/linux-master/include/linux/
H A Dnvme.h1986 NVME_SC_HOST_PATH_ERROR = 0x370, enumerator in enum:__anon2322

Completed in 190 milliseconds