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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsun3_82586.h105 #define ACK_RNR 0x10 /* ack. STAT_RNR */
114 #define STAT_RNR 0x10 /* RU left ready state */ macro
H A D3c523.h89 #define ACK_RNR 0x1000 /* ack. STAT_RNR */
98 #define STAT_RNR 0x1000 /* RU left ready state */ macro
H A Dlp486e.c119 #define STAT_RNR 0x1000 /* The RU left the active state */ macro
120 #define STAT_ACK (STAT_CX | STAT_FR | STAT_CNA | STAT_RNR)
1065 if (status & (STAT_FR | STAT_RNR)) {
1067 if ((status & STAT_RNR) && netif_running(dev))
H A Dni52.h97 #define ACK_RNR 0x10 /* ack. STAT_RNR */
106 #define STAT_RNR 0x10 /* RU left ready state */ macro
H A Dni52.c862 if (stat & STAT_RNR) { /* RU went 'not ready' */
H A Dsun3_82586.c709 if(stat & STAT_RNR) /* RU went 'not ready' */
H A D3c523.c944 if (stat & STAT_RNR) {

Completed in 137 milliseconds