Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2010 for (i = sd->hdls_used; i; i--) { in free_txq()
2476 txinfo->hdls_used = 0; in get_frame_txinfo()
2696 txinfo->hdls_used++; in add_mblk()
2768 txsd->hdls_used += txinfo->hdls_used; in add_to_txpkts()
2807 txsd->hdls_used = txinfo->hdls_used; in add_to_txpkts()
2847 txq->hdl_used += txsd->hdls_used; in write_txpkts_wr()
2972 txsd->hdls_used = txinfo->hdls_used; in write_txpkt_wr()
2977 txq->hdl_used += txinfo->hdls_used; in write_txpkt_wr()
3232 ASSERT(txsd->hdls_used == 0); in reclaim_tx_descs()
3238 hdls_freed += txsd->hdls_used; in reclaim_tx_descs()
[all …]
H A Dadapter.h169 uint16_t hdls_used; /* # of dma handles used */ member