Searched refs:UFLO (Results 1 – 6 of 6) sorted by relevance
53 #define UFLO 0x40 /* underflow - xmit fifo ran dry */ macro
585 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()
731 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()
47 #define UFLO (1 << 29) macro
127 if (unlikely(info & (DROP | DEFR | LTCL | UFLO))) { in arc_emac_tx_clean()137 if (info & UFLO) in arc_emac_tx_clean()
265 GET_FIELD((T)->misc, TMDM, UFLO), \1276 SET_FIELD(&tmd.misc, TMDM, UFLO, 1); in pcnet_transmit()