Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-omnitek.c40 #define ABORT (1 << 2) macro
132 iowrite32(ABORT, CS_REG(s->dma_channel)); in omni_sg_dma_abort_channel()
152 iowrite32(ABORT, CS_REG(i)); in omni_sg_dma_init()
/linux-4.4.14/net/sctp/
Dprimitive.c119 DECLARE_PRIMITIVE(ABORT);
/linux-4.4.14/sound/pci/aw2/
Dsaa7146.h146 #define ABORT (1UL << 7) macro
/linux-4.4.14/include/scsi/
Dscsi.h156 #define ABORT ABORT_TASK_SET macro
/linux-4.4.14/drivers/net/ethernet/sis/
Dsis900.h203 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
Dsis900.c1759 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()
Dsis190.c225 ABORT = 0x00800000, enumerator
556 #define ErrMask (OVRUN | SHORT | LIMIT | MIIER | NIBON | COLON | ABORT) in sis190_rx_pkt_err()
/linux-4.4.14/drivers/staging/wlan-ng/
Dhfa384x_usb.c3133 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.4.14/drivers/staging/sm750fb/
Dddk750_chip.c269 ulReg = FIELD_SET(ulReg, DMA_ABORT_INTERRUPT, ABORT_1, ABORT); in ddk750_initHw()
/linux-4.4.14/include/trace/events/
Dscsi.h170 scsi_msgbyte_name(ABORT))
/linux-4.4.14/Documentation/scsi/
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)
DChangeLog.ncr53c8xx203 - Tiny misspelling fixed (ABORT instead of ABRT). Was fortunately
Dsym53c8xx_2.txt392 The driver will try to send a ABORT message to all the logical units
Dncr53c8xx.txt552 The driver will try to send a ABORT message to all the logical units
/linux-4.4.14/drivers/scsi/
DNCR5380.c1685 tmp = ABORT; in do_abort()
2159 case ABORT:
2348 if (msgout == ABORT) {
Datari_NCR5380.c1784 tmp = ABORT; in do_abort()
2161 case ABORT: in NCR5380_information_transfer()
2416 if (msgout == ABORT) { in NCR5380_information_transfer()
Dmesh.c978 ms->msgout[0] = ABORT; in do_abort()
1218 case ABORT: in handle_msgin()
1551 ms->msgout[0] = ABORT; in cmd_complete()
Daha152x.c1542 ADDMSGO(ABORT); in seldo_run()
1873 if (MSGO(MSGO_I)==ABORT) in msgo_run()
Ddc395x.c1684 srb->msgout_buf[0] = ABORT; in enable_msgout_abort()
2942 case ABORT: in msgin_phase0()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dtx.c872 AGG_TX_STATE_(ABORT); in iwl_get_agg_tx_status()
/linux-4.4.14/drivers/net/ethernet/hp/
Dhp100.c2019 val = hp100_inb(ABORT); in hp100_update_stats()
2055 hp100_inb(ABORT); in hp100_clear_stats()
/linux-4.4.14/drivers/scsi/arm/
Dfas216.c914 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()
Dacornscsi.c1495 case ABORT: in acornscsi_message()
1915 msgqueue_addmsg(&host->scsi.msgs, 1, ABORT); in acornscsi_abortcmd()
/linux-4.4.14/Documentation/networking/
Drxrpc.txt753 abort code specified will be placed in the ABORT message sent.
915 repeating ACK and ABORT packets.
Dz8530drv.txt392 RxErrors - number of receive errors (CRC, ABORT)
/linux-4.4.14/drivers/scsi/aacraid/
Daachba.c3057 scsicmd->result = DID_ABORT << 16 | ABORT << 8; in aac_srb_callback()
3064 scsicmd->result = DID_ERROR << 16 | ABORT << 8; in aac_srb_callback()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.seq246 * Our first message must be one of IDENTIFY, ABORT, or