Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c87 ah->ah_config.ah_sw_beacon_response_time) << 3; /* 1/8 TU */ in ar5211BeaconInit()
H A Dar5211_xmit.c347 - (ah->ah_config.ah_sw_beacon_response_time in ar5211ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c72 ah->ah_config.ah_sw_beacon_response_time) << 3; /* 1/8 TU */ in ar5210BeaconInit()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c52 ah->ah_config.ah_sw_beacon_response_time)); in ar9300_beacon_init()
H A Dar9300_xmit.c442 - ah->ah_config.ah_sw_beacon_response_time in ar9300_reset_tx_queue()
H A Dar9300_misc.c628 ah->ah_config.ah_sw_beacon_response_time; in ar9300_set_quiet()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c111 ah->ah_config.ah_sw_beacon_response_time) << 3; /* 1/8 TU */ in ar5212BeaconInit()
H A Dar5212_xmit.c432 - (ah->ah_config.ah_sw_beacon_response_time - in ar5212ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c110 ah->ah_config.ah_sw_beacon_response_time) << 3; /* 1/8 TU */ in ar5416BeaconInit()
H A Dar5416_misc.c432 nextStart_us += ah->ah_config.ah_sw_beacon_response_time; in ar5416SetQuiet()
H A Dar5416_xmit.c1417 - ah->ah_config.ah_sw_beacon_response_time in ar5416ResetTxQueue()
/freebsd/sys/dev/ath/
H A Dif_ath_sysctl.c1342 sc->sc_ah->ah_config.ah_sw_beacon_response_time = 10; in ath_sysctl_hal_attach()
1344 &sc->sc_ah->ah_config.ah_sw_beacon_response_time, 0, in ath_sysctl_hal_attach()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1158 int ah_sw_beacon_response_time; /* in TU's */ member