Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmac.c235 if (qinfo->tqi_shretry != 0) in ath9k_hw_set_txq_props()
236 qi->tqi_shretry = min((u32) qinfo->tqi_shretry, 15U); in ath9k_hw_set_txq_props()
238 qi->tqi_shretry = INIT_SH_RETRY; in ath9k_hw_set_txq_props()
282 qinfo->tqi_shretry = qi->tqi_shretry; in ath9k_hw_get_txq_props()
398 SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH)); in ath9k_hw_resettxqueue()
H A Dmac.h632 u16 tqi_shretry; member