Searched refs:MD_TXQUEUELEN (Results 1 – 1 of 1) sorted by relevance
422 #define MD_TXQUEUELEN 8 macro423 #define MD_TXQUEUELEN_MASK (MD_TXQUEUELEN - 1)424 #define MD_TXQUEUE_GC (MD_TXQUEUELEN / 4)483 struct scx_txsoft sc_txsoft[MD_TXQUEUELEN];964 for (i = 0; i < MD_TXQUEUELEN; i++) { in scx_attach_i()1060 for (i = 0; i < MD_TXQUEUELEN; i++) { in scx_attach_i()1144 for (i = 0; i < MD_TXQUEUELEN; i++) in scx_init()1146 sc->sc_txsfree = MD_TXQUEUELEN; in scx_init()1571 for (i = sc->sc_txsdirty; sc->sc_txsfree != MD_TXQUEUELEN; in txreap()1594 if (sc->sc_txsfree == MD_TXQUEUELEN) in txreap()