/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ |
H A D | pap | 14 ABORT BUSY 15 ABORT VOICE 16 ABORT "NO CARRIER" 17 ABORT "NO DIALTONE" 18 ABORT "NO DIAL TONE"
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H 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()
|
/openbmc/libpldm/include/libpldm/oem/ibm/ |
H A D | state_set.h | 39 ABORT = 0x4, enumerator
|
/openbmc/linux/include/scsi/ |
H A D | scsi_status.h | 40 ABORT = ABORT_TASK_SET, enumerator
|
/openbmc/linux/net/sctp/ |
H A D | primitive.c | 104 DECLARE_PRIMITIVE(ABORT);
|
/openbmc/linux/sound/pci/aw2/ |
H A D | saa7146.h | 133 #define ABORT (1UL << 7) macro
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H 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()
|
/openbmc/linux/drivers/net/ethernet/sis/ |
H A D | sis900.h | 204 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
|
H 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()
|
H A D | sis190.c | 225 ABORT = 0x00800000, enumerator 556 #define ErrMask (OVRUN | SHORT | LIMIT | MIIER | NIBON | COLON | ABORT) in sis190_rx_pkt_err()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | hfa384x_usb.c | 2895 ABORT in hfa384x_usbin_callback() enumerator 2932 action = ABORT; in hfa384x_usbin_callback() 2943 action = ABORT; in hfa384x_usbin_callback() 2954 action = ABORT; in hfa384x_usbin_callback() 2960 action = ABORT; in hfa384x_usbin_callback() 2975 if (action != ABORT) { in hfa384x_usbin_callback() 3010 if (action == ABORT) in hfa384x_usbin_callback()
|
/openbmc/linux/drivers/ufs/core/ |
H A D | ufs-debugfs.c | 54 PRT("SCSI command aborts: %llu\n", ABORT); in ufs_debugfs_stats_show()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | oem_ibm_handler.cpp | 118 uint8_t(CodeUpdateState::ABORT)) in oemSetStateEffecterStatesHandler() 124 uint8_t(CodeUpdateState::ABORT), in oemSetStateEffecterStatesHandler()
|
/openbmc/linux/drivers/scsi/ |
H A D | NCR5380.c | 1446 tmp = ABORT; in do_abort() 1818 case ABORT: in NCR5380_information_transfer() 1981 if (msgout == ABORT) { in NCR5380_information_transfer()
|
H A D | mesh.c | 973 ms->msgout[0] = ABORT; in do_abort() 1215 case ABORT: in handle_msgin() 1549 ms->msgout[0] = ABORT; in cmd_complete()
|
/openbmc/linux/Documentation/scsi/ |
H 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)
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-ioc-receive.rst | 154 :ref:`CEC_RX_STATUS_FEATURE_ABORT <CEC-RX-STATUS-FEATURE-ABORT>`. 323 * .. _`CEC-RX-STATUS-FEATURE-ABORT`:
|
H A D | cec-ioc-g-mode.rst | 225 * .. _`CEC-MSG-ABORT`:
|
/openbmc/linux/drivers/cxl/ |
H A D | cxlmem.h | 164 C(ABORT, -ENXIO, "background cmd was aborted by device"), \
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | smu_v11_0_i2c.c | 452 reg = REG_SET_FIELD(reg, CKSVII2C_IC_ENABLE, ABORT, 1); in smu_v11_0_i2c_abort()
|
/openbmc/qemu/hw/arm/ |
H A D | smmuv3-internal.h | 130 FIELD(GBPA, ABORT, 20, 1)
|
/openbmc/linux/drivers/dma/ |
H A D | hisi_dma.c | 107 ABORT, enumerator
|
/openbmc/qemu/hw/scsi/ |
H A D | trace-events | 211 esp_pci_dma_abort(uint32_t val) "ABORT (0x%.8x)" 273 lsi_do_msgout_abort(uint32_t tag) "MSG: ABORT TAG tag=0x%"PRIx32
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-4.0.rst | 61 instead of ``ABORT``.
|
/openbmc/linux/drivers/scsi/arm/ |
H A D | fas216.c | 917 if (fas216_get_last_msg(info, info->scsi.msgin_fifo) == ABORT) { in fas216_disconnect_intr() 1033 msgqueue_addmsg(&info->scsi.msgs, 1, ABORT); in fas216_reselected_intr()
|