HomeSort by: relevance | last modified time | path
    Searched defs:ctstimeout (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ath_netbsd.c 152 u_int ctstimeout; local in function:ath_sysctl_ctstimeout
157 ctstimeout = ath_hal_getctstimeout(sc->sc_ah);
158 node.sysctl_data = &ctstimeout;
162 return !ath_hal_setctstimeout(sc->sc_ah, ctstimeout) ? EINVAL : 0;
453 if ((rc = SYSCTL_INT_SUBR(CTLFLAG_READWRITE, ctstimeout,
ath_netbsd.c 152 u_int ctstimeout; local in function:ath_sysctl_ctstimeout
157 ctstimeout = ath_hal_getctstimeout(sc->sc_ah);
158 node.sysctl_data = &ctstimeout;
162 return !ath_hal_setctstimeout(sc->sc_ah, ctstimeout) ? EINVAL : 0;
453 if ((rc = SYSCTL_INT_SUBR(CTLFLAG_READWRITE, ctstimeout,

Completed in 21 milliseconds