OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tqi_cwmax
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/
ah.c
702
if (qInfo->
tqi_cwmax
!= HAL_TXQ_USEDEFAULT) {
703
cw = AH_MIN(qInfo->
tqi_cwmax
, 1024);
705
qi->
tqi_cwmax
= 1;
706
while (qi->
tqi_cwmax
< cw)
707
qi->
tqi_cwmax
= (qi->
tqi_cwmax
<< 1) | 1;
709
qi->
tqi_cwmax
= INIT_CWMAX;
752
qInfo->
tqi_cwmax
= qi->
tqi_cwmax
;
ah.h
250
uint32_t
tqi_cwmax
; /* cwMax */
member in struct:__anon975b85b60808
ah_internal.h
409
uint32_t
tqi_cwmax
; /* cwMax */
member in struct:__anon815e33320908
/src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_xmit.c
157
qi->
tqi_cwmax
= INIT_CWMAX;
270
| SM(qi->
tqi_cwmax
, AR_D_LCL_IFS_CWMAX)
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_xmit.c
188
qi->
tqi_cwmax
= INIT_CWMAX;
307
| SM(qi->
tqi_cwmax
, AR_D_LCL_IFS_CWMAX)
/src/sys/dev/ic/
ath.c
2106
qi.
tqi_cwmax
= HAL_TXQ_USEDEFAULT;
2130
qi.
tqi_cwmax
= ATH_BEACON_CWMAX_DEFAULT;
2139
qi.
tqi_cwmax
= ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax);
3344
qi.
tqi_cwmax
= HAL_TXQ_USEDEFAULT;
3434
qi.
tqi_cwmax
= ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax);
Completed in 19 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025