Home
last modified time | relevance | path

Searched refs:STAT_C (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/
Dlib82596.c150 #define STAT_C 0x8000 /* Set to 0 after execution */ macro
664 while (rfd->stat & SWAP16(STAT_C)) { /* Loop while complete frames */ in i596_rx()
1161 if (!(lp->cmd_head->status & SWAP16(STAT_C))) in i596_interrupt()
D82596.c180 #define STAT_C 0x8000 /* Set to 0 after execution */ macro
783 while ((rfd->stat) & STAT_C) { /* Loop while complete frames */ in i596_rx()
1352 while ((lp->cmd_head != I596_NULL) && (lp->cmd_head->status & STAT_C)) { in i596_interrupt()