Searched refs:get_rx_ctx (Results 1 – 1 of 1) sorted by relevance
797 struct nv_skb_map *get_rx_ctx, *put_rx_ctx; member1909 np->get_rx_ctx = np->put_rx_ctx = np->first_rx_ctx = np->rx_skb; in nv_init_rx()2815 pci_unmap_single(np->pci_dev, np->get_rx_ctx->dma, in nv_rx_process()2816 np->get_rx_ctx->dma_len, in nv_rx_process()2818 skb = np->get_rx_ctx->skb; in nv_rx_process()2819 np->get_rx_ctx->skb = NULL; in nv_rx_process()2894 if (unlikely(np->get_rx_ctx++ == np->last_rx_ctx)) in nv_rx_process()2895 np->get_rx_ctx = np->first_rx_ctx; in nv_rx_process()2921 pci_unmap_single(np->pci_dev, np->get_rx_ctx->dma, in nv_rx_process_optimized()2922 np->get_rx_ctx->dma_len, in nv_rx_process_optimized()[all …]