Searched refs:put_tx (Results 1 – 1 of 1) sorted by relevance
825 union ring_type get_tx, put_tx, last_tx; member1951 np->put_tx = np->tx_ring; in nv_init_tx()2217 struct ring_desc *put_tx; in nv_start_xmit() local2248 start_tx = put_tx = np->put_tx.orig; in nv_start_xmit()2270 put_tx->buf = cpu_to_le32(np->put_tx_ctx->dma); in nv_start_xmit()2271 put_tx->flaglen = cpu_to_le32((bcnt-1) | tx_flags); in nv_start_xmit()2276 if (unlikely(put_tx++ == np->last_tx.orig)) in nv_start_xmit()2277 put_tx = np->tx_ring.orig; in nv_start_xmit()2320 put_tx->buf = cpu_to_le32(np->put_tx_ctx->dma); in nv_start_xmit()2321 put_tx->flaglen = cpu_to_le32((bcnt-1) | tx_flags); in nv_start_xmit()[all …]