Searched refs:wr_p (Results 1 – 2 of 2) sorted by relevance
674 txq->wr_p = 0; in nfp_net_reset_tx_queue()799 if (txq->wr_p >= txq->rd_p) in nfp_free_tx_desc()800 return txq->tx_count - (txq->wr_p - txq->rd_p) - 8; in nfp_free_tx_desc()802 return txq->rd_p - txq->wr_p - 8; in nfp_free_tx_desc()895 txds = &txq->txds[txq->wr_p]; in nfp_net_xmit_pkts()898 txq->qidx, txq->wr_p, nb_pkts); in nfp_net_xmit_pkts()916 lmbuf = &txq->txbufs[txq->wr_p].mbuf; in nfp_net_xmit_pkts()980 txq->wr_p++; in nfp_net_xmit_pkts()982 txq->wr_p = 0; in nfp_net_xmit_pkts()997 txds = &txq->txds[txq->wr_p]; in nfp_net_xmit_pkts()[all …]
106 uint32_t wr_p; member