Searched refs:d_rd_p (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_debugfs.c | 85 int d_rd_p, d_wr_p; in nfp_tx_q_show() local 99 d_rd_p = nfp_qcp_rd_ptr_read(tx_ring->qcp_q); 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() 112 d_rd_p, d_wr_p); in nfp_tx_q_show()
|
H A D | nfp_net_dp.h | 163 u32 d_rd_p, u32 d_wr_p); 209 u32 d_rd_p, u32 d_wr_p) in nfp_net_debugfs_print_tx_descs() argument 211 dp->ops->print_tx_descs(file, r_vec, tx_ring, d_rd_p, d_wr_p); in nfp_net_debugfs_print_tx_descs()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfdk/ |
H A D | rings.c | 141 u32 d_rd_p, u32 d_wr_p) in nfp_nfdk_print_tx_descs() argument 157 if (i == d_rd_p % txd_cnt) in nfp_nfdk_print_tx_descs()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/ |
H A D | rings.c | 202 u32 d_rd_p, u32 d_wr_p) in nfp_nfd3_print_tx_descs() argument 236 if (i == d_rd_p % txd_cnt) in nfp_nfd3_print_tx_descs()
|