Searched refs:RTRY (Results 1 – 4 of 4) sorted by relevance
63 #define RTRY 0x01 /* too many retries (transmission aborted) */ macro
586 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()590 else if (fs & (UFLO|LCOL|RTRY)) { 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()
44 #define RTRY (1<<24) macro