taglinefilesource code
cur_rx201drivers/net/lance.cint  cur_rx, cur_tx;    /* The next free ring entry */
cur_rx446drivers/net/lance.clp->cur_rx = lp->cur_tx = 0;
cur_rx489drivers/net/lance.clp->dirty_tx, lp->cur_tx, lp->cur_rx);
cur_rx696drivers/net/lance.cint entry = lp->cur_rx & RX_RING_MOD_MASK;
cur_rx741drivers/net/lance.centry = (++lp->cur_rx) & RX_RING_MOD_MASK;