Home
last modified time | relevance | path

Searched refs:ABORT (Results 1 – 17 of 17) 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/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/tools/testing/selftests/drivers/net/
H A Dxdp.py46 ABORT = 4 # Count of packets that were aborted variable in XDPStats
404 if stats[XDPStats.ABORT.value] != 0:
/linux/drivers/cxl/
H A Dcxlmem.h180 C(ABORT, -ENXIO, "background cmd was aborted by device"), \
/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/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/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1802 AGG_TX_STATE_(ABORT); in iwl_get_agg_tx_status()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.seq246 * Our first message must be one of IDENTIFY, ABORT, or
/linux/fs/ext4/
H A Dsuper.c6871 if (test_opt2(sb, ABORT)) in __ext4_remount()