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

/freebsd-12-stable/sys/dev/mge/
H A Dif_mgevar.h104 uint32_t mge_tfut_ipg_max; /* TX FIFO Urgent Threshold */ member in struct:mge_softc
H A Dif_mge.c412 sc->mge_tfut_ipg_max = 0xFFFF;
420 sc->mge_tfut_ipg_max = 0x3FFF;
2096 if (sc->tx_ic_time > sc->mge_tfut_ipg_max)
2097 sc->tx_ic_time = sc->mge_tfut_ipg_max;
2100 reg &= ~mge_tfut_ipg(sc->mge_tfut_ipg_max, sc->mge_ver);

Completed in 108 milliseconds