taglinefilesource code
cur_rx253drivers/net/depca.cint  cur_rx, cur_tx;    /* The next free ring entry */
cur_rx752drivers/net/depca.clp->cur_rx = lp->cur_tx = 0;
cur_rx993drivers/net/depca.cint entry = lp->cur_rx & lp->rmask;
cur_rx996drivers/net/depca.cfor (; lp->rx_ring[entry].base >= 0; entry = (++lp->cur_rx) & lp->rmask) {
cur_rx1054drivers/net/depca.centry = (++lp->cur_rx) & lp->rmask;
cur_rx194drivers/net/lance.cint  cur_rx, cur_tx;    /* The next free ring entry */
cur_rx437drivers/net/lance.clp->cur_rx = lp->cur_tx = 0;
cur_rx480drivers/net/lance.clp->dirty_tx, lp->cur_tx, lp->cur_rx);
cur_rx687drivers/net/lance.cint entry = lp->cur_rx & RX_RING_MOD_MASK;
cur_rx725drivers/net/lance.centry = (++lp->cur_rx) & RX_RING_MOD_MASK;