Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/apple/
H A Dmace.h59 #define RTRY 0x01 /* too many retries (transmission aborted) */ macro
H A Dmace.c729 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt()
761 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()
765 if (fs & (UFLO|LCOL|RTRY)) in mace_interrupt()
/linux/drivers/net/ethernet/arc/
H A Demac.h45 #define RTRY (1 << 24) macro