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

/freebsd-10.3-release/sys/dev/dc/
H A Dif_dc.c3178 if (sc->dc_txthresh + DC_TXTHRESH_INC > DC_TXTHRESH_MAX) {
3183 sc->dc_txthresh += DC_TXTHRESH_INC;
3185 netcfg |= sc->dc_txthresh;
3655 if (sc->dc_txthresh > DC_TXTHRESH_MAX) {
3659 DC_SETBIT(sc, DC_NETCFG, sc->dc_txthresh);
H A Dif_dcreg.h764 uint32_t dc_txthresh; member in struct:dc_softc

Completed in 174 milliseconds