Searched refs:wr_p (Results 1 – 2 of 2) sorted by relevance
271 txq->wr_p = 0; in nfp_net_reset_tx_queue()2219 if (txq->wr_p >= txq->rd_p) in nfp_free_tx_desc()2220 return txq->tx_count - (txq->wr_p - txq->rd_p) - 8; in nfp_free_tx_desc()2222 return txq->rd_p - txq->wr_p - 8; in nfp_free_tx_desc()2254 txds = &txq->txds[txq->wr_p]; in nfp_net_xmit_pkts()2257 txq->qidx, txq->wr_p, nb_pkts); in nfp_net_xmit_pkts()2275 lmbuf = &txq->txbufs[txq->wr_p].mbuf; in nfp_net_xmit_pkts()2339 txq->wr_p++; in nfp_net_xmit_pkts()2341 txq->wr_p = 0; in nfp_net_xmit_pkts()2356 txds = &txq->txds[txq->wr_p]; in nfp_net_xmit_pkts()[all …]
215 uint32_t wr_p; member