Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/nvidia/
Dforcedeth.c2207 struct nv_skb_map *prev_tx_ctx; in nv_start_xmit() local
2313 prev_tx_ctx = np->last_tx_ctx; in nv_start_xmit()
2315 prev_tx_ctx = np->put_tx_ctx - 1; in nv_start_xmit()
2321 prev_tx_ctx->skb = skb; in nv_start_xmit()
2362 struct nv_skb_map *prev_tx_ctx; in nv_start_xmit_optimized() local
2471 prev_tx_ctx = np->last_tx_ctx; in nv_start_xmit_optimized()
2473 prev_tx_ctx = np->put_tx_ctx - 1; in nv_start_xmit_optimized()
2479 prev_tx_ctx->skb = skb; in nv_start_xmit_optimized()