Lines Matching refs:tx_ring
83 struct nfp_net_tx_ring *tx_ring; in nfp_tx_q_show() local
90 tx_ring = r_vec->tx_ring; in nfp_tx_q_show()
92 tx_ring = r_vec->xdp_ring; in nfp_tx_q_show()
93 if (!r_vec->nfp_net || !tx_ring) in nfp_tx_q_show()
99 d_rd_p = nfp_qcp_rd_ptr_read(tx_ring->qcp_q); in nfp_tx_q_show()
100 d_wr_p = nfp_qcp_wr_ptr_read(tx_ring->qcp_q); in nfp_tx_q_show()
103 tx_ring->idx, tx_ring->qcidx, in nfp_tx_q_show()
104 tx_ring == r_vec->tx_ring ? "" : "xdp", in nfp_tx_q_show()
105 tx_ring->cnt, &tx_ring->dma, tx_ring->txds, in nfp_tx_q_show()
106 tx_ring->rd_p, tx_ring->wr_p, d_rd_p, d_wr_p); in nfp_tx_q_show()
107 if (tx_ring->txrwb) in nfp_tx_q_show()
108 seq_printf(file, " TXRWB=%llu", *tx_ring->txrwb); in nfp_tx_q_show()
111 nfp_net_debugfs_print_tx_descs(file, &nn->dp, r_vec, tx_ring, in nfp_tx_q_show()