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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dforcedeth.c787 struct nv_skb_map *get_rx_ctx, *put_rx_ctx; member in struct:fe_priv
1749 np->put_rx_ctx->skb = skb;
1750 np->put_rx_ctx->dma = pci_map_single(np->pci_dev,
1754 np->put_rx_ctx->dma_len = skb_tailroom(skb);
1755 np->put_rx.orig->buf = cpu_to_le32(np->put_rx_ctx->dma);
1760 if (unlikely(np->put_rx_ctx++ == np->last_rx_ctx))
1761 np->put_rx_ctx = np->first_rx_ctx;
1781 np->put_rx_ctx->skb = skb;
1782 np->put_rx_ctx->dma = pci_map_single(np->pci_dev,
1786 np->put_rx_ctx
[all...]

Completed in 39 milliseconds