Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/i825xx/
D3c523.h95 #define STAT_CX 0x8000 /* CU finished cmd with its I bit set */ macro
Dsun3_82586.h111 #define STAT_CX 0x80 /* CU finished cmd with its I bit set */ macro
Dni52.h103 #define STAT_CX 0x80 /* CU finished cmd with its I bit set */ macro
Dlp486e.c119 #define STAT_CX 0x8000 /* The CU finished executing a command macro
124 #define STAT_ACK (STAT_CX | STAT_FR | STAT_CNA | STAT_RNR)
152 if (status & STAT_CX)
1186 if (status & (STAT_CX | STAT_CNA)) in i596_interrupt()
D3c523.c926 if (stat & STAT_CX) { in elmc_interrupt()
Dsun3_82586.c728 if(stat & STAT_CX) /* command with I-bit set complete */ in sun3_82586_interrupt()
Dni52.c914 if (stat & STAT_CX) in ni52_interrupt()