Searched refs:ABORT (Results 1 - 21 of 21) sorted by relevance

/linux-master/net/sctp/
H A Dprimitive.c98 * will be discarded and an ABORT chunk is sent to the peer. A success
104 DECLARE_PRIMITIVE(ABORT);
/linux-master/include/scsi/
H A Dscsi_status.h40 ABORT = ABORT_TASK_SET, enumerator in enum:scsi_msg_byte
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.c28 #define ABORT (1 << 2) macro
120 iowrite32(ABORT, CS_REG(s->dma_channel));
140 iowrite32(ABORT, CS_REG(i));
/linux-master/sound/pci/aw2/
H A Dsaa7146.h133 #define ABORT (1UL << 7) macro
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-i2c.c152 XI2C_IOWRITE_BITS(pdata, IC_ENABLE, ABORT, 1);
155 if (!XI2C_IOREAD_BITS(pdata, IC_ENABLE, ABORT))
/linux-master/drivers/ufs/core/
H A Dufs-debugfs.c54 PRT("SCSI command aborts: %llu\n", ABORT);
/linux-master/drivers/net/ethernet/sis/
H A Dsis900.h204 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator in enum:sis900_tx_buffer_status
H A Dsis900.c1770 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) {
1920 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) {
1929 if (tx_status & ABORT)
H A Dsis190.c225 ABORT = 0x00800000, enumerator in enum:_DescStatusBit
556 #define ErrMask (OVRUN | SHORT | LIMIT | MIIER | NIBON | COLON | ABORT)
/linux-master/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c2895 ABORT enumerator in enum:USBIN_ACTION
2932 action = ABORT;
2943 action = ABORT;
2954 action = ABORT;
2960 action = ABORT;
2975 if (action != ABORT) {
3010 if (action == ABORT)
/linux-master/drivers/scsi/
H A DNCR5380.c1400 * MESSAGE OUT phase and sending an ABORT message.
1420 * and can immediately send the ABORT message, or we'll have some
1446 tmp = ABORT;
1815 case ABORT:
1978 if (msgout == ABORT) {
2279 /* Can't call NCR5380_select() and send ABORT because that
H A Dmesh.c973 ms->msgout[0] = ABORT;
1215 case ABORT:
1549 ms->msgout[0] = ABORT;
H A Daha152x.c310 aborted = 0x0020, /* ABORT was sent */
314 aborting = 0x0200, /* ABORT is pending */
1056 * for current command: queue ABORT for message out and raise ATN
1057 * for disconnected command: pseudo SC with ABORT message or ABORT on reselection?
1561 ADDMSGO(ABORT);
1903 if (MSGO(MSGO_I)==ABORT)
H A Ddc395x.c1524 srb->msgout_buf[0] = ABORT;
2783 case ABORT:
2785 "<%02i-%i> ABORT msg\n",
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsmu_v11_0_i2c.c452 reg = REG_SET_FIELD(reg, CKSVII2C_IC_ENABLE, ABORT, 1);
/linux-master/drivers/cxl/
H A Dcxlmem.h166 C(ABORT, -ENXIO, "background cmd was aborted by device"), \
/linux-master/drivers/dma/
H A Dhisi_dma.c107 ABORT, enumerator in enum:hisi_dma_chan_status
/linux-master/drivers/scsi/arm/
H A Dfas216.c916 case PHASE_MSGOUT: /* message out - possible ABORT message */
917 if (fas216_get_last_msg(info, info->scsi.msgin_fifo) == ABORT) {
1033 msgqueue_addmsg(&info->scsi.msgs, 1, ABORT);
2453 * ABORT or ABORT_TAG message. We can only do this
H A Dacornscsi.c1858 msgqueue_addmsg(&host->scsi.msgs, 1, ABORT);
2482 * reconnects, we will give it an ABORT message. The
2503 * we will give it an ABORT message since the command could not
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1929 AGG_TX_STATE_(ABORT);
/linux-master/fs/ext4/
H A Dsuper.c703 * ABORT|READONLY state, unless the error response on the fs has been set to
6528 if (test_opt2(sb, ABORT))

Completed in 704 milliseconds