Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/nvme/host/
Dconstants.c170 [NVME_SC_HOST_PATH_ERROR] = "Host Pathing Error",
Dfc.c1993 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
2025 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
2047 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
2065 status = cpu_to_le16(NVME_SC_HOST_PATH_ERROR << 1); in nvme_fc_fcpio_done()
Dfabrics.c362 case NVME_SC_HOST_PATH_ERROR: in nvmf_log_connect_error()
Dtcp.c986 cpu_to_le16(NVME_SC_HOST_PATH_ERROR), &res); in nvme_tcp_fail_request()
989 NVME_SC_HOST_PATH_ERROR); in nvme_tcp_fail_request()
Dcore.c283 case NVME_SC_HOST_PATH_ERROR: in nvme_error_status()
450 nvme_req(req)->status = NVME_SC_HOST_PATH_ERROR; in nvme_host_path_error()
/Linux-v6.6/include/linux/
Dnvme.h1984 NVME_SC_HOST_PATH_ERROR = 0x370, enumerator