Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/nvidia/
Dforcedeth.c827 struct nv_skb_map *last_tx_ctx; member
1959 np->last_tx_ctx = &np->tx_skb[np->tx_ring_size-1]; in nv_init_tx()
2278 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()
2304 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()
2327 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()
2338 prev_tx_ctx = np->last_tx_ctx; in nv_start_xmit()
2456 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()
2482 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()
2505 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()
2516 prev_tx_ctx = np->last_tx_ctx; in nv_start_xmit_optimized()
[all …]