Searched refs:tmp_tx_ctx (Results 1 – 1 of 1) sorted by relevance
2207 struct nv_skb_map *tmp_tx_ctx = NULL, *start_tx_ctx = NULL; in nv_start_xmit() local 2276 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit() 2290 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit() 2291 tmp_tx_ctx = np->tx_skb; in nv_start_xmit() 2292 } while (tmp_tx_ctx != np->put_tx_ctx); in nv_start_xmit() 2382 struct nv_skb_map *tmp_tx_ctx = NULL; in nv_start_xmit_optimized() local 2455 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized() 2468 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized() 2469 tmp_tx_ctx = np->tx_skb; in nv_start_xmit_optimized() 2470 } while (tmp_tx_ctx ! in nv_start_xmit_optimized() [all...]