Searched refs:last_tx_ctx (Results 1 – 1 of 1) sorted by relevance
827 struct nv_skb_map *last_tx_ctx; member1946 np->last_tx_ctx = &np->tx_skb[np->tx_ring_size-1]; in nv_init_tx()2256 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2282 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2302 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2313 prev_tx_ctx = np->last_tx_ctx; in nv_start_xmit()2414 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2440 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2460 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2471 prev_tx_ctx = np->last_tx_ctx; in nv_start_xmit_optimized()[all …]