Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/nvidia/
Dforcedeth.c797 struct nv_skb_map *get_rx_ctx, *put_rx_ctx; member
1817 np->put_rx_ctx->skb = skb; in nv_alloc_rx()
1818 np->put_rx_ctx->dma = pci_map_single(np->pci_dev, in nv_alloc_rx()
1823 np->put_rx_ctx->dma)) { in nv_alloc_rx()
1827 np->put_rx_ctx->dma_len = skb_tailroom(skb); in nv_alloc_rx()
1828 np->put_rx.orig->buf = cpu_to_le32(np->put_rx_ctx->dma); in nv_alloc_rx()
1833 if (unlikely(np->put_rx_ctx++ == np->last_rx_ctx)) in nv_alloc_rx()
1834 np->put_rx_ctx = np->first_rx_ctx; in nv_alloc_rx()
1858 np->put_rx_ctx->skb = skb; in nv_alloc_rx_optimized()
1859 np->put_rx_ctx->dma = pci_map_single(np->pci_dev, in nv_alloc_rx_optimized()
[all …]