Lines Matching refs:rx_status
1270 short rx_status; in corkscrew_rx() local
1275 while ((rx_status = inw(ioaddr + RxStatus)) > 0) { in corkscrew_rx()
1276 if (rx_status & 0x4000) { /* Error, update stats. */ in corkscrew_rx()
1294 short pkt_len = rx_status & 0x1fff; in corkscrew_rx()
1300 pkt_len, rx_status); in corkscrew_rx()
1335 int rx_status; in boomerang_rx() local
1340 while ((rx_status = vp->rx_ring[entry].status) & RxDComplete) { in boomerang_rx()
1341 if (rx_status & RxDError) { /* Error, update stats. */ in boomerang_rx()
1342 unsigned char rx_error = rx_status >> 16; in boomerang_rx()
1359 short pkt_len = rx_status & 0x1fff; in boomerang_rx()
1365 pkt_len, rx_status); in boomerang_rx()