Searched refs:last_tx_ctx (Results 1 – 1 of 1) sorted by relevance
827 struct nv_skb_map *last_tx_ctx; member1945 np->last_tx_ctx = &np->tx_skb[np->tx_ring_size-1]; in nv_init_tx()2264 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2290 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2313 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2324 prev_tx_ctx = np->last_tx_ctx; in nv_start_xmit()2442 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2468 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2491 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2502 prev_tx_ctx = np->last_tx_ctx; in nv_start_xmit_optimized()[all …]