Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/dc/
H A Dif_dcreg.h764 uint32_t dc_txthresh; member
H A Dif_dc.c3170 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()