Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c613 if (qinfo->tqi_shretry != 0) in ath9k_hw_set_txq_props()
614 qi->tqi_shretry = min((uint32_t)qinfo->tqi_shretry, 15U); in ath9k_hw_set_txq_props()
616 qi->tqi_shretry = INIT_SH_RETRY; in ath9k_hw_set_txq_props()
667 qinfo->tqi_shretry = qi->tqi_shretry; in ath9k_hw_get_txq_props()
739 qi->tqi_shretry = INIT_SH_RETRY; in ath9k_hw_setuptxqueue()
831 SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH)); in ath9k_hw_resettxqueue()
H A Darn_ath9k.h358 uint16_t tqi_shretry; member
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_hal.h395 uint16_t tqi_shretry; /* rts retry limit */ member