Searched refs:last_tx_ctx (Results 1 – 1 of 1) sorted by relevance
827 struct nv_skb_map *last_tx_ctx; member1964 np->last_tx_ctx = &np->tx_skb[np->tx_ring_size-1]; in nv_init_tx()2274 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2300 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2320 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit()2331 prev_tx_ctx = np->last_tx_ctx; in nv_start_xmit()2432 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2458 if (unlikely(tmp_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2478 if (unlikely(np->put_tx_ctx++ == np->last_tx_ctx)) in nv_start_xmit_optimized()2489 prev_tx_ctx = np->last_tx_ctx; in nv_start_xmit_optimized()[all …]