Searched refs:get_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));
2406 nv_unmap_txskb(np, np->get_tx_ctx);
2420 dev->stats.tx_bytes += np->get_tx_ctx->skb->len;
2422 dev_kfree_skb_any(np->get_tx_ctx->skb);
2423 np->get_tx_ctx->skb = NULL;
2438 dev->stats.tx_bytes += np->get_tx_ctx->skb->len;
2440 dev_kfree_skb_any(np->get_tx_ctx->skb);
2441 np->get_tx_ctx
[all...]

Completed in 73 milliseconds