Searched refs:dc_txthresh (Results 1 – 2 of 2) sorted by relevance
764 uint32_t dc_txthresh; member
3178 if (sc->dc_txthresh + DC_TXTHRESH_INC > DC_TXTHRESH_MAX) { in dc_tx_underrun()3183 sc->dc_txthresh += DC_TXTHRESH_INC; in dc_tx_underrun()3185 netcfg |= sc->dc_txthresh; in dc_tx_underrun()3655 if (sc->dc_txthresh > DC_TXTHRESH_MAX) { in dc_init_locked()3659 DC_SETBIT(sc, DC_NETCFG, sc->dc_txthresh); in dc_init_locked()