Home
last modified time | relevance | path

Searched refs:ktxds (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/netronome/nfp/nfdk/
Drings.c81 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()
Ddp.c174 txd = &tx_ring->ktxds[wr_idx]; in nfp_nfdk_tx_maybe_close_block()
294 txd = &tx_ring->ktxds[wr_idx]; in nfp_nfdk_tx()
396 cnt = txd - tx_ring->ktxds - wr_idx; in nfp_nfdk_tx()
909 txd = &tx_ring->ktxds[wr_idx]; in nfp_nfdk_tx_xdp_buf()
930 txd = &tx_ring->ktxds[wr_idx]; in nfp_nfdk_tx_xdp_buf()
972 cnt = txd - tx_ring->ktxds - wr_idx; in nfp_nfdk_tx_xdp_buf()
1326 txd = &tx_ring->ktxds[wr_idx]; in nfp_nfdk_ctrl_tx_one()
1377 cnt = txd - tx_ring->ktxds - wr_idx; in nfp_nfdk_ctrl_tx_one()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net.h180 struct nfp_nfdk_tx_desc *ktxds; member