Searched refs:tmp_tx_ctx (Results 1 – 1 of 1) sorted by relevance
2208 struct nv_skb_map *tmp_tx_ctx = NULL, *start_tx_ctx = NULL; in nv_start_xmit() local2268 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit()2282 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2283 tmp_tx_ctx = np->tx_skb; in nv_start_xmit()2284 } while (tmp_tx_ctx != np->put_tx_ctx); in nv_start_xmit()2364 struct nv_skb_map *tmp_tx_ctx = NULL; in nv_start_xmit_optimized() local2427 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()2440 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2441 tmp_tx_ctx = np->tx_skb; in nv_start_xmit_optimized()2442 } while (tmp_tx_ctx != np->put_tx_ctx); in nv_start_xmit_optimized()