Lines Matching refs:cur_rx
558 unsigned int cur_rx, dirty_rx; member
1929 for (; np->cur_rx - np->dirty_rx > 0; np->dirty_rx++) { in refill_rx()
1944 if (np->cur_rx - np->dirty_rx == RX_RING_SIZE) { in refill_rx()
1978 np->cur_rx = RX_RING_SIZE; in init_ring()
2057 np->cur_rx = RX_RING_SIZE; in reinit_rx()
2195 prefetch(&np->rx_skbuff[np->cur_rx % RX_RING_SIZE]); in intr_handler()
2269 int entry = np->cur_rx % RX_RING_SIZE; in netdev_rx()
2270 int boguscnt = np->dirty_rx + RX_RING_SIZE - np->cur_rx; in netdev_rx()
2301 np->cur_rx, desc_status); in netdev_rx()
2369 entry = (++np->cur_rx) % RX_RING_SIZE; in netdev_rx()
3149 np->cur_rx, np->dirty_rx); in netdev_close()