Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Ddc.c2404 sc->dc_txthresh += DC_TXTHRESH_INC; in dc_tx_underrun()
2405 if (sc->dc_txthresh > DC_TXTHRESH_MAX) { in dc_tx_underrun()
2409 DC_SETBIT(sc, DC_NETCFG, sc->dc_txthresh); in dc_tx_underrun()
2718 if (sc->dc_txthresh > DC_TXTHRESH_MAX) { in dc_init()
2722 DC_SETBIT(sc, DC_NETCFG, sc->dc_txthresh); in dc_init()
2918 sc->dc_txthresh = 0; in dc_ioctl()
H A Ddcreg.h734 u_int32_t dc_txthresh; member