Home
last modified time | relevance | path

Searched refs:txsd (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2385 struct tx_sdesc *txsd; in add_to_txpkts() local
2404 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() local
2481 txsd = &txq->sdesc[eq->pidx]; in write_txpkts_wr()
[all …]