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.c66 uint8_t hdls_used; /* # of DMA handles used */ member
2010 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()
2722 for (n = txinfo->hdls_used; n > 0; n--) { in free_txinfo_resources()
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()
[all …]
H A Dadapter.h169 uint16_t hdls_used; /* # of dma handles used */ member