Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/host/
Dconstants.c162 [NVME_SC_HOST_PATH_ERROR] = "Host Pathing Error",
Dfc.c1980 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
2012 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
2034 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
2052 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
Dfabrics.c336 case NVME_SC_HOST_PATH_ERROR: in nvmf_log_connect_error()
Dtcp.c968 cpu_to_le16(NVME_SC_HOST_PATH_ERROR), &res); in nvme_tcp_fail_request()
971 NVME_SC_HOST_PATH_ERROR); in nvme_tcp_fail_request()
Dcore.c282 case NVME_SC_HOST_PATH_ERROR: in nvme_error_status()
438 nvme_req(req)->status = NVME_SC_HOST_PATH_ERROR; in nvme_host_path_error()
/Linux-v6.1/include/linux/
Dnvme.h1940 NVME_SC_HOST_PATH_ERROR = 0x370, enumerator