Lines Matching defs:ccb_status
1492 cam_status ccb_status= CAM_REQ_CMP_ERR;
1512 ccb_status = CAM_SCSI_STATUS_ERROR;
1514 ccb_status = CAM_REQ_CMP;
1522 if ((rsp->residual < 0) && (ccb_status == CAM_REQ_CMP)) {
1523 ccb_status = CAM_DATA_RUN_ERR;
1570 ccb_status = CAM_REQ_ABORTED;
1577 ccb_status = CAM_IDE;
1581 ccb_status = CAM_REQ_CMP_ERR;
1585 ccb_status = CAM_CMD_TIMEOUT;
1589 ccb_status = CAM_SCSI_IT_NEXUS_LOST;
1592 ccb_status = CAM_REQ_CMP_ERR;
1597 ccb_status = CAM_REQ_CMP;
1600 ocs_set_ccb_status(ccb, ccb_status);
1609 if ((ccb_status != CAM_REQ_CMP) &&