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()192 dp->txrwb = dma_alloc_coherent(dp->dev, in nfp_net_tx_rings_prepare()195 if (!dp->txrwb) in nfp_net_tx_rings_prepare()223 if (dp->txrwb) in nfp_net_tx_rings_prepare()225 dp->txrwb, dp->txrwb_dma); in nfp_net_tx_rings_prepare()240 if (dp->txrwb) in nfp_net_tx_rings_free()242 dp->txrwb, dp->txrwb_dma); in nfp_net_tx_rings_free()395 if (tx_ring->txrwb) { in nfp_net_tx_ring_hw_cfg_write()396 *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()
168 u64 *txrwb; member529 u64 *txrwb; member
1578 new->txrwb = NULL; in nfp_net_clone_dp()