Lines Matching refs:pidx
613 __be64 *d = &fl->desc[fl->pidx]; in refill_fl()
614 struct rx_sw_desc *sdesc = &fl->sdesc[fl->pidx]; in refill_fl()
669 if (++fl->pidx == fl->size) { in refill_fl()
670 fl->pidx = 0; in refill_fl()
698 if (++fl->pidx == fl->size) { in refill_fl()
699 fl->pidx = 0; in refill_fl()
1003 unsigned int index = (tq->pidx in ring_tx_db()
1004 ? (tq->pidx - 1) in ring_tx_db()
1147 tq->pidx += n; in txq_advance()
1148 if (tq->pidx >= tq->size) in txq_advance()
1149 tq->pidx -= tq->size; in txq_advance()
1257 wr = (void *)&txq->q.desc[txq->q.pidx]; in t4vf_eth_xmit()
1351 ndesc, credits, txq->q.pidx, skb->len, ssi->nr_frags); in t4vf_eth_xmit()
1422 last_desc = tq->pidx + ndesc - 1; in t4vf_eth_xmit()
2313 fl->pidx = 0; in t4vf_sge_alloc_rxq()
2436 txq->q.pidx = 0; in t4vf_sge_alloc_eth_txq()