Searched refs:last_tx_ctx (Results 1 – 1 of 1) sorted by relevance
827 struct nv_skb_map *last_tx_ctx; member1964 np->last_tx_ctx = &np->tx_skb[np->tx_ring_size-1]; in nv_init_tx()2283 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2309 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2332 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2343 prev_tx_ctx = np->last_tx_ctx; in nv_start_xmit()2461 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2487 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2510 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2521 prev_tx_ctx = np->last_tx_ctx; in nv_start_xmit_optimized()[all …]