Searched refs:ABORT_TASK_SET (Results 1 – 12 of 12) sorted by relevance
/linux/include/scsi/ |
H A D | scsi_status.h | 17 ABORT_TASK_SET = 0x06, enumerator 40 ABORT = ABORT_TASK_SET,
|
H A D | scsi_cmnd.h | 371 case ABORT_TASK_SET: in scsi_msg_to_host_byte()
|
/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 734 #define M_ABORT ABORT_TASK_SET
|
/linux/drivers/scsi/ |
H A D | FlashPoint.c | 2834 if ((message == ABORT_TASK_SET) || (message == TARGET_RESET) || in FPT_SendMsg() 4186 if (message == ABORT_TASK_SET) in FPT_phaseMsgOut() 4192 message = ABORT_TASK_SET; in FPT_phaseMsgOut() 4207 if ((message == ABORT_TASK_SET) || (message == TARGET_RESET) || in FPT_phaseMsgOut() 4326 currSCCB->Sccb_scsimsg = ABORT_TASK_SET; in FPT_phaseIllegal()
|
H A D | ncr53c8xx.c | 2502 SCR_JUMP ^ IFTRUE (DATA (ABORT_TASK_SET)), 3159 SCR_LOAD_REG (scratcha, ABORT_TASK_SET),
|
H A D | esp_scsi.c | 2557 esp->msg_out[0] = ABORT_TASK_SET; in esp_eh_abort_handler()
|
H A D | initio.c | 2012 outb(ABORT_TASK_SET, host->addr + TUL_SFifo); in initio_msgout_abort_targ()
|
H A D | dc395x.c | 1721 if (srb->msgout_buf[0] == ABORT_TASK_SET) in msgout_phase1()
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1821 || ahc_sent_msg(ahc, AHCMSG_1B, ABORT_TASK_SET, TRUE)) { in ahc_handle_scsiint() 2897 ahc->msgout_buf[ahc->msgout_index++] = ABORT_TASK_SET; in ahc_setup_initiator_msgout() 3918 case ABORT_TASK_SET: in ahc_parse_msg()
|
H A D | aic79xx_core.c | 3054 || ahd_sent_msg(ahd, AHDMSG_1B, ABORT_TASK_SET, TRUE)) { in ahd_handle_nonpkt_busfree() 4435 ahd->msgout_buf[ahd->msgout_index++] = ABORT_TASK_SET; in ahd_setup_initiator_msgout() 5413 case ABORT_TASK_SET: in ahd_parse_msg()
|
/linux/drivers/scsi/arm/ |
H A D | acornscsi.c | 1477 case ABORT_TASK_SET: in acornscsi_message()
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 1044 * On reset_lun, issue LUN_RESET as opposed to ABORT_TASK_SET.
|