Searched refs:last_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.c807 struct nv_skb_map *first_tx_ctx, *last_tx_ctx; member in struct:fe_priv
1853 np->last_tx_ctx = &np->tx_skb[np->tx_ring_size-1];
2149 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx))
2174 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx))
2272 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx))
2298 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx))
2447 if (unlikely(np->get_tx_ctx++ == np->last_tx_ctx))
2495 if (unlikely(np->get_tx_ctx++ == np->last_tx_ctx))

Completed in 137 milliseconds