Searched defs:TXB_CHUNK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2278 #define TXB_CHUNK 64 macro
2298 ASSERT((waste & (TXB_CHUNK - 1)) == 0);
2311 n = roundup(len, TXB_CHUNK);
2544 txq->txb_used += txsd->txb_used / TXB_CHUNK;
2660 txq->txb_used += txinfo->txb_used / TXB_CHUNK;

Completed in 54 milliseconds