Searched refs:ABORT_TASK_SET (Results 1 – 9 of 9) sorted by relevance
17 ABORT_TASK_SET = 0x06, enumerator40 ABORT = ABORT_TASK_SET,
371 case ABORT_TASK_SET: in scsi_msg_to_host_byte()
734 #define M_ABORT ABORT_TASK_SET
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()
2557 esp->msg_out[0] = ABORT_TASK_SET; in esp_eh_abort_handler()
1480 if (srb->msgout_buf[0] == ABORT_TASK_SET) in msgout_phase1()
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()
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()
1044 * On reset_lun, issue LUN_RESET as opposed to ABORT_TASK_SET.