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

/freebsd-12-stable/sys/arm/ti/cpsw/
H A Dif_cpswvar.h97 unsigned coal_us; member in struct:cpsw_softc
H A Dif_cpsw.c2600 error = sysctl_handle_int(oidp, &sc->coal_us, 0, req);
2606 if (sc->coal_us == 0) {
2614 if (sc->coal_us > CPSW_WR_C_IMAX_US_MAX)
2615 sc->coal_us = CPSW_WR_C_IMAX_US_MAX;
2616 if (sc->coal_us < CPSW_WR_C_IMAX_US_MIN)
2617 sc->coal_us = CPSW_WR_C_IMAX_US_MIN;
2618 intr_per_ms = 1000 / sc->coal_us;

Completed in 167 milliseconds