Lines Matching refs:host_status
1294 int host_status = DID_ERROR;
1325 host_status = DID_OK;
1330 host_status = DID_NO_CONNECT;
1332 host_status = DID_BAD_TARGET;
1334 host_status = DID_ERROR;
1336 host_status = DID_ERROR;
1338 host_status = DID_ERROR;
1340 host_status = DID_ERROR;
1344 host_status = DID_RESET;
1348 host_status = DID_ABORT;
1352 host_status = DID_TIME_OUT;
1359 host_status = DID_ERROR;
1368 host_status = DID_ERROR;
1371 host_status = DID_OK;
1376 host_status = DID_ERROR;
1382 reason[host_status], scsi_status);
1387 return (scsi_status & 0xff) | (host_status << 16);