Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.c28 #define ABORT (1 << 2) macro
120 iowrite32(ABORT, CS_REG(s->dma_channel)); in omni_sg_dma_abort_channel()
140 iowrite32(ABORT, CS_REG(i)); in omni_sg_dma_init()
/linux/tools/testing/selftests/drivers/net/
H A Dxdp.py45 ABORT = 4 # Count of packets that were aborted
195 elif stats_dump[key]["formatted"]["key"] == XDPStats.ABORT.value:
196 stats_formatted[XDPStats.ABORT.value] = val
417 if stats[XDPStats.ABORT.value] != 0:
44 ABORT = 4 # Count of packets that were aborted global() variable in XDPStats
/linux/include/scsi/
H A Dscsi_status.h40 ABORT = ABORT_TASK_SET, enumerator
/linux/net/sctp/
H A Dprimitive.c104 DECLARE_PRIMITIVE(ABORT);
/linux/sound/pci/aw2/
H A Dsaa7146.h133 #define ABORT (1UL << 7) macro
/linux/drivers/net/ethernet/sis/
H A Dsis900.h204 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
H A Dsis900.c1760 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) { in sis900_rx()
1910 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) { in sis900_finish_xmit()
1919 if (tx_status & ABORT) in sis900_finish_xmit()
H A Dsis190.c225 ABORT = 0x00800000, enumerator
556 #define ErrMask (OVRUN | SHORT | LIMIT | MIIER | NIBON | COLON | ABORT) in sis190_rx_pkt_err()
/linux/drivers/ufs/core/
H A Dufs-debugfs.c54 PRT("SCSI command aborts: %llu\n", ABORT); in ufs_debugfs_stats_show()
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-receive.rst154 :ref:`CEC_RX_STATUS_FEATURE_ABORT <CEC-RX-STATUS-FEATURE-ABORT>`.
338 * .. _`CEC-RX-STATUS-FEATURE-ABORT`:
H A Dcec-ioc-g-mode.rst225 * .. _`CEC-MSG-ABORT`:
/linux/tools/perf/Documentation/
H A Dperf-script.txt244 FROM/TO/EVENT/INTX/ABORT/CYCLES/TYPE/SPEC syntax in the following order:
253 ABORT : A=TSX abort entry
/linux/drivers/dma/
H A Dhisi_dma.c107 ABORT, enumerator
/linux/drivers/scsi/
H A Ddc395x.c1307 srb->msgout_buf[0] = ABORT; in enable_msgout_abort()
2368 case ABORT: in msgin_phase0()
/linux/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst410 RxErrors number of receive errors (CRC, ABORT)
/linux/Documentation/scsi/
H A DChangeLog.ncr53c8xx203 - Tiny misspelling fixed (ABORT instead of ABRT). Was fortunately
H A Dsym53c8xx_2.rst455 The driver will try to send a ABORT message to all the logical units
H A Dncr53c8xx.rst617 The driver will try to send a ABORT message to all the logical units
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.seq246 * Our first message must be one of IDENTIFY, ABORT, or
/linux/fs/ext4/
H A Dsuper.c6803 if (test_opt2(sb, ABORT)) in __ext4_remount()