Searched refs:GLC_MAX_TX_PACKETS (Results 1 – 2 of 2) sorted by relevance
31 #define GLC_MAX_TX_PACKETS 128 macro87 struct glc_txsoft sc_txsoft[GLC_MAX_TX_PACKETS];
229 for (i = 0; i < GLC_MAX_TX_PACKETS; i++) { in glc_attach()277 IFQ_SET_MAXLEN(&sc->sc_ifp->if_snd, GLC_MAX_TX_PACKETS); in glc_attach()278 sc->sc_ifp->if_snd.ifq_drv_maxlen = GLC_MAX_TX_PACKETS; in glc_attach()673 ((idx + 1) % GLC_MAX_TX_PACKETS)*sizeof(struct glc_dmadesc); in glc_encap()688 idx = (idx + 1) % GLC_MAX_TX_PACKETS; in glc_encap()695 idx = GLC_MAX_TX_PACKETS - 1; in glc_encap()