SFXGE_TX_BATCH
if (txq->pending - txq->completed >= SFXGE_TX_BATCH)
if (txq->added - pushed >= SFXGE_TX_BATCH) {