Home
last modified time | relevance | path

Searched refs:DID_ABORT (Results 1 - 25 of 135) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/scsi/
H A Dqlogicfas408.c197 return (priv->qabort == 1 ? DID_ABORT : DID_RESET); in ql_wai()
318 DID_ABORT : DID_RESET) << 16); in ql_pcmd()
355 return ((priv->qabort == 1 ? DID_ABORT : DID_RESET) << 16); in ql_pcmd()
391 return ((priv->qabort == 1 ? DID_ABORT : DID_RESET) << 16); in ql_pcmd()
H A Dfdomain.c442 fd->cur_cmd->result = DID_ABORT << 16; in fdomain_abort()
445 fdomain_finish_cmd(fd, DID_ABORT << 16); in fdomain_abort()
H A Dwd719x.c477 wd719x_finish_cmd(scb, DID_ABORT); in wd719x_abort()
582 result = DID_ABORT; /* or DID_RESET? */ in wd719x_interrupt_SCB()
586 result = DID_ABORT; in wd719x_interrupt_SCB()
H A DNCR5380.c2256 cmd->result = DID_ABORT << 16; in NCR5380_abort()
2265 cmd->result = DID_ABORT << 16; in NCR5380_abort()
2292 set_host_byte(cmd, DID_ABORT); in NCR5380_abort()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dqlogicfas408.c202 return (priv->qabort == 1 ? DID_ABORT : DID_RESET); in ql_wai()
326 DID_ABORT : DID_RESET); in ql_pcmd()
367 priv->qabort == 1 ? DID_ABORT : DID_RESET); in ql_pcmd()
410 priv->qabort == 1 ? DID_ABORT : DID_RESET); in ql_pcmd()
H A Dwd719x.c479 wd719x_finish_cmd(scb, DID_ABORT); in wd719x_abort()
584 result = DID_ABORT; /* or DID_RESET? */ in wd719x_interrupt_SCB()
588 result = DID_ABORT; in wd719x_interrupt_SCB()
H A DNCR5380.c1816 set_host_byte(cmd, DID_ABORT);
2262 cmd->result = DID_ABORT << 16; in NCR5380_abort()
2271 cmd->result = DID_ABORT << 16; in NCR5380_abort()
2298 set_host_byte(cmd, DID_ABORT); in NCR5380_abort()
H A Dfdomain.c453 set_host_byte(fd->cur_cmd, DID_ABORT); in fdomain_abort()
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_status.h50 DID_ABORT = 0x05, /* Told to abort for some other reason */ enumerator
H A Dscsi_cmnd.h370 set_host_byte(cmd, DID_ABORT); in scsi_msg_to_host_byte()
/kernel/linux/linux-5.10/drivers/usb/image/
H A Dmicrotek.c441 set_host_byte(context->srb, (status == -ENOENT ? DID_ABORT : DID_ERROR)); in mts_data_done()
458 set_host_byte(context->srb, DID_ABORT); in mts_command_done()
498 set_host_byte(context->srb, (status == -ENOENT ? DID_ABORT : DID_ERROR)); in mts_do_sg()
/kernel/linux/linux-6.6/drivers/usb/image/
H A Dmicrotek.c445 set_host_byte(context->srb, (status == -ENOENT ? DID_ABORT : DID_ERROR)); in mts_data_done()
462 set_host_byte(context->srb, DID_ABORT); in mts_command_done()
502 set_host_byte(context->srb, (status == -ENOENT ? DID_ABORT : DID_ERROR)); in mts_do_sg()
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi.h115 #define DID_ABORT 0x05 /* Told to abort for some other reason */ macro
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dcypress_atacb.c163 srb->result != (DID_ABORT << 16)) && in cypress_atacb_passthrough()
H A Dtransport.c614 srb->result = DID_ABORT << 16; in usb_stor_invoke_transport()
732 srb->result = DID_ABORT << 16; in usb_stor_invoke_transport()
H A Dusb.c328 srb->result = DID_ABORT << 16; in usb_stor_control_thread()
388 if (srb->result == DID_ABORT << 16) { in usb_stor_control_thread()
397 * the TIMED_OUT flag, not srb->result == DID_ABORT, because in usb_stor_control_thread()
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dcypress_atacb.c163 srb->result != (DID_ABORT << 16)) && in cypress_atacb_passthrough()
H A Dtransport.c619 srb->result = DID_ABORT << 16; in usb_stor_invoke_transport()
737 srb->result = DID_ABORT << 16; in usb_stor_invoke_transport()
H A Dusb.c328 srb->result = DID_ABORT << 16; in usb_stor_control_thread()
388 if (srb->result == DID_ABORT << 16) { in usb_stor_control_thread()
397 * the TIMED_OUT flag, not srb->result == DID_ABORT, because in usb_stor_control_thread()
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H A Drtsx.c380 chip->srb->result = DID_ABORT << 16; in rtsx_control_thread()
425 else if (chip->srb->result != DID_ABORT << 16) { in rtsx_control_thread()
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H A Drtsx.c373 chip->srb->result = DID_ABORT << 16; in rtsx_control_thread()
412 else if (chip->srb->result != DID_ABORT << 16) { in rtsx_control_thread()
/kernel/linux/linux-5.10/include/trace/events/
H A Dscsi.h115 scsi_hostbyte_name(DID_ABORT), \
/kernel/linux/linux-6.6/include/trace/events/
H A Dscsi.h115 scsi_hostbyte_name(DID_ABORT), \
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H A Desas2r_main.c992 cmd->result = DID_ABORT << 16; in esas2r_eh_abort()
1058 cmd->result = DID_ABORT << 16; in esas2r_eh_abort()
1902 return DID_ABORT; in esas2r_req_status_to_error()
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H A Desas2r_main.c990 cmd->result = DID_ABORT << 16; in esas2r_eh_abort()
1056 cmd->result = DID_ABORT << 16; in esas2r_eh_abort()
1900 return DID_ABORT; in esas2r_req_status_to_error()

Completed in 28 milliseconds

123456