Searched refs:put_tx (Results 1 – 1 of 1) sorted by relevance
825 union ring_type get_tx, put_tx, last_tx; member1956 np->put_tx = np->tx_ring; in nv_init_tx()2222 struct ring_desc *put_tx; in nv_start_xmit() local2247 start_tx = put_tx = np->put_tx.orig; in nv_start_xmit()2266 put_tx->buf = cpu_to_le32(np->put_tx_ctx->dma); in nv_start_xmit()2267 put_tx->flaglen = cpu_to_le32((bcnt-1) | tx_flags); in nv_start_xmit()2272 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit()2273 put_tx = np->tx_ring.orig; in nv_start_xmit()2313 put_tx->buf = cpu_to_le32(np->put_tx_ctx->dma); in nv_start_xmit()2314 put_tx->flaglen = cpu_to_le32((bcnt-1) | tx_flags); in nv_start_xmit()[all …]