TXB_CHUNK
ASSERT((waste & (TXB_CHUNK - 1)) == 0);
n = roundup(len, TXB_CHUNK);
txq->txb_used += txsd->txb_used / TXB_CHUNK;
txq->txb_used += txinfo->txb_used / TXB_CHUNK;