Home
last modified time | relevance | path

Searched refs:_eep (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h929 #define AH_PAPRD_GET_SCALE_FACTOR(_scale, _eep, _is2G, _channel) do{ if(_is2G) { _scale = (_eep->mo… argument
931 …if(_channel >= UPPER_5G_SUB_BANDSTART){ _scale = (_eep->modal_header_5g.paprd_rate_mask_ht20>>25)&…
933 … { _scale = (_eep->modal_header_5g.paprd_rate_mask_ht40>>28)&0x7;} \
934 … else { _scale = (_eep->modal_header_5g.paprd_rate_mask_ht40>>25)&0x7;} } }while(0)
/freebsd/sys/dev/sfxge/common/
H A Def10_ev.c41 #define EFX_EV_QSTAT_INCR(_eep, _stat) \ argument
43 (_eep)->ee_stat[_stat]++; \
47 #define EFX_EV_QSTAT_INCR(_eep, _stat) argument
H A Defx_ev.c41 #define EFX_EV_QSTAT_INCR(_eep, _stat) \ argument
43 (_eep)->ee_stat[_stat]++; \
47 #define EFX_EV_QSTAT_INCR(_eep, _stat) argument