Searched refs:wr_p (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_debugfs.c | 38 rx_ring->rd_p, rx_ring->wr_p, fl_rd_p, fl_wr_p); in nfp_rx_q_show() 55 if (i == rx_ring->wr_p % rxd_cnt) in nfp_rx_q_show() 103 tx_ring->rd_p, tx_ring->wr_p, d_rd_p, d_wr_p); in nfp_tx_q_show() 128 if (i == tx_ring->wr_p % txd_cnt) in nfp_tx_q_show()
|
D | nfp_net_common.c | 687 return (tx_ring->wr_p - tx_ring->rd_p) >= (tx_ring->cnt - dcnt); in nfp_net_tx_full() 1008 qidx, tx_ring->wr_p, tx_ring->rd_p); in nfp_net_tx() 1034 wr_idx = D_IDX(tx_ring, tx_ring->wr_p); in nfp_net_tx() 1101 tx_ring->wr_p += nr_frags + 1; in nfp_net_tx() 1154 if (tx_ring->wr_p == tx_ring->rd_p) in nfp_net_tx_complete() 1225 WARN_ONCE(tx_ring->wr_p - tx_ring->rd_p > tx_ring->cnt, in nfp_net_tx_complete() 1227 tx_ring->rd_p, tx_ring->wr_p, tx_ring->cnt); in nfp_net_tx_complete() 1264 WARN_ONCE(tx_ring->wr_p - tx_ring->rd_p > tx_ring->cnt, in nfp_net_xdp_complete() 1266 tx_ring->rd_p, tx_ring->wr_p, tx_ring->cnt); in nfp_net_xdp_complete() 1284 while (!tx_ring->is_xdp && tx_ring->rd_p != tx_ring->wr_p) { in nfp_net_tx_ring_reset() [all …]
|
D | nfp_net.h | 218 u32 wr_p; member 336 u32 wr_p; member
|