Home
last modified time | relevance | path

Searched refs:UNDERRUN (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis900.h204 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
H A Dsis900.c1920 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) { in sis900_finish_xmit()
1927 if (tx_status & UNDERRUN) in sis900_finish_xmit()
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_debug.h165 MUSB_FLAGS_PRINT(w, TXCSR_P, UNDERRUN); in musb_print_txcsr()
/openbmc/qemu/hw/net/
H A Dmsf2-emac.c71 FIELD(DMA_TX_STATUS, UNDERRUN, 1, 1)
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1448 TX_STATUS_FAIL(UNDERRUN); in iwl_mvm_get_tx_fail_reason()
1876 AGG_TX_STATE_(UNDERRUN); in iwl_get_agg_tx_status()
/openbmc/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx323 - Check against data OVERRUN/UNDERRUN condition at the end of a data
325 or the SODL is full (UNDERRUN in DATA out phase).