Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/media/pci/cobalt/
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()
/kernel/linux/linux-5.10/net/sctp/
Dprimitive.c104 DECLARE_PRIMITIVE(ABORT);
/kernel/linux/linux-5.10/sound/pci/aw2/
Dsaa7146.h133 #define ABORT (1UL << 7) macro
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
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()
/kernel/linux/linux-5.10/include/scsi/
Dscsi.h104 #define ABORT ABORT_TASK_SET macro
/kernel/linux/linux-5.10/drivers/net/ethernet/sis/
Dsis900.h204 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
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()
Dsis190.c225 ABORT = 0x00800000, enumerator
556 #define ErrMask (OVRUN | SHORT | LIMIT | MIIER | NIBON | COLON | ABORT) in sis190_rx_pkt_err()
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
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()
/kernel/linux/linux-5.10/drivers/scsi/
DNCR5380.c1439 tmp = ABORT; in do_abort()
1807 case ABORT: in NCR5380_information_transfer()
1971 if (msgout == ABORT) { in NCR5380_information_transfer()
Dmesh.c979 ms->msgout[0] = ABORT; in do_abort()
1221 case ABORT: in handle_msgin()
1555 ms->msgout[0] = ABORT; in cmd_complete()
Daha152x.c1527 ADDMSGO(ABORT); in seldo_run()
1858 if (MSGO(MSGO_I)==ABORT) in msgo_run()
/kernel/linux/linux-5.10/include/trace/events/
Dscsi.h169 scsi_msgbyte_name(ABORT))
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Dsmu_v11_0_i2c.c407 reg = REG_SET_FIELD(reg, CKSVII2C_IC_ENABLE, ABORT, 1); in smu_v11_0_i2c_abort()
/kernel/linux/linux-5.10/Documentation/scsi/
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)
DChangeLog.ncr53c8xx203 - Tiny misspelling fixed (ABORT instead of ABRT). Was fortunately
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/
Dcec-ioc-receive.rst153 :ref:`CEC_RX_STATUS_FEATURE_ABORT <CEC-RX-STATUS-FEATURE-ABORT>`.
320 * .. _`CEC-RX-STATUS-FEATURE-ABORT`:
Dcec-ioc-g-mode.rst225 * .. _`CEC-MSG-ABORT`:
/kernel/linux/linux-5.10/drivers/dma/
Dhisi_dma.c51 ABORT, enumerator
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
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()
/kernel/linux/linux-5.10/drivers/scsi/arm/
Dacornscsi.c1493 case ABORT: in acornscsi_message()
1913 msgqueue_addmsg(&host->scsi.msgs, 1, ABORT); in acornscsi_abortcmd()
Dfas216.c914 if (fas216_get_last_msg(info, info->scsi.msgin_fifo) == ABORT) { in fas216_disconnect_intr()
1030 msgqueue_addmsg(&info->scsi.msgs, 1, ABORT); in fas216_reselected_intr()
/kernel/linux/linux-5.10/Documentation/networking/
Drxrpc.rst915 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.
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/hamradio/
Dz8530drv.rst410 RxErrors number of receive errors (CRC, ABORT)
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c1676 AGG_TX_STATE_(ABORT); in iwl_get_agg_tx_status()

12