Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c68 uint8_t hdls_used; /* # of DMA handles used */ member
1725 for (i = sd->hdls_used; i; i--) { in free_txq()
2173 txinfo->hdls_used = 0; in get_frame_txinfo()
2394 txinfo->hdls_used++; in add_mblk()
2420 for (n = txinfo->hdls_used; n > 0; n--) { in free_txinfo_resources()
2466 txsd->hdls_used += txinfo->hdls_used; in add_to_txpkts()
2505 txsd->hdls_used = txinfo->hdls_used; in add_to_txpkts()
2545 txq->hdl_used += txsd->hdls_used; in write_txpkts_wr()
2656 txsd->hdls_used = txinfo->hdls_used; in write_txpkt_wr()
2661 txq->hdl_used += txinfo->hdls_used; in write_txpkt_wr()
[all …]
H A Dadapter.h146 uint16_t hdls_used; /* # of dma handles used */ member