Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_debugfs.c112 struct sk_buff *skb = READ_ONCE(tx_ring->txbufs[i].skb); in nfp_tx_q_show()
119 READ_ONCE(tx_ring->txbufs[i].frag)); in nfp_tx_q_show()
122 if (tx_ring->txbufs[i].dma_addr) in nfp_tx_q_show()
124 &tx_ring->txbufs[i].dma_addr); in nfp_tx_q_show()
A Dnfp_net_common.c1173 tx_buf = &tx_ring->txbufs[idx]; in nfp_net_tx_complete()
1290 tx_buf = &tx_ring->txbufs[idx]; in nfp_net_tx_ring_reset()
1292 skb = tx_ring->txbufs[idx].skb; in nfp_net_tx_ring_reset()
2391 kvfree(tx_ring->txbufs); in nfp_net_tx_ring_free()
2398 tx_ring->txbufs = NULL; in nfp_net_tx_ring_free()
2428 tx_ring->txbufs = kvcalloc(tx_ring->cnt, sizeof(*tx_ring->txbufs), in nfp_net_tx_ring_alloc()
2430 if (!tx_ring->txbufs) in nfp_net_tx_ring_alloc()
2454 if (!tx_ring->txbufs[i].frag) in nfp_net_tx_ring_bufs_free()
2466 struct nfp_net_tx_buf *txbufs = tx_ring->txbufs; in nfp_net_tx_ring_bufs_alloc() local
2473 txbufs[i].frag = nfp_net_rx_alloc_one(dp, &txbufs[i].dma_addr); in nfp_net_tx_ring_bufs_alloc()
[all …]
A Dnfp_net.h224 struct nfp_net_tx_buf *txbufs; member

Completed in 13 milliseconds