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

/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_sysctl.c337 u_int32_t tpcts; local
340 (void) ath_hal_gettpcts(sc->sc_ah, &tpcts);
341 error = sysctl_handle_int(oidp, &tpcts, 0, req);
344 return !ath_hal_settpcts(sc->sc_ah, tpcts) ? EINVAL : 0;
457 "tpcts", CTLTYPE_INT | CTLFLAG_RW, sc, 0,

Completed in 34 milliseconds