Searched refs:put_tx_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.c806 struct nv_skb_map *get_tx_ctx, *put_tx_ctx; member in struct:fe_priv
1852 np->get_tx_ctx = np->put_tx_ctx = np->first_tx_ctx = np->tx_skb;
1980 return (u32)(np->tx_ring_size - ((np->tx_ring_size + (np->put_tx_ctx - np->get_tx_ctx)) % np->tx_ring_size));
2135 prev_tx_ctx = np->put_tx_ctx;
2137 np->put_tx_ctx->dma = pci_map_single(np->pci_dev, skb->data + offset, bcnt,
2139 np->put_tx_ctx->dma_len = bcnt;
2140 np->put_tx_ctx->dma_single = 1;
2141 put_tx->buf = cpu_to_le32(np->put_tx_ctx->dma);
2149 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx))
2150 np->put_tx_ctx
[all...]

Completed in 34 milliseconds