/linux-4.1.27/net/sctp/ |
D | primitive.c | 119 DECLARE_PRIMITIVE(ABORT);
|
/linux-4.1.27/sound/pci/aw2/ |
D | saa7146.h | 146 #define ABORT (1UL << 7) macro
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | ddk750_chip.c | 361 ulReg = FIELD_SET(ulReg, DMA_ABORT_INTERRUPT, ABORT_1, ABORT); in ddk750_initHw() 369 ulReg = FIELD_SET(ulReg, DMA_ABORT_INTERRUPT, ABORT_1, ABORT); in ddk750_initHw()
|
/linux-4.1.27/drivers/net/ethernet/sis/ |
D | sis900.h | 203 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
|
D | sis900.c | 1759 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) { in sis900_rx() 1907 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) { in sis900_finish_xmit() 1916 if (tx_status & ABORT) in sis900_finish_xmit()
|
D | sis190.c | 225 ABORT = 0x00800000, enumerator 556 #define ErrMask (OVRUN | SHORT | LIMIT | MIIER | NIBON | COLON | ABORT) in sis190_rx_pkt_err()
|
/linux-4.1.27/include/scsi/ |
D | scsi.h | 441 #define ABORT ABORT_TASK_SET macro
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 3133 ABORT in hfa384x_usbin_callback() enumerator 3167 action = ABORT; in hfa384x_usbin_callback() 3178 action = ABORT; in hfa384x_usbin_callback() 3189 action = ABORT; in hfa384x_usbin_callback() 3195 action = ABORT; in hfa384x_usbin_callback() 3208 if (action != ABORT) { in hfa384x_usbin_callback() 3243 if (action == ABORT) in hfa384x_usbin_callback()
|
/linux-4.1.27/include/trace/events/ |
D | scsi.h | 170 scsi_msgbyte_name(ABORT))
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 171 set_opt(EXT3_SB(sb)->s_mount_opt, ABORT); in ext3_handle_error() 300 set_opt(EXT3_SB(sb)->s_mount_opt, ABORT); in ext3_abort() 1306 set_opt(sbi->s_mount_opt, ABORT); in parse_options() 2690 if (test_opt(sb, ABORT)) in ext3_remount() 2702 if (test_opt(sb, ABORT)) { in ext3_remount()
|
/linux-4.1.27/Documentation/scsi/ |
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 | ChangeLog.ncr53c8xx | 203 - Tiny misspelling fixed (ABORT instead of ABRT). Was fortunately
|
D | sym53c8xx_2.txt | 392 The driver will try to send a ABORT message to all the logical units
|
D | ncr53c8xx.txt | 552 The driver will try to send a ABORT message to all the logical units
|
/linux-4.1.27/drivers/scsi/ |
D | NCR5380.c | 1685 tmp = ABORT; in do_abort() 2159 case ABORT: 2348 if (msgout == ABORT) {
|
D | atari_NCR5380.c | 1784 tmp = ABORT; in do_abort() 2161 case ABORT: in NCR5380_information_transfer() 2416 if (msgout == ABORT) { in NCR5380_information_transfer()
|
D | mesh.c | 978 ms->msgout[0] = ABORT; in do_abort() 1218 case ABORT: in handle_msgin() 1551 ms->msgout[0] = ABORT; in cmd_complete()
|
D | aha152x.c | 1542 ADDMSGO(ABORT); in seldo_run() 1873 if (MSGO(MSGO_I)==ABORT) in msgo_run()
|
D | dc395x.c | 1684 srb->msgout_buf[0] = ABORT; in enable_msgout_abort() 2942 case ABORT: in msgin_phase0()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | tx.c | 824 AGG_TX_STATE_(ABORT); in iwl_get_agg_tx_status()
|
/linux-4.1.27/drivers/scsi/arm/ |
D | fas216.c | 914 if (fas216_get_last_msg(info, info->scsi.msgin_fifo) == ABORT) { in fas216_disconnect_intr() 1029 msgqueue_addmsg(&info->scsi.msgs, 1, ABORT); in fas216_reselected_intr()
|
D | acornscsi.c | 1495 case ABORT: in acornscsi_message() 1915 msgqueue_addmsg(&host->scsi.msgs, 1, ABORT); in acornscsi_abortcmd()
|
/linux-4.1.27/drivers/net/ethernet/hp/ |
D | hp100.c | 2019 val = hp100_inb(ABORT); in hp100_update_stats() 2055 hp100_inb(ABORT); in hp100_clear_stats()
|
/linux-4.1.27/Documentation/networking/ |
D | rxrpc.txt | 753 abort code specified will be placed in the ABORT message sent. 915 repeating ACK and ABORT packets.
|
D | z8530drv.txt | 392 RxErrors - number of receive errors (CRC, ABORT)
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | aachba.c | 3055 scsicmd->result = DID_ABORT << 16 | ABORT << 8; in aac_srb_callback() 3059 scsicmd->result = DID_ERROR << 16 | ABORT << 8; in aac_srb_callback()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 246 * Our first message must be one of IDENTIFY, ABORT, or
|