Home
last modified time | relevance | path

Searched refs:tmp_tx_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/nvidia/
Dforcedeth.c2201 struct nv_skb_map *tmp_tx_ctx = NULL, *start_tx_ctx = NULL; in nv_start_xmit() local
2264 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit()
2277 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()
2278 tmp_tx_ctx = np->first_tx_ctx; in nv_start_xmit()
2279 } while (tmp_tx_ctx != np->put_tx_ctx); in nv_start_xmit()
2349 struct nv_skb_map *tmp_tx_ctx = NULL; in nv_start_xmit_optimized() local
2415 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()
2427 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()
2428 tmp_tx_ctx = np->first_tx_ctx; in nv_start_xmit_optimized()
2429 } while (tmp_tx_ctx != np->put_tx_ctx); in nv_start_xmit_optimized()