Home
last modified time | relevance | path

Searched refs:qcp_rd_p (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/nfp/
H A Dnfp_rxtx.c607 uint32_t qcp_rd_p; in nfp_net_tx_free_bufs() local
614 qcp_rd_p = nfp_qcp_read(txq->qcp_q, NFP_QCP_READ_PTR); in nfp_net_tx_free_bufs()
616 if (qcp_rd_p == txq->rd_p) { in nfp_net_tx_free_bufs()
619 qcp_rd_p, txq->rd_p); in nfp_net_tx_free_bufs()
623 if (qcp_rd_p > txq->rd_p) in nfp_net_tx_free_bufs()
624 todo = qcp_rd_p - txq->rd_p; in nfp_net_tx_free_bufs()
626 todo = qcp_rd_p + txq->tx_count - txq->rd_p; in nfp_net_tx_free_bufs()
629 qcp_rd_p, txq->rd_p, txq->rd_p); in nfp_net_tx_free_bufs()