Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/
H A Dathctrl.sh41 sysctl dev.ath.$ATHN.ctstimeout=$timeout
/freebsd/sys/dev/ath/
H A Dif_ath_sysctl.c163 u_int ctstimeout; in ath_sysctl_ctstimeout() local
168 ctstimeout = ath_hal_getctstimeout(sc->sc_ah); in ath_sysctl_ctstimeout()
171 error = sysctl_handle_int(oidp, &ctstimeout, 0, req); in ath_sysctl_ctstimeout()
175 error = !ath_hal_setctstimeout(sc->sc_ah, ctstimeout) ? EINVAL : 0; in ath_sysctl_ctstimeout()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.c518 ar9300_Stub_SetCTSTimeout(struct ath_hal *ah, u_int ctstimeout) in ar9300_Stub_SetCTSTimeout() argument