Searched refs:ktxds (Results 1 – 2 of 2) sorted by relevance
81 if (tx_ring->ktxds) in nfp_nfdk_tx_ring_free()83 tx_ring->ktxds, tx_ring->dma); in nfp_nfdk_tx_ring_free()98 tx_ring->size = array_size(tx_ring->cnt, sizeof(*tx_ring->ktxds)); in nfp_nfdk_tx_ring_alloc()99 tx_ring->ktxds = dma_alloc_coherent(dp->dev, tx_ring->size, in nfp_nfdk_tx_ring_alloc()102 if (!tx_ring->ktxds) { in nfp_nfdk_tx_ring_alloc()148 txd = &tx_ring->ktxds[i]; in nfp_nfdk_print_tx_descs()
183 struct nfp_nfdk_tx_desc *ktxds; member