Home
last modified time | relevance | path

Searched refs:CAM_REQ_ABORTED (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Dcam.h48 CAM_REQ_ABORTED, /* CCB request aborted by the host */ enumerator
Daic7xxx_osm.c4234 || ahc_get_transaction_status(scb) == CAM_REQ_ABORTED)
4436 case CAM_REQ_ABORTED:
4806 CAM_REQ_ABORTED, SEARCH_COMPLETE) != 0) {
4875 ROLE_INITIATOR, CAM_REQ_ABORTED,
Daic79xx_osm.c1396 ROLE_INITIATOR, CAM_REQ_ABORTED,
4532 || ahd_get_transaction_status(scb) == CAM_REQ_ABORTED)
4790 case CAM_REQ_ABORTED:
Daic79xx_core.c1059 error = CAM_REQ_ABORTED; in ahd_handle_seqint()
1840 CAM_REQ_ABORTED); in ahd_handle_nonpkt_busfree()
1953 ROLE_INITIATOR, CAM_REQ_ABORTED); in ahd_handle_nonpkt_busfree()
4168 CAM_REQ_ABORTED); in ahd_parse_msg()
Daic7xxx_core.c1257 CAM_REQ_ABORTED); in ahc_handle_scsiint()
3362 CAM_REQ_ABORTED); in ahc_parse_msg()
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_glue.h391 #define CAM_REQ_ABORTED DID_ABORT macro
Dsym_hipd.c3426 sym_set_cam_status(cp->cam_ccb, CAM_REQ_ABORTED);
3597 (void) sym_clear_tasks(np, CAM_REQ_ABORTED, target, lun, task);
Dsym_glue.c1209 sym_xpt_done2(np, cmd, CAM_REQ_ABORTED); in sym_eh_handler()