Lines Matching refs:host_status
1284 int host_status = DID_ERROR;
1315 host_status = DID_OK;
1320 host_status = DID_NO_CONNECT;
1322 host_status = DID_BAD_TARGET;
1324 host_status = DID_ERROR;
1326 host_status = DID_ERROR;
1328 host_status = DID_ERROR;
1330 host_status = DID_ERROR;
1334 host_status = DID_RESET;
1338 host_status = DID_ABORT;
1342 host_status = DID_TIME_OUT;
1349 host_status = DID_ERROR;
1358 host_status = DID_ERROR;
1361 host_status = DID_OK;
1366 host_status = DID_ERROR;
1372 reason[host_status], scsi_status);
1377 return (scsi_status & 0xff) | (host_status << 16);