Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/nvidia/
Dforcedeth.c800 struct nv_skb_map *get_rx_ctx, *put_rx_ctx; member
1931 np->get_rx_ctx = np->rx_skb; in nv_init_rx()
2874 dma_unmap_single(&np->pci_dev->dev, np->get_rx_ctx->dma, in nv_rx_process()
2875 np->get_rx_ctx->dma_len, in nv_rx_process()
2877 skb = np->get_rx_ctx->skb; in nv_rx_process()
2878 np->get_rx_ctx->skb = NULL; in nv_rx_process()
2949 if (unlikely(np->get_rx_ctx++ == np->last_rx_ctx)) in nv_rx_process()
2950 np->get_rx_ctx = np->rx_skb; in nv_rx_process()
2976 dma_unmap_single(&np->pci_dev->dev, np->get_rx_ctx->dma, in nv_rx_process_optimized()
2977 np->get_rx_ctx->dma_len, in nv_rx_process_optimized()
[all …]