Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/apple/
A Dmace.h53 #define UFLO 0x40 /* underflow - xmit fifo ran dry */ macro
A Dmacmace.c581 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()
585 else if (fs & (UFLO|LCOL|RTRY)) { in mace_interrupt()
587 if (mb->xmtfs & UFLO) { in mace_interrupt()
A Dmace.c726 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt()
758 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()
762 if (fs & (UFLO|LCOL|RTRY)) in mace_interrupt()
/linux/drivers/net/ethernet/arc/
A Demac.h47 #define UFLO (1 << 29) macro
A Demac_main.c126 if (unlikely(info & (DROP | DEFR | LTCL | UFLO))) { in arc_emac_tx_clean()
136 if (info & UFLO) in arc_emac_tx_clean()

Completed in 10 milliseconds