Lines Matching refs:txds
1037 txd = &tx_ring->txds[wr_idx]; in nfp_net_tx()
1076 txd = &tx_ring->txds[wr_idx]; in nfp_net_tx()
1310 memset(tx_ring->txds, 0, tx_ring->size); in nfp_net_tx_ring_reset()
1776 txd = &tx_ring->txds[wr_idx]; in nfp_net_tx_xdp_buf()
2124 txd = &tx_ring->txds[wr_idx]; in nfp_ctrl_tx_one()
2354 if (tx_ring->txds) in nfp_net_tx_ring_free()
2356 tx_ring->txds, tx_ring->dma); in nfp_net_tx_ring_free()
2360 tx_ring->txds = NULL; in nfp_net_tx_ring_free()
2379 tx_ring->size = array_size(tx_ring->cnt, sizeof(*tx_ring->txds)); in nfp_net_tx_ring_alloc()
2380 tx_ring->txds = dma_alloc_coherent(dp->dev, tx_ring->size, in nfp_net_tx_ring_alloc()
2383 if (!tx_ring->txds) { in nfp_net_tx_ring_alloc()