Lines Matching defs:nexti
1980 int nexti;1982 nexti = i + 1;1983 if (nexti == rxq->rx_ring_size)1984 nexti = 0;1987 nexti * sizeof(struct rx_desc);2081 int nexti;2083 nexti = i + 1;2084 if (nexti == txq->tx_ring_size)2085 nexti = 0;2089 nexti * sizeof(struct tx_desc);