Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/nvidia/
Dforcedeth.c2201 struct nv_skb_map *tmp_tx_ctx = NULL, *start_tx_ctx = NULL; in nv_start_xmit() local
2263 if (!start_tx_ctx) in nv_start_xmit()
2264 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit()
2276 nv_unmap_txskb(np, start_tx_ctx); in nv_start_xmit()
2281 np->put_tx_ctx = start_tx_ctx; in nv_start_xmit()
2348 struct nv_skb_map *start_tx_ctx = NULL; in nv_start_xmit_optimized() local
2371 start_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()
2414 if (!start_tx_ctx) in nv_start_xmit_optimized()
2415 start_tx_ctx = tmp_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()
2426 nv_unmap_txskb(np, start_tx_ctx); in nv_start_xmit_optimized()
[all …]