Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_sysctl.c624 u_int32_t tpcts; in ath_sysctl_tpcts() local
631 (void) ath_hal_gettpcts(sc->sc_ah, &tpcts); in ath_sysctl_tpcts()
632 error = sysctl_handle_int(oidp, &tpcts, 0, req); in ath_sysctl_tpcts()
636 error = !ath_hal_settpcts(sc->sc_ah, tpcts) ? EINVAL : 0; in ath_sysctl_tpcts()