Home
last modified time | relevance | path

Searched refs:last_rx_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/nvidia/
Dforcedeth.c798 struct nv_skb_map *first_rx_ctx, *last_rx_ctx; member
1833 if (unlikely(np->put_rx_ctx++ == np->last_rx_ctx)) in nv_alloc_rx()
1875 if (unlikely(np->put_rx_ctx++ == np->last_rx_ctx)) in nv_alloc_rx_optimized()
1910 np->last_rx_ctx = &np->rx_skb[np->rx_ring_size-1]; in nv_init_rx()
2894 if (unlikely(np->get_rx_ctx++ == np->last_rx_ctx)) in nv_rx_process()
2983 if (unlikely(np->get_rx_ctx++ == np->last_rx_ctx)) in nv_rx_process_optimized()