Lines Matching refs:pidx
591 __be64 *d = &fl->desc[fl->pidx]; in refill_fl()
592 struct rx_sw_desc *sdesc = &fl->sdesc[fl->pidx]; in refill_fl()
646 if (++fl->pidx == fl->size) { in refill_fl()
647 fl->pidx = 0; in refill_fl()
675 if (++fl->pidx == fl->size) { in refill_fl()
676 fl->pidx = 0; in refill_fl()
1060 tq->pidx += n; in txq_advance()
1061 if (tq->pidx >= tq->size) in txq_advance()
1062 tq->pidx -= tq->size; in txq_advance()
1170 wr = (void *)&txq->q.desc[txq->q.pidx]; in t4vf_eth_xmit()
1264 ndesc, credits, txq->q.pidx, skb->len, ssi->nr_frags); in t4vf_eth_xmit()
1335 last_desc = tq->pidx + ndesc - 1; in t4vf_eth_xmit()
2181 fl->pidx = 0; in t4vf_sge_alloc_rxq()
2294 txq->q.pidx = 0; in t4vf_sge_alloc_eth_txq()