DGE_TXQUEUELEN
for (i = 0; i < DGE_TXQUEUELEN; i++) {
#define DGE_TXQUEUELEN_MASK (DGE_TXQUEUELEN - 1)
#define DGE_TXQUEUE_GC (DGE_TXQUEUELEN / 8)
for (i = sc->sc_txsdirty; sc->sc_txsfree != DGE_TXQUEUELEN;
if (sc->sc_txsfree == DGE_TXQUEUELEN)
for (i = 0; i < DGE_TXQUEUELEN; i++)
sc->sc_txsfree = DGE_TXQUEUELEN;
for (i = 0; i < DGE_TXQUEUELEN; i++) {
struct dge_txsoft sc_txsoft[DGE_TXQUEUELEN];
for (i = 0; i < DGE_TXQUEUELEN; i++) {