Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c85 ah->ah_config.ah_dma_beacon_response_time) << 3; /* 1/8 TU */ in ar5211BeaconInit()
H A Dar5211_xmit.c348 - ah->ah_config.ah_dma_beacon_response_time) in ar5211ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c70 ah->ah_config.ah_dma_beacon_response_time) << 3; /* 1/8 TU */ in ar5210BeaconInit()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c49 ah->ah_config.ah_dma_beacon_response_time)); in ar9300_beacon_init()
H A Dar9300_xmit.c443 + ah->ah_config.ah_dma_beacon_response_time; in ar9300_reset_tx_queue()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c109 ah->ah_config.ah_dma_beacon_response_time) << 3; /* 1/8 TU */ in ar5212BeaconInit()
H A Dar5212_xmit.c433 + ah->ah_config.ah_dma_beacon_response_time) in ar5212ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c108 ah->ah_config.ah_dma_beacon_response_time) << 3; /* 1/8 TU */ in ar5416BeaconInit()
H A Dar5416_xmit.c1418 + ah->ah_config.ah_dma_beacon_response_time; in ar5416ResetTxQueue()
/freebsd/sys/dev/ath/
H A Dif_ath_sysctl.c1337 sc->sc_ah->ah_config.ah_dma_beacon_response_time = 2; in ath_sysctl_hal_attach()
1339 &sc->sc_ah->ah_config.ah_dma_beacon_response_time, 0, in ath_sysctl_hal_attach()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1157 int ah_dma_beacon_response_time;/* in TU's */ member