OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rateCodeToIndex
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/
ah.c
409
if (rt->
rateCodeToIndex
[0] != 0) /* already setup */
411
for (i = 0; i < N(rt->
rateCodeToIndex
); i++)
412
rt->
rateCodeToIndex
[i] = (uint8_t) -1;
417
HALASSERT(code < N(rt->
rateCodeToIndex
));
418
rt->
rateCodeToIndex
[code] = i;
420
N(rt->
rateCodeToIndex
));
421
rt->
rateCodeToIndex
[code | rt->info[i].shortPreamble] = i;
ah.h
497
uint8_t
rateCodeToIndex
[144]; /* back mapping */
/src/sys/dev/ic/
ath.c
5184
u_int8_t ix = rt->
rateCodeToIndex
[i];
Completed in 19 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025