Home
last modified time | relevance | path

Searched refs:ABORT_TASK_SET (Results 1 – 12 of 12) sorted by relevance

/linux/include/scsi/
H A Dscsi_status.h17 ABORT_TASK_SET = 0x06, enumerator
40 ABORT = ABORT_TASK_SET,
H A Dscsi_cmnd.h371 case ABORT_TASK_SET: in scsi_msg_to_host_byte()
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h734 #define M_ABORT ABORT_TASK_SET
/linux/drivers/scsi/
H A DFlashPoint.c2834 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 Dncr53c8xx.c2502 SCR_JUMP ^ IFTRUE (DATA (ABORT_TASK_SET)),
3159 SCR_LOAD_REG (scratcha, ABORT_TASK_SET),
H A Desp_scsi.c2557 esp->msg_out[0] = ABORT_TASK_SET; in esp_eh_abort_handler()
H A Dinitio.c2012 outb(ABORT_TASK_SET, host->addr + TUL_SFifo); in initio_msgout_abort_targ()
H A Ddc395x.c1721 if (srb->msgout_buf[0] == ABORT_TASK_SET) in msgout_phase1()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1821 || 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 Daic79xx_core.c3054 || 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 Dacornscsi.c1477 case ABORT_TASK_SET: in acornscsi_message()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1044 * On reset_lun, issue LUN_RESET as opposed to ABORT_TASK_SET.