Searched refs:UFLO (Results 1 – 5 of 5) sorted by relevance
57 #define UFLO 0x40 /* underflow - xmit fifo ran dry */ macro
586 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()590 else if (fs & (UFLO|LCOL|RTRY)) { in mace_interrupt()592 if (mb->xmtfs & UFLO) { in mace_interrupt()
728 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt()760 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()764 if (fs & (UFLO|LCOL|RTRY)) in mace_interrupt()
46 #define UFLO (1 << 29) macro
128 if (unlikely(info & (DROP | DEFR | LTCL | UFLO))) { in arc_emac_tx_clean()138 if (info & UFLO) in arc_emac_tx_clean()