Lines Matching refs:tx_change_owner
835 struct nv_skb_map *tx_change_owner; member
1967 np->tx_change_owner = NULL; in nv_init_tx()
2056 np->tx_change_owner = NULL; in nv_drain_tx()
2521 if (!np->tx_change_owner) in nv_start_xmit_optimized()
2522 np->tx_change_owner = start_tx_ctx; in nv_start_xmit_optimized()
2554 if (np->tx_change_owner) { in nv_tx_flip_ownership()
2555 np->tx_change_owner->first_tx_desc->flaglen |= in nv_tx_flip_ownership()
2559 np->tx_change_owner = np->tx_change_owner->next_tx_ctx; in nv_tx_flip_ownership()
2560 if (np->tx_change_owner == np->tx_end_flip) in nv_tx_flip_ownership()
2561 np->tx_change_owner = NULL; in nv_tx_flip_ownership()
2786 if (np->tx_change_owner) in nv_tx_timeout()
2787 put_tx.ex = np->tx_change_owner->first_tx_desc; in nv_tx_timeout()