Searched refs:txsd (Results 1 – 1 of 1) sorted by relevance
2385 struct tx_sdesc *txsd; in add_to_txpkts() local2404 txsd = &txq->sdesc[eq->pidx]; in add_to_txpkts()2405 txsd->txb_used += txinfo->txb_used; in add_to_txpkts()2406 txsd->hdls_used += txinfo->hdls_used; in add_to_txpkts()2442 txsd = &txq->sdesc[eq->pidx]; in add_to_txpkts()2443 txsd->m = m; in add_to_txpkts()2444 txsd->txb_used = txinfo->txb_used; in add_to_txpkts()2445 txsd->hdls_used = txinfo->hdls_used; in add_to_txpkts()2460 struct tx_sdesc *txsd; in write_txpkts_wr() local2481 txsd = &txq->sdesc[eq->pidx]; in write_txpkts_wr()[all …]