Home
last modified time | relevance | path

Searched refs:NVME_SC_HOST_PATH_ERROR (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/nvme/host/
H A Dconstants.c170 [NVME_SC_HOST_PATH_ERROR] = "Host Pathing Error",
H A Dfc.c1955 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
1987 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
2009 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
2027 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
H A Dfabrics.c378 case NVME_SC_HOST_PATH_ERROR: in nvmf_log_connect_error()
H A Dtcp.c1131 cpu_to_le16(NVME_SC_HOST_PATH_ERROR), &res); in nvme_tcp_fail_request()
1134 NVME_SC_HOST_PATH_ERROR); in nvme_tcp_fail_request()
/linux/include/linux/
H A Dnvme.h2222 NVME_SC_HOST_PATH_ERROR = 0x370, enumerator