Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/apple/
Dmace.h57 #define UFLO 0x40 /* underflow - xmit fifo ran dry */ macro
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()
Dmace.c725 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt()
757 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()
761 if (fs & (UFLO|LCOL|RTRY)) in mace_interrupt()
/Linux-v4.19/drivers/net/ethernet/arc/
Demac.h47 #define UFLO (1 << 29) macro
Demac_main.c130 if (unlikely(info & (DROP | DEFR | LTCL | UFLO))) { in arc_emac_tx_clean()
140 if (info & UFLO) in arc_emac_tx_clean()