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

/netbsd-current/sys/dev/ic/
H A Dath_netbsd.c152 u_int ctstimeout; local
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 187 milliseconds