Searched refs:tmp_tx_ctx (Results 1 – 1 of 1) sorted by relevance
2226 struct nv_skb_map *tmp_tx_ctx = NULL, *start_tx_ctx = NULL; in nv_start_xmit() local2295 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit()2309 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2310 tmp_tx_ctx = np->tx_skb; in nv_start_xmit()2311 } while (tmp_tx_ctx != np->put_tx_ctx); in nv_start_xmit()2401 struct nv_skb_map *tmp_tx_ctx = NULL; in nv_start_xmit_optimized() local2474 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()2487 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2488 tmp_tx_ctx = np->tx_skb; in nv_start_xmit_optimized()2489 } while (tmp_tx_ctx != np->put_tx_ctx); in nv_start_xmit_optimized()