Searched refs:GLC_MAX_TX_PACKETS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/powerpc/ps3/
H A Dif_glcreg.h31 #define GLC_MAX_TX_PACKETS 128 macro
87 struct glc_txsoft sc_txsoft[GLC_MAX_TX_PACKETS];
H A Dif_glc.c228 for (i = 0; i < GLC_MAX_TX_PACKETS; i++) {
276 IFQ_SET_MAXLEN(&sc->sc_ifp->if_snd, GLC_MAX_TX_PACKETS);
277 sc->sc_ifp->if_snd.ifq_drv_maxlen = GLC_MAX_TX_PACKETS;
672 ((idx + 1) % GLC_MAX_TX_PACKETS)*sizeof(struct glc_dmadesc);
687 idx = (idx + 1) % GLC_MAX_TX_PACKETS;
694 idx = GLC_MAX_TX_PACKETS - 1;

Completed in 146 milliseconds