Lines Matching refs:start_tx_ctx
2226 struct nv_skb_map *tmp_tx_ctx = NULL, *start_tx_ctx = NULL; in nv_start_xmit() local
2285 if (!start_tx_ctx) in nv_start_xmit()
2286 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit()
2299 nv_unmap_txskb(np, start_tx_ctx); in nv_start_xmit()
2304 np->put_tx_ctx = start_tx_ctx; in nv_start_xmit()
2381 struct nv_skb_map *start_tx_ctx = NULL; in nv_start_xmit_optimized() local
2404 start_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()
2444 if (!start_tx_ctx) in nv_start_xmit_optimized()
2445 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()
2457 nv_unmap_txskb(np, start_tx_ctx); in nv_start_xmit_optimized()
2462 np->put_tx_ctx = start_tx_ctx; in nv_start_xmit_optimized()
2522 np->tx_change_owner = start_tx_ctx; in nv_start_xmit_optimized()
2526 start_tx_ctx->first_tx_desc = start_tx; in nv_start_xmit_optimized()
2527 start_tx_ctx->next_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()