Searched refs:last_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.c788 struct nv_skb_map *first_rx_ctx, *last_rx_ctx; member in struct:fe_priv
1760 if (unlikely(np->put_rx_ctx++ == np->last_rx_ctx))
1793 if (unlikely(np->put_rx_ctx++ == np->last_rx_ctx))
1824 np->last_rx_ctx = &np->rx_skb[np->rx_ring_size-1];
2777 if (unlikely(np->get_rx_ctx++ == np->last_rx_ctx))
2879 if (unlikely(np->get_rx_ctx++ == np->last_rx_ctx))

Completed in 61 milliseconds