Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/i825xx/
H A D82596.c182 #define STAT_C 0x8000 /* Set to 0 after execution */ macro
756 while ((rfd->stat) & STAT_C) { /* Loop while complete frames */ in i596_rx()
1272 while ((lp->cmd_head != I596_NULL) && (lp->cmd_head->status & STAT_C)) { in i596_interrupt()
H A Dlib82596.c148 #define STAT_C 0x8000 /* Set to 0 after execution */ macro
690 while (rfd->stat & SWAP16(STAT_C)) { /* Loop while complete frames */ in i596_rx()
1172 if (!(lp->cmd_head->status & SWAP16(STAT_C))) in i596_interrupt()