/linux/drivers/media/pci/cobalt/ |
A D | cobalt-omnitek.c | 28 #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/ |
A D | scsi_status.h | 40 ABORT = ABORT_TASK_SET, enumerator
|
/linux/net/sctp/ |
A D | primitive.c | 104 DECLARE_PRIMITIVE(ABORT);
|
/linux/sound/pci/aw2/ |
A D | saa7146.h | 133 #define ABORT (1UL << 7) macro
|
/linux/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-i2c.c | 152 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()
|
/linux/drivers/staging/wlan-ng/ |
A D | hfa384x_usb.c | 2916 ABORT in hfa384x_usbin_callback() enumerator 2953 action = ABORT; in hfa384x_usbin_callback() 2964 action = ABORT; in hfa384x_usbin_callback() 2975 action = ABORT; in hfa384x_usbin_callback() 2981 action = ABORT; in hfa384x_usbin_callback() 2996 if (action != ABORT) { in hfa384x_usbin_callback() 3031 if (action == ABORT) in hfa384x_usbin_callback()
|
/linux/drivers/net/ethernet/sis/ |
A D | sis900.h | 204 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
|
A D | sis900.c | 1770 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) { in sis900_rx() 1920 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) { in sis900_finish_xmit() 1929 if (tx_status & ABORT) in sis900_finish_xmit()
|
A D | sis190.c | 225 ABORT = 0x00800000, enumerator 556 #define ErrMask (OVRUN | SHORT | LIMIT | MIIER | NIBON | COLON | ABORT) in sis190_rx_pkt_err()
|
/linux/drivers/scsi/ufs/ |
A D | ufs-debugfs.c | 53 PRT("SCSI command aborts: %llu\n", ABORT); in ufs_debugfs_stats_show()
|
/linux/drivers/scsi/ |
A D | NCR5380.c | 1448 tmp = ABORT; in do_abort() 1817 case ABORT: in NCR5380_information_transfer() 1980 if (msgout == ABORT) { in NCR5380_information_transfer()
|
A D | mesh.c | 971 ms->msgout[0] = ABORT; in do_abort() 1213 case ABORT: in handle_msgin() 1547 ms->msgout[0] = ABORT; in cmd_complete()
|
A D | aha152x.c | 1535 ADDMSGO(ABORT); in seldo_run() 1866 if (MSGO(MSGO_I)==ABORT) in msgo_run()
|
A D | dc395x.c | 1525 srb->msgout_buf[0] = ABORT; in enable_msgout_abort() 2784 case ABORT: in msgin_phase0()
|
/linux/Documentation/scsi/ |
A D | ChangeLog.sym53c8xx | 15 - 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)
|
A D | ChangeLog.ncr53c8xx | 203 - Tiny misspelling fixed (ABORT instead of ABRT). Was fortunately
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | smu_v11_0_i2c.c | 442 reg = REG_SET_FIELD(reg, CKSVII2C_IC_ENABLE, ABORT, 1); in smu_v11_0_i2c_abort()
|
/linux/Documentation/userspace-api/media/cec/ |
A D | cec-ioc-receive.rst | 153 :ref:`CEC_RX_STATUS_FEATURE_ABORT <CEC-RX-STATUS-FEATURE-ABORT>`. 320 * .. _`CEC-RX-STATUS-FEATURE-ABORT`:
|
A D | cec-ioc-g-mode.rst | 225 * .. _`CEC-MSG-ABORT`:
|
/linux/drivers/dma/ |
A D | hisi_dma.c | 51 ABORT, enumerator
|
/linux/drivers/scsi/arm/ |
A D | fas216.c | 913 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()
|
A D | acornscsi.c | 1852 msgqueue_addmsg(&host->scsi.msgs, 1, ABORT); in acornscsi_abortcmd()
|
/linux/Documentation/networking/ |
A D | rxrpc.rst | 915 If a remote ABORT is detected, the abort code received will be stored in 930 abort code specified will be placed in the ABORT message sent. 1146 repeating ACK and ABORT packets.
|
/linux/Documentation/networking/device_drivers/hamradio/ |
A D | z8530drv.rst | 410 RxErrors number of receive errors (CRC, ABORT)
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | tx.c | 1699 AGG_TX_STATE_(ABORT); in iwl_get_agg_tx_status()
|