Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_qcu.c103 u32 cw_min, cw_max, retry_lg, retry_sh; in ath5k_hw_reset_tx_queue() local
197 retry_lg = ah->ah_limit_tx_retries; in ath5k_hw_reset_tx_queue()
198 retry_sh = retry_lg = retry_lg > AR5K_DCU_RETRY_LMT_SH_RETRY ? in ath5k_hw_reset_tx_queue()
199 AR5K_DCU_RETRY_LMT_SH_RETRY : retry_lg; in ath5k_hw_reset_tx_queue()
201 retry_lg = AR5K_INIT_LG_RETRY; in ath5k_hw_reset_tx_queue()
213 | AR5K_REG_SM(retry_lg, AR5K_NODCU_RETRY_LMT_LG_RETRY) in ath5k_hw_reset_tx_queue()
223 AR5K_REG_SM(retry_lg, AR5K_DCU_RETRY_LMT_LG_RETRY) | in ath5k_hw_reset_tx_queue()