Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/
H A Dforcedeth.c2226 struct nv_skb_map *tmp_tx_ctx = NULL, *start_tx_ctx = NULL; in nv_start_xmit() local
2294 if (!start_tx_ctx) in nv_start_xmit()
2295 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit()
2308 nv_unmap_txskb(np, start_tx_ctx); in nv_start_xmit()
2313 np->put_tx_ctx = start_tx_ctx; in nv_start_xmit()
2400 struct nv_skb_map *start_tx_ctx = NULL; in nv_start_xmit_optimized() local
2430 start_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()
2473 if (!start_tx_ctx) in nv_start_xmit_optimized()
2474 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()
2486 nv_unmap_txskb(np, start_tx_ctx); in nv_start_xmit_optimized()
[all...]
/kernel/linux/linux-6.6/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
2289 if (!start_tx_ctx) in nv_start_xmit()
2290 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit()
2303 nv_unmap_txskb(np, start_tx_ctx); in nv_start_xmit()
2308 np->put_tx_ctx = start_tx_ctx; in nv_start_xmit()
2395 struct nv_skb_map *start_tx_ctx = NULL; in nv_start_xmit_optimized() local
2425 start_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()
2468 if (!start_tx_ctx) in nv_start_xmit_optimized()
2469 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()
2481 nv_unmap_txskb(np, start_tx_ctx); in nv_start_xmit_optimized()
[all...]

Completed in 12 milliseconds