/Linux-v4.19/drivers/media/pci/cobalt/ |
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-v4.19/net/sctp/ |
D | primitive.c | 119 DECLARE_PRIMITIVE(ABORT);
|
/Linux-v4.19/sound/pci/aw2/ |
D | saa7146.h | 146 #define ABORT (1UL << 7) macro
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
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-v4.19/include/scsi/ |
D | scsi.h | 130 #define ABORT ABORT_TASK_SET macro
|
/Linux-v4.19/drivers/net/ethernet/sis/ |
D | sis900.h | 204 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
|
D | sis900.c | 1756 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) { in sis900_rx() 1904 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) { in sis900_finish_xmit() 1913 if (tx_status & ABORT) in sis900_finish_xmit()
|
D | sis190.c | 225 ABORT = 0x00800000, enumerator 556 #define ErrMask (OVRUN | SHORT | LIMIT | MIIER | NIBON | COLON | ABORT) in sis190_rx_pkt_err()
|
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 3046 ABORT in hfa384x_usbin_callback() enumerator 3083 action = ABORT; in hfa384x_usbin_callback() 3094 action = ABORT; in hfa384x_usbin_callback() 3105 action = ABORT; in hfa384x_usbin_callback() 3111 action = ABORT; in hfa384x_usbin_callback() 3124 if (action != ABORT) { in hfa384x_usbin_callback() 3160 if (action == ABORT) in hfa384x_usbin_callback()
|
/Linux-v4.19/drivers/scsi/ |
D | NCR5380.c | 1408 tmp = ABORT; in do_abort() 1786 case ABORT: in NCR5380_information_transfer() 1952 if (msgout == ABORT) { in NCR5380_information_transfer()
|
D | mesh.c | 978 ms->msgout[0] = ABORT; in do_abort() 1218 case ABORT: in handle_msgin() 1551 ms->msgout[0] = ABORT; in cmd_complete()
|
D | aha152x.c | 1541 ADDMSGO(ABORT); in seldo_run() 1872 if (MSGO(MSGO_I)==ABORT) in msgo_run()
|
D | dc395x.c | 1681 srb->msgout_buf[0] = ABORT; in enable_msgout_abort() 2939 case ABORT: in msgin_phase0()
|
/Linux-v4.19/include/trace/events/ |
D | scsi.h | 169 scsi_msgbyte_name(ABORT))
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-ioc-receive.rst | 151 :ref:`CEC_RX_STATUS_FEATURE_ABORT <CEC-RX-STATUS-FEATURE-ABORT>`. 296 * .. _`CEC-RX-STATUS-FEATURE-ABORT`:
|
D | cec-ioc-g-mode.rst | 224 * .. _`CEC-MSG-ABORT`:
|
/Linux-v4.19/Documentation/scsi/ |
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)
|
D | ChangeLog.ncr53c8xx | 203 - Tiny misspelling fixed (ABORT instead of ABRT). Was fortunately
|
/Linux-v4.19/drivers/scsi/aacraid/ |
D | aachba.c | 3575 scsicmd->result = DID_ABORT << 16 | ABORT << 8; in aac_srb_callback() 3582 scsicmd->result = DID_ERROR << 16 | ABORT << 8; in aac_srb_callback() 3717 scsicmd->result |= DID_ABORT << 16 | ABORT << 8; in hba_resp_task_complete() 3751 scsicmd->result = DID_ABORT << 16 | ABORT << 8; in hba_resp_task_failure()
|
/Linux-v4.19/drivers/net/ethernet/hp/ |
D | hp100.c | 2013 val = hp100_inb(ABORT); in hp100_update_stats() 2049 hp100_inb(ABORT); in hp100_clear_stats()
|
/Linux-v4.19/drivers/scsi/arm/ |
D | acornscsi.c | 1496 case ABORT: in acornscsi_message() 1916 msgqueue_addmsg(&host->scsi.msgs, 1, ABORT); in acornscsi_abortcmd()
|
D | fas216.c | 916 if (fas216_get_last_msg(info, info->scsi.msgin_fifo) == ABORT) { in fas216_disconnect_intr() 1031 msgqueue_addmsg(&info->scsi.msgs, 1, ABORT); in fas216_reselected_intr()
|
/Linux-v4.19/Documentation/networking/ |
D | rxrpc.txt | 895 If a remote ABORT is detected, the abort code received will be stored in 908 abort code specified will be placed in the ABORT message sent. 1117 repeating ACK and ABORT packets.
|
D | z8530drv.txt | 392 RxErrors - number of receive errors (CRC, ABORT)
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tx.c | 1599 AGG_TX_STATE_(ABORT); in iwl_get_agg_tx_status()
|