Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/apple/
H A Dmace.h53 #define UFLO 0x40 /* underflow - xmit fifo ran dry */ macro
H A Dmacmace.c585 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()
589 else if (fs & (UFLO|LCOL|RTRY)) { in mace_interrupt()
591 if (mb->xmtfs & UFLO) { in mace_interrupt()
H A Dmace.c731 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt()
763 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()
767 if (fs & (UFLO|LCOL|RTRY)) in mace_interrupt()
/openbmc/linux/drivers/net/ethernet/arc/
H A Demac.h47 #define UFLO (1 << 29) macro
H A Demac_main.c127 if (unlikely(info & (DROP | DEFR | LTCL | UFLO))) { in arc_emac_tx_clean()
137 if (info & UFLO) in arc_emac_tx_clean()
/openbmc/qemu/hw/net/
H A Dpcnet.c265 GET_FIELD((T)->misc, TMDM, UFLO), \
1276 SET_FIELD(&tmd.misc, TMDM, UFLO, 1); in pcnet_transmit()