Home
last modified time | relevance | path

Searched refs:ath_hal_setacktimeout (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dath_netbsd.c144 return !ath_hal_setacktimeout(sc->sc_ah, acktimeout) ? EINVAL : 0; in ath_sysctl_acktimeout()
H A Dathvar.h451 #define ath_hal_setacktimeout(_ah, _us) \ macro