Searched refs:ABORT (Results 1 – 17 of 17) sorted by relevance
/drivers/media/pci/cobalt/ |
D | cobalt-omnitek.c | 40 #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()
|
/drivers/net/ethernet/sis/ |
D | sis900.h | 203 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
|
D | sis900.c | 1757 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) { in sis900_rx() 1905 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) { in sis900_finish_xmit() 1914 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()
|
/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 3128 ABORT in hfa384x_usbin_callback() enumerator 3162 action = ABORT; in hfa384x_usbin_callback() 3173 action = ABORT; in hfa384x_usbin_callback() 3184 action = ABORT; in hfa384x_usbin_callback() 3190 action = ABORT; in hfa384x_usbin_callback() 3203 if (action != ABORT) { in hfa384x_usbin_callback() 3238 if (action == ABORT) in hfa384x_usbin_callback()
|
/drivers/staging/sm750fb/ |
D | ddk750_chip.c | 269 ulReg = FIELD_SET(ulReg, DMA_ABORT_INTERRUPT, ABORT_1, ABORT); in ddk750_initHw()
|
/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() 1220 case ABORT: in handle_msgin() 1554 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() 2947 case ABORT: in msgin_phase0()
|
/drivers/net/wireless/iwlwifi/mvm/ |
D | tx.c | 872 AGG_TX_STATE_(ABORT); in iwl_get_agg_tx_status()
|
/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()
|
/drivers/net/ethernet/hp/ |
D | hp100.c | 2015 val = hp100_inb(ABORT); in hp100_update_stats() 2051 hp100_inb(ABORT); in hp100_clear_stats()
|
/drivers/scsi/aacraid/ |
D | aachba.c | 3062 scsicmd->result = DID_ABORT << 16 | ABORT << 8; in aac_srb_callback() 3069 scsicmd->result = DID_ERROR << 16 | ABORT << 8; in aac_srb_callback()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 246 * Our first message must be one of IDENTIFY, ABORT, or
|