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.c1951 txq->txb_size = eq->qsize * tx_copy_threshold; in alloc_txq()
1952 rc = alloc_tx_copybuffer(sc, txq->txb_size, &txq->txb_dhdl, in alloc_txq()
1955 txq->txb_avail = txq->txb_size; in alloc_txq()
1957 txq->txb_avail = txq->txb_size = 0; in alloc_txq()
2027 ASSERT(txq->txb_avail == txq->txb_size); in free_txq()
2570 if (txq->txb_next + len <= txq->txb_size) { in fits_in_txb()
2575 *waste = txq->txb_size - txq->txb_next; in fits_in_txb()
2617 ASSERT(txq->txb_next <= txq->txb_size); in copy_into_txb()
2618 if (txq->txb_next == txq->txb_size) in copy_into_txb()
2718 txq->txb_next = txq->txb_size - n; in free_txinfo_resources()
H A Dadapter.h320 uint32_t txb_size; /* total size */ member