ath_netbsd.c | 369 u_int32_t tpcts; local in function:ath_sysctl_tpcts 374 (void)ath_hal_gettpcts(sc->sc_ah, &tpcts); 375 node.sysctl_data = &tpcts; 379 return !ath_hal_settpcts(sc->sc_ah, tpcts) ? EINVAL : 0; 495 if ((rc = SYSCTL_INT_SUBR(CTLFLAG_READWRITE, tpcts,
|