OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rxFrameCount
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_ani.c
878
uint32_t txFrameCount,
rxFrameCount
, cycleCount;
882
rxFrameCount
= OS_REG_READ(ah, AR_RFCNT);
896
int32_t rfdelta =
rxFrameCount
- aniState->
rxFrameCount
;
902
aniState->
rxFrameCount
=
rxFrameCount
;
ar5212.h
192
uint32_t
rxFrameCount
; /* Last rx Frame count */
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_ani.c
760
uint32_t txFrameCount,
rxFrameCount
, cycleCount;
764
rxFrameCount
= OS_REG_READ(ah, AR_RFCNT);
778
int32_t rfdelta =
rxFrameCount
- aniState->
rxFrameCount
;
784
aniState->
rxFrameCount
=
rxFrameCount
;
Completed in 38 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025