Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/nvidia/
Dforcedeth.c835 struct nv_skb_map *tx_change_owner; member
1962 np->tx_change_owner = NULL; in nv_init_tx()
2051 np->tx_change_owner = NULL; in nv_drain_tx()
2548 if (!np->tx_change_owner) in nv_start_xmit_optimized()
2549 np->tx_change_owner = start_tx_ctx; in nv_start_xmit_optimized()
2588 if (np->tx_change_owner) { in nv_tx_flip_ownership()
2589 np->tx_change_owner->first_tx_desc->flaglen |= in nv_tx_flip_ownership()
2593 np->tx_change_owner = np->tx_change_owner->next_tx_ctx; in nv_tx_flip_ownership()
2594 if (np->tx_change_owner == np->tx_end_flip) in nv_tx_flip_ownership()
2595 np->tx_change_owner = NULL; in nv_tx_flip_ownership()
[all …]