Searched refs:dc_txthresh (Results 1 – 2 of 2) sorted by relevance
764 uint32_t dc_txthresh; member
3170 if (sc->dc_txthresh + DC_TXTHRESH_INC > DC_TXTHRESH_MAX) { in dc_tx_underrun()3175 sc->dc_txthresh += DC_TXTHRESH_INC; in dc_tx_underrun()3177 netcfg |= sc->dc_txthresh; in dc_tx_underrun()3647 if (sc->dc_txthresh > DC_TXTHRESH_MAX) { in dc_init_locked()3651 DC_SETBIT(sc, DC_NETCFG, sc->dc_txthresh); in dc_init_locked()