/linux-2.4.37.9/net/sctp/ |
D | primitive.c | 125 DECLARE_PRIMITIVE(ABORT);
|
/linux-2.4.37.9/include/scsi/ |
D | scsi.h | 210 #define ABORT 0x06 macro
|
/linux-2.4.37.9/drivers/net/ |
D | sis900.h | 159 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
|
D | sis900.c | 1632 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()
|
D | hp100.c | 2098 val = hp100_inb(ABORT); in hp100_update_stats() 2132 hp100_inb(ABORT); in hp100_clear_stats()
|
/linux-2.4.37.9/drivers/scsi/ |
D | seagate.c | 1575 WRITE_DATA (ABORT); in internal_command() 1623 case ABORT: in internal_command()
|
D | AM53C974.c | 1442 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()
|
D | ChangeLog.sym53c8xx | 15 - 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)
|
D | atari_NCR5380.c | 1885 tmp = ABORT; in do_abort() 2182 case ABORT: in NCR5380_information_transfer() 2450 if (msgout == ABORT) { in NCR5380_information_transfer()
|
D | mac_NCR5380.c | 1889 tmp = ABORT; in do_abort() 2342 case ABORT: in NCR5380_information_transfer() 2602 if (msgout == ABORT) { in NCR5380_information_transfer()
|
D | scsiiom.c | 227 pSRB->MsgOutBuf[0] = ABORT; in dc390_EnableMsgOut_Abort() 1023 (pSRB->MsgOutBuf[0] == ABORT) ) in dc390_MsgOutPhase() 1028 bval = ABORT; /* ??? MSG_NOP */ in dc390_MsgOutPhase()
|
D | sun3_NCR5380.c | 1877 tmp = ABORT; in do_abort() 2203 case ABORT: in NCR5380_information_transfer() 2466 if (msgout == ABORT) { in NCR5380_information_transfer()
|
D | NCR5380.c | 1941 tmp = ABORT; in do_abort() 2413 case ABORT: 2606 if (msgout == ABORT) {
|
D | NCR53C9x.c | 1371 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()
|
D | mesh.c | 1175 ms->msgout[0] = ABORT; in cmd_complete() 1444 ms->msgout[0] = ABORT; in do_abort() 1711 case ABORT: in handle_msgin()
|
D | esp.c | 1941 esp->cur_msgout[0] = ABORT; in esp_abort() 3174 case ABORT: in esp_disconnect_amidst_phases() 3580 return ABORT; in check_singlebyte_msg()
|
D | aha152x.c | 2186 ADDMSGO(ABORT); 2548 if (MSGO(MSGO_I)==ABORT)
|
D | ChangeLog.ncr53c8xx | 203 - Tiny mispelling fixed (ABORT instead of ABRT). Was fortunately
|
D | 53c7xx.c | 925 hostdata->NCR53c7xx_msg_abort = ABORT; in NCR53c7x0_init()
|
/linux-2.4.37.9/drivers/scsi/aacraid/ |
D | aachba.c | 1443 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/ |
D | acornscsi.c | 1519 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()
|
D | fas216.c | 880 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/ |
D | super.c | 525 set_opt (*mount_options, ABORT); in parse_options()
|
/linux-2.4.37.9/Documentation/networking/ |
D | z8530drv.txt | 392 RxErrors - number of receive errors (CRC, ABORT)
|
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | Documentation.txt | 394 The driver will try to send a ABORT message to all the logical units
|