Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c2221 struct nv_skb_map *tmp_tx_ctx = NULL, *start_tx_ctx = NULL; in nv_start_xmit() local
2290 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit()
2304 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()
2305 tmp_tx_ctx = np->tx_skb; in nv_start_xmit()
2306 } while (tmp_tx_ctx != np->put_tx_ctx); in nv_start_xmit()
2396 struct nv_skb_map *tmp_tx_ctx = NULL; in nv_start_xmit_optimized() local
2469 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()
2482 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()
2483 tmp_tx_ctx = np->tx_skb; in nv_start_xmit_optimized()
2484 } while (tmp_tx_ctx != np->put_tx_ctx); in nv_start_xmit_optimized()