Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c1957 np->get_tx_ctx = np->tx_skb; in nv_init_tx()
2618 nv_unmap_txskb(np, np->get_tx_ctx); in nv_tx_done()
2631 len = np->get_tx_ctx->skb->len; in nv_tx_done()
2637 np->get_tx_ctx->skb = NULL; in nv_tx_done()
2651 len = np->get_tx_ctx->skb->len; in nv_tx_done()
2657 np->get_tx_ctx->skb = NULL; in nv_tx_done()
2664 np->get_tx_ctx = np->tx_skb; in nv_tx_done()
2688 nv_unmap_txskb(np, np->get_tx_ctx); in nv_tx_done_optimized()
2704 len = np->get_tx_ctx->skb->len; in nv_tx_done_optimized()
2711 np->get_tx_ctx->skb = NULL; in nv_tx_done_optimized()
[all …]