Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c605 if (qinfo->tqi_cwmax != ATH9K_TXQ_USEDEFAULT) { in ath9k_hw_set_txq_props()
606 cw = min(qinfo->tqi_cwmax, 1024U); in ath9k_hw_set_txq_props()
607 qi->tqi_cwmax = 1; in ath9k_hw_set_txq_props()
608 while (qi->tqi_cwmax < cw) in ath9k_hw_set_txq_props()
609 qi->tqi_cwmax = (qi->tqi_cwmax << 1) | 1; in ath9k_hw_set_txq_props()
611 qi->tqi_cwmax = INIT_CWMAX; in ath9k_hw_set_txq_props()
666 qinfo->tqi_cwmax = qi->tqi_cwmax; in ath9k_hw_get_txq_props()
738 qi->tqi_cwmax = INIT_CWMAX; in ath9k_hw_setuptxqueue()
825 SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX) | in ath9k_hw_resettxqueue()
H A Darn_beacon.c162 qi.tqi_cwmax = 0; in arn_beaconq_setup()
H A Darn_xmit.c1552 qi.tqi_cwmax = ATH9K_TXQ_USEDEFAULT; in arn_txq_setup()
1730 qi.tqi_cwmax = qinfo->tqi_cwmax; in arn_txq_update()
H A Darn_ath9k.h357 uint32_t tqi_cwmax; member
H A Darn_main.c2683 qi.tqi_cwmax = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax); in arn_tx_queue_update()
2700 qi.tqi_cwmax, in arn_tx_queue_update()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_hal.h394 int32_t tqi_cwmax; /* cwMax shift */ member