Lines Matching refs:pidx
611 __be64 *d = &fl->desc[fl->pidx]; in refill_fl()
612 struct rx_sw_desc *sdesc = &fl->sdesc[fl->pidx]; in refill_fl()
667 if (++fl->pidx == fl->size) { in refill_fl()
668 fl->pidx = 0; in refill_fl()
696 if (++fl->pidx == fl->size) { in refill_fl()
697 fl->pidx = 0; in refill_fl()
996 unsigned int index = (tq->pidx in ring_tx_db()
997 ? (tq->pidx - 1) in ring_tx_db()
1145 tq->pidx += n; in txq_advance()
1146 if (tq->pidx >= tq->size) in txq_advance()
1147 tq->pidx -= tq->size; in txq_advance()
1266 wr = (void *)&txq->q.desc[txq->q.pidx]; in t4vf_eth_xmit()
1367 ndesc, credits, txq->q.pidx, skb->len, ssi->nr_frags); in t4vf_eth_xmit()
1438 last_desc = tq->pidx + ndesc - 1; in t4vf_eth_xmit()
2365 fl->pidx = 0; in t4vf_sge_alloc_rxq()
2492 txq->q.pidx = 0; in t4vf_sge_alloc_eth_txq()