Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/nvidia/
H A Dforcedeth.c1944 np->put_tx_ctx = np->tx_skb; in nv_init_tx()
2254 np->put_tx_ctx->dma_len = bcnt; in nv_start_xmit()
2255 np->put_tx_ctx->dma_single = 1; in nv_start_xmit()
2265 np->put_tx_ctx = np->tx_skb; in nv_start_xmit()
2294 np->put_tx_ctx = start_tx_ctx; in nv_start_xmit()
2314 np->put_tx_ctx = np->tx_skb; in nv_start_xmit()
2411 start_tx_ctx = np->put_tx_ctx; in nv_start_xmit_optimized()
2431 np->put_tx_ctx->dma_len = bcnt; in nv_start_xmit_optimized()
2432 np->put_tx_ctx->dma_single = 1; in nv_start_xmit_optimized()
2443 np->put_tx_ctx = np->tx_skb; in nv_start_xmit_optimized()
[all …]