Searched refs:txrwb (Results 1 – 5 of 5) sorted by relevance
65 tx_ring->txrwb = dp->txrwb ? &dp->txrwb[idx] : NULL; in nfp_net_tx_ring_init()193 dp->txrwb = dma_alloc_coherent(dp->dev, in nfp_net_tx_rings_prepare()196 if (!dp->txrwb) in nfp_net_tx_rings_prepare()224 if (dp->txrwb) in nfp_net_tx_rings_prepare()226 dp->txrwb, dp->txrwb_dma); in nfp_net_tx_rings_prepare()241 if (dp->txrwb) in nfp_net_tx_rings_free()243 dp->txrwb, dp->txrwb_dma); in nfp_net_tx_rings_free()397 if (tx_ring->txrwb) { in nfp_net_tx_ring_hw_cfg_write()398 *tx_ring->txrwb = 0; in nfp_net_tx_ring_hw_cfg_write()
66 if (tx_ring->txrwb) in nfp_net_read_tx_cmpl()67 return *tx_ring->txrwb; in nfp_net_read_tx_cmpl()
107 if (tx_ring->txrwb) in nfp_tx_q_show()108 seq_printf(file, " TXRWB=%llu", *tx_ring->txrwb); in nfp_tx_q_show()
165 u64 *txrwb; member513 u64 *txrwb; member
1430 new->txrwb = NULL; in nfp_net_clone_dp()