KSE_TXQUEUELEN
for (i = sc->sc_txsdirty; sc->sc_txsfree != KSE_TXQUEUELEN;
if (sc->sc_txsfree == KSE_TXQUEUELEN)
#define KSE_TXQUEUELEN_MASK (KSE_TXQUEUELEN - 1)
#define KSE_TXQUEUE_GC (KSE_TXQUEUELEN / 4)
struct kse_txsoft sc_txsoft[KSE_TXQUEUELEN];
for (i = 0; i < KSE_TXQUEUELEN; i++) {
for (i = 0; i < KSE_TXQUEUELEN; i++) {
for (i = 0; i < KSE_TXQUEUELEN; i++)
sc->sc_txsfree = KSE_TXQUEUELEN;
for (i = 0; i < KSE_TXQUEUELEN; i++) {