Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/nvidia/
H A Dforcedeth.c2275 if (!start_tx_ctx) in nv_start_xmit()
2289 nv_unmap_txskb(np, start_tx_ctx); in nv_start_xmit()
2294 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
2411 start_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()
2454 if (!start_tx_ctx) in nv_start_xmit_optimized()
2467 nv_unmap_txskb(np, start_tx_ctx); in nv_start_xmit_optimized()
2472 np->put_tx_ctx = start_tx_ctx; in nv_start_xmit_optimized()
2535 np->tx_change_owner = start_tx_ctx; in nv_start_xmit_optimized()
2539 start_tx_ctx->first_tx_desc = start_tx; in nv_start_xmit_optimized()
[all …]