Lines Matching defs:nexti
1969 int nexti;1971 nexti = i + 1;1972 if (nexti == rxq->rx_ring_size)1973 nexti = 0;1976 nexti * sizeof(struct rx_desc);2070 int nexti;2072 nexti = i + 1;2073 if (nexti == txq->tx_ring_size)2074 nexti = 0;2078 nexti * sizeof(struct tx_desc);