Home
last modified time | relevance | path

Searched refs:ABORT (Results 1 – 25 of 28) sorted by relevance

12

/linux-2.4.37.9/net/sctp/
Dprimitive.c125 DECLARE_PRIMITIVE(ABORT);
/linux-2.4.37.9/include/scsi/
Dscsi.h210 #define ABORT 0x06 macro
/linux-2.4.37.9/drivers/net/
Dsis900.h159 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
Dsis900.c1632 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) { in sis900_rx()
1776 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) { in sis900_finish_xmit()
1785 if (tx_status & ABORT) in sis900_finish_xmit()
Dhp100.c2098 val = hp100_inb(ABORT); in hp100_update_stats()
2132 hp100_inb(ABORT); in hp100_clear_stats()
/linux-2.4.37.9/drivers/scsi/
Dseagate.c1575 WRITE_DATA (ABORT); in internal_command()
1623 case ABORT: in internal_command()
DAM53C974.c1442 if (hostdata->aborted || hostdata->msgout[0] == ABORT) in AM53C974_intr_disconnect()
1787 case ABORT: in AM53C974_message()
2303 hostdata->msgout[0] = ABORT; in AM53C974_abort()
2353 hostdata->msgout[0] = ABORT; in AM53C974_abort()
DChangeLog.sym53c8xx15 - In ncr_soft_reset(), only try to ABORT the current operation
297 - Add the control command 'cleardev' that allows to send a ABORT
305 - Send an ABORT message (if untagged) or ABORT TAG message (if tagged)
Datari_NCR5380.c1885 tmp = ABORT; in do_abort()
2182 case ABORT: in NCR5380_information_transfer()
2450 if (msgout == ABORT) { in NCR5380_information_transfer()
Dmac_NCR5380.c1889 tmp = ABORT; in do_abort()
2342 case ABORT: in NCR5380_information_transfer()
2602 if (msgout == ABORT) { in NCR5380_information_transfer()
Dscsiiom.c227 pSRB->MsgOutBuf[0] = ABORT; in dc390_EnableMsgOut_Abort()
1023 (pSRB->MsgOutBuf[0] == ABORT) ) in dc390_MsgOutPhase()
1028 bval = ABORT; /* ??? MSG_NOP */ in dc390_MsgOutPhase()
Dsun3_NCR5380.c1877 tmp = ABORT; in do_abort()
2203 case ABORT: in NCR5380_information_transfer()
2466 if (msgout == ABORT) { in NCR5380_information_transfer()
DNCR5380.c1941 tmp = ABORT; in do_abort()
2413 case ABORT:
2606 if (msgout == ABORT) {
DNCR53C9x.c1371 esp->cur_msgout[0] = ABORT; in esp_abort()
2068 esp->cur_msgout[0] = ABORT; in esp_do_data_finale()
2509 case ABORT: in esp_disconnect_amidst_phases()
2919 return ABORT; in check_singlebyte_msg()
Dmesh.c1175 ms->msgout[0] = ABORT; in cmd_complete()
1444 ms->msgout[0] = ABORT; in do_abort()
1711 case ABORT: in handle_msgin()
Desp.c1941 esp->cur_msgout[0] = ABORT; in esp_abort()
3174 case ABORT: in esp_disconnect_amidst_phases()
3580 return ABORT; in check_singlebyte_msg()
Daha152x.c2186 ADDMSGO(ABORT);
2548 if (MSGO(MSGO_I)==ABORT)
DChangeLog.ncr53c8xx203 - Tiny mispelling fixed (ABORT instead of ABRT). Was fortunately
D53c7xx.c925 hostdata->NCR53c7xx_msg_abort = ABORT; in NCR53c7x0_init()
/linux-2.4.37.9/drivers/scsi/aacraid/
Daachba.c1443 scsicmd->result = DID_ABORT << 16 | ABORT << 8; in aac_srb_callback()
1447 scsicmd->result = DID_ERROR << 16 | ABORT << 8; in aac_srb_callback()
/linux-2.4.37.9/drivers/acorn/scsi/
Dacornscsi.c1519 case ABORT: in acornscsi_message()
1705 msgqueue_addmsg(&host->scsi.msgs, 1, ABORT); in acornscsi_message()
1974 msgqueue_addmsg(&host->scsi.msgs, 1, ABORT); in acornscsi_abortcmd()
Dfas216.c880 if (fas216_get_last_msg(info, info->scsi.msgin_fifo) == ABORT) { in fas216_disconnect_intr()
996 msgqueue_addmsg(&info->scsi.msgs, 1, ABORT); in fas216_reselected_intr()
/linux-2.4.37.9/fs/ext3/
Dsuper.c525 set_opt (*mount_options, ABORT); in parse_options()
/linux-2.4.37.9/Documentation/networking/
Dz8530drv.txt392 RxErrors - number of receive errors (CRC, ABORT)
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
DDocumentation.txt394 The driver will try to send a ABORT message to all the logical units

12