Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp/ppp/
H A Dpap14 ABORT BUSY
15 ABORT VOICE
16 ABORT "NO CARRIER"
17 ABORT "NO DIALTONE"
18 ABORT "NO DIAL TONE"
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dprimitive.c104 DECLARE_PRIMITIVE(ABORT);
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufs-debugfs.c41 PRT("SCSI command aborts: %llu\n", ABORT); in ufs_debugfs_stats_show()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-i2c.c152 XI2C_IOWRITE_BITS(pdata, IC_ENABLE, ABORT, 1); in xgbe_i2c_abort()
155 if (!XI2C_IOREAD_BITS(pdata, IC_ENABLE, ABORT)) in xgbe_i2c_abort()
/OK3568_Linux_fs/kernel/sound/pci/aw2/
H A Dsaa7146.h133 #define ABORT (1UL << 7) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dscsi.h192 #define ABORT 0x06 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dscsi.h192 #define ABORT 0x06 macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A DCVE-2022-0216_1.patch31 /* The ABORT TAG message clears the current I/O process only. */
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi.h145 #define ABORT ABORT_TASK_SET macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/arpa/
H A Dtelnet.h55 #define ABORT 238 /* Abort process */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/arpa/
H A Dtelnet.h55 #define ABORT 238 /* Abort process */ macro
/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c2917 ABORT in hfa384x_usbin_callback() enumerator
2954 action = ABORT; in hfa384x_usbin_callback()
2965 action = ABORT; in hfa384x_usbin_callback()
2976 action = ABORT; in hfa384x_usbin_callback()
2982 action = ABORT; in hfa384x_usbin_callback()
2997 if (action != ABORT) { in hfa384x_usbin_callback()
3032 if (action == ABORT) in hfa384x_usbin_callback()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/
H A Dsis900.h204 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
H A Dsis900.c1763 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) { in sis900_rx()
1913 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) { in sis900_finish_xmit()
1922 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()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A DNCR5380.c1439 tmp = ABORT; in do_abort()
1807 case ABORT: in NCR5380_information_transfer()
1971 if (msgout == ABORT) { in NCR5380_information_transfer()
H A Dmesh.c979 ms->msgout[0] = ABORT; in do_abort()
1221 case ABORT: in handle_msgin()
1555 ms->msgout[0] = ABORT; in cmd_complete()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dscsi.h169 scsi_msgbyte_name(ABORT))
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dsmu_v11_0_i2c.c407 reg = REG_SET_FIELD(reg, CKSVII2C_IC_ENABLE, ABORT, 1); in smu_v11_0_i2c_abort()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A 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)
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-receive.rst153 :ref:`CEC_RX_STATUS_FEATURE_ABORT <CEC-RX-STATUS-FEATURE-ABORT>`.
320 * .. _`CEC-RX-STATUS-FEATURE-ABORT`:
H A Dcec-ioc-g-mode.rst225 * .. _`CEC-MSG-ABORT`:
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dhisi_dma.c51 ABORT, enumerator
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Daachba.c3488 scsicmd->result = DID_ABORT << 16 | ABORT << 8; in aac_srb_callback()
3495 scsicmd->result = DID_ERROR << 16 | ABORT << 8; in aac_srb_callback()
3630 scsicmd->result |= DID_ABORT << 16 | ABORT << 8; in hba_resp_task_complete()
3664 scsicmd->result = DID_ABORT << 16 | ABORT << 8; in hba_resp_task_failure()

12