Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1583 txq->txb_size = eq->qsize * txq->copy_threshold; in alloc_txq()
1584 rc = alloc_tx_copybuffer(sc, txq->txb_size, &txq->txb_dhdl, in alloc_txq()
1587 txq->txb_avail = txq->txb_size; in alloc_txq()
1589 txq->txb_avail = txq->txb_size = 0; in alloc_txq()
1660 ASSERT(txq->txb_avail == txq->txb_size); in free_txq()
2198 if (txq->txb_next + len <= txq->txb_size) { in fits_in_txb()
2203 *waste = txq->txb_size - txq->txb_next; in fits_in_txb()
2245 ASSERT(txq->txb_next <= txq->txb_size); in copy_into_txb()
2246 if (txq->txb_next == txq->txb_size) in copy_into_txb()
2346 txq->txb_next = txq->txb_size - n; in free_txinfo_resources()
H A Dadapter.h324 uint32_t txb_size; /* total size */ member