Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1666 txq->txb_size = eq->qsize * tx_copy_threshold; in alloc_txq()
1667 rc = alloc_tx_copybuffer(sc, txq->txb_size, &txq->txb_dhdl, in alloc_txq()
1670 txq->txb_avail = txq->txb_size; in alloc_txq()
1672 txq->txb_avail = txq->txb_size = 0; in alloc_txq()
1742 ASSERT(txq->txb_avail == txq->txb_size); in free_txq()
2268 if (txq->txb_next + len <= txq->txb_size) { in fits_in_txb()
2273 *waste = txq->txb_size - txq->txb_next; in fits_in_txb()
2315 ASSERT(txq->txb_next <= txq->txb_size); in copy_into_txb()
2316 if (txq->txb_next == txq->txb_size) in copy_into_txb()
2416 txq->txb_next = txq->txb_size - n; in free_txinfo_resources()
H A Dadapter.h287 uint32_t txb_size; /* total size */ member