Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/nvidia/
Dforcedeth.c826 struct nv_skb_map *get_tx_ctx, *put_tx_ctx; member
1958 np->put_tx_ctx = np->tx_skb; in nv_init_tx()
2090 …return (u32)(np->tx_ring_size - ((np->tx_ring_size + (np->put_tx_ctx - np->get_tx_ctx)) % np->tx_r… in nv_get_empty_tx_slots()
2253 np->put_tx_ctx->dma = dma_map_single(&np->pci_dev->dev, in nv_start_xmit()
2257 np->put_tx_ctx->dma))) { in nv_start_xmit()
2268 np->put_tx_ctx->dma_len = bcnt; in nv_start_xmit()
2269 np->put_tx_ctx->dma_single = 1; in nv_start_xmit()
2270 put_tx->buf = cpu_to_le32(np->put_tx_ctx->dma); in nv_start_xmit()
2278 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()
2279 np->put_tx_ctx = np->tx_skb; in nv_start_xmit()
[all …]