Lines Matching refs:cur_rx
558 unsigned int cur_rx, dirty_rx; member
1930 for (; np->cur_rx - np->dirty_rx > 0; np->dirty_rx++) { in refill_rx()
1951 if (np->cur_rx - np->dirty_rx == RX_RING_SIZE) { in refill_rx()
1985 np->cur_rx = RX_RING_SIZE; in init_ring()
2063 np->cur_rx = RX_RING_SIZE; in reinit_rx()
2206 prefetch(&np->rx_skbuff[np->cur_rx % RX_RING_SIZE]); in intr_handler()
2280 int entry = np->cur_rx % RX_RING_SIZE; in netdev_rx()
2281 int boguscnt = np->dirty_rx + RX_RING_SIZE - np->cur_rx; in netdev_rx()
2312 np->cur_rx, desc_status); in netdev_rx()
2381 entry = (++np->cur_rx) % RX_RING_SIZE; in netdev_rx()
3171 np->cur_rx, np->dirty_rx); in netdev_close()