Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dmace.h57 #define UFLO 0x40 /* underflow - xmit fifo ran dry */ macro
Dmace.c781 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt()
813 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()
817 if (fs & (UFLO|LCOL|RTRY)) in mace_interrupt()
Dmacmace.c540 if (xmtfs & UFLO) { in mace_xmit_error()