Searched refs:ABORT_TASK (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_status.h | 24 ABORT_TASK = 0x0d, enumerator
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi.h | 89 #define ABORT_TASK 0x0d macro
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 741 #define M_ABORT_TAG ABORT_TASK
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | scsi.h | 156 scsi_msgbyte_name(ABORT_TASK), \
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 741 #define M_ABORT_TAG ABORT_TASK
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 2010 ahd->msgout_buf[0] = ABORT_TASK; in ahd_handle_seqint() 3053 if (ahd_sent_msg(ahd, AHDMSG_1B, ABORT_TASK, TRUE) in ahd_handle_nonpkt_busfree() 3069 sent_msg == ABORT_TASK ? "" : " Tag"); in ahd_handle_nonpkt_busfree() 3071 if (sent_msg == ABORT_TASK) in ahd_handle_nonpkt_busfree() 3370 ahd->msgout_buf[0] = ABORT_TASK; in ahd_handle_proto_violation() 4433 ahd->msgout_buf[ahd->msgout_index++] = ABORT_TASK; in ahd_setup_initiator_msgout() 5412 case ABORT_TASK: in ahd_parse_msg() 5424 if (ahd->msgin_buf[0] == ABORT_TASK) in ahd_parse_msg()
|
H A D | aic7xxx_core.c | 1820 if (ahc_sent_msg(ahc, AHCMSG_1B, ABORT_TASK, TRUE) in ahc_handle_scsiint() 1823 == ABORT_TASK) in ahc_handle_scsiint() 2895 ahc->msgout_buf[ahc->msgout_index++] = ABORT_TASK; in ahc_setup_initiator_msgout() 3193 ahc->msgout_buf[0] = ABORT_TASK; in ahc_handle_proto_violation() 3917 case ABORT_TASK: in ahc_parse_msg() 3929 if (ahc->msgin_buf[0] == ABORT_TASK) in ahc_parse_msg()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 3171 SCR_LOAD_REG (scratcha, ABORT_TASK), 3179 SCR_LOAD_REG (scratcha, ABORT_TASK), 3321 ** Send an ABORT_TASK message.
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 3143 SCR_LOAD_REG (scratcha, ABORT_TASK), 3151 SCR_LOAD_REG (scratcha, ABORT_TASK), 3293 ** Send an ABORT_TASK message.
|
H A D | FlashPoint.c | 1635 ABORT_TASK; in FlashPoint_AbortCCB() 2836 (message == ABORT_TASK)) { in FPT_SendMsg() 4209 (message == ABORT_TASK)) { in FPT_phaseMsgOut()
|
H A D | initio.c | 2036 outb(ABORT_TASK, host->addr + TUL_SFifo); in initio_msgout_abort_tag()
|
H A D | dc395x.c | 2518 srb->msgout_buf[0] = ABORT_TASK; in msgin_qtag()
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | acornscsi.c | 1478 case ABORT_TASK: in acornscsi_message()
|
Completed in 69 milliseconds