Searched refs:CAM_REQ_ABORTED (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | cam.h | 48 CAM_REQ_ABORTED, /* CCB request aborted by the host */ enumerator
|
D | aic7xxx_osm.c | 4234 || 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,
|
D | aic79xx_osm.c | 1396 ROLE_INITIATOR, CAM_REQ_ABORTED, 4532 || ahd_get_transaction_status(scb) == CAM_REQ_ABORTED) 4790 case CAM_REQ_ABORTED:
|
D | aic79xx_core.c | 1059 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()
|
D | aic7xxx_core.c | 1257 CAM_REQ_ABORTED); in ahc_handle_scsiint() 3362 CAM_REQ_ABORTED); in ahc_parse_msg()
|
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.h | 391 #define CAM_REQ_ABORTED DID_ABORT macro
|
D | sym_hipd.c | 3426 sym_set_cam_status(cp->cam_ccb, CAM_REQ_ABORTED); 3597 (void) sym_clear_tasks(np, CAM_REQ_ABORTED, target, lun, task);
|
D | sym_glue.c | 1209 sym_xpt_done2(np, cmd, CAM_REQ_ABORTED); in sym_eh_handler()
|