Home
last modified time | relevance | path

Searched refs:STAT_RNR (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/i825xx/
Dlp486e.c123 #define STAT_RNR 0x1000 /* The RU left the active state */ macro
124 #define STAT_ACK (STAT_CX | STAT_FR | STAT_CNA | STAT_RNR)
158 if (status & STAT_RNR)
1189 if (status & (STAT_FR | STAT_RNR)) { in i596_interrupt()
1191 if ((status & STAT_RNR) && netif_running(dev)) in i596_interrupt()
D3c523.h98 #define STAT_RNR 0x1000 /* RU left ready state */ macro
Dsun3_82586.h114 #define STAT_RNR 0x10 /* RU left ready state */ macro
Dni52.h106 #define STAT_RNR 0x10 /* RU left ready state */ macro
D3c523.c944 if (stat & STAT_RNR) { in elmc_interrupt()
Dsun3_82586.c711 if(stat & STAT_RNR) /* RU went 'not ready' */ in sun3_82586_interrupt()
Dni52.c898 if (stat & STAT_RNR) { /* RU went 'not ready' */ in ni52_interrupt()