Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/i825xx/
D3c523.h97 #define STAT_CNA 0x2000 /* CU left active state */ macro
Dsun3_82586.h113 #define STAT_CNA 0x20 /* CU left active state */ macro
Dni52.h105 #define STAT_CNA 0x20 /* CU left active state */ macro
Dlp486e.c122 #define STAT_CNA 0x2000 /* The CU left the active state */ macro
124 #define STAT_ACK (STAT_CX | STAT_FR | STAT_CNA | STAT_RNR)
154 if (status & STAT_CNA)
1186 if (status & (STAT_CX | STAT_CNA)) in i596_interrupt()
D3c523.c935 if (stat & STAT_CNA) { in elmc_interrupt()
Dsun3_82586.c732 if(stat & STAT_CNA) /* CU went 'not ready' */ in sun3_82586_interrupt()
Dni52.c918 if (stat & STAT_CNA) { /* CU went 'not ready' */ in ni52_interrupt()