Home
last modified time | relevance | path

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

/dragonfly/tools/tools/ath/
H A Dathctrl.sh42 sysctl dev.ath.$ATHN.ctstimeout=$timeout
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_sysctl.c166 u_int ctstimeout; in ath_sysctl_ctstimeout() local
171 ctstimeout = ath_hal_getctstimeout(sc->sc_ah); in ath_sysctl_ctstimeout()
174 error = sysctl_handle_int(oidp, &ctstimeout, 0, req); in ath_sysctl_ctstimeout()
178 error = !ath_hal_setctstimeout(sc->sc_ah, ctstimeout) ? EINVAL : 0; in ath_sysctl_ctstimeout()
/dragonfly/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