Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/host/
H A Dconstants.c170 [NVME_SC_HOST_PATH_ERROR] = "Host Pathing Error",
H A Dfc.c1944 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
1976 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
1998 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
2016 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.c1110 cpu_to_le16(NVME_SC_HOST_PATH_ERROR), &res); in nvme_tcp_fail_request()
1113 NVME_SC_HOST_PATH_ERROR); in nvme_tcp_fail_request()
H A Dcore.c308 case NVME_SC_HOST_PATH_ERROR: in nvme_error_status()
511 nvme_req(req)->status = NVME_SC_HOST_PATH_ERROR; in nvme_host_path_error()
1707 if (status < 0 || status == NVME_SC_HOST_PATH_ERROR) in nvme_set_queue_count()
/linux-6.15/include/linux/
H A Dnvme.h2145 NVME_SC_HOST_PATH_ERROR = 0x370, enumerator