Searched refs:txsd (Results 1 – 1 of 1) sorted by relevance
2445 struct tx_sdesc *txsd; in add_to_txpkts() local2464 txsd = &txq->sdesc[eq->pidx]; in add_to_txpkts()2465 txsd->txb_used += txinfo->txb_used; in add_to_txpkts()2466 txsd->hdls_used += txinfo->hdls_used; in add_to_txpkts()2502 txsd = &txq->sdesc[eq->pidx]; in add_to_txpkts()2503 txsd->m = m; in add_to_txpkts()2504 txsd->txb_used = txinfo->txb_used; in add_to_txpkts()2505 txsd->hdls_used = txinfo->hdls_used; in add_to_txpkts()2520 struct tx_sdesc *txsd; in write_txpkts_wr() local2541 txsd = &txq->sdesc[eq->pidx]; in write_txpkts_wr()[all …]