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) {
606 cw = min(qinfo->tqi_cwmax, 1024U);
607 qi->tqi_cwmax = 1;
608 while (qi->tqi_cwmax < cw)
609 qi->tqi_cwmax = (qi->tqi_cwmax << 1) | 1;
611 qi->tqi_cwmax = INIT_CWMAX;
666 qinfo->tqi_cwmax = qi->tqi_cwmax;
738 qi->tqi_cwmax
[all...]
H A Darn_beacon.c162 qi.tqi_cwmax = 0;
H A Darn_xmit.c1552 qi.tqi_cwmax = ATH9K_TXQ_USEDEFAULT;
1730 qi.tqi_cwmax = qinfo->tqi_cwmax;
H A Darn_ath9k.h357 uint32_t tqi_cwmax; member in struct:ath9k_tx_queue_info
H A Darn_main.c2683 qi.tqi_cwmax = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax);
2700 qi.tqi_cwmax,
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_hal.h394 int32_t tqi_cwmax; /* cwMax shift */ member in struct:__anon4891

Completed in 834 milliseconds