Searched refs:tpcts (Results 1 – 1 of 1) sorted by relevance
623 u_int32_t tpcts; in ath_sysctl_tpcts() local630 (void) ath_hal_gettpcts(sc->sc_ah, &tpcts); in ath_sysctl_tpcts()631 error = sysctl_handle_int(oidp, &tpcts, 0, req); in ath_sysctl_tpcts()635 error = !ath_hal_settpcts(sc->sc_ah, tpcts) ? EINVAL : 0; in ath_sysctl_tpcts()