Home
last modified time | relevance | path

Searched refs:_e (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/
H A Ddp_ratetable.h82 static inline int dp_ath_rate_lpf(uint64_t _d, int _e) in dp_ath_rate_lpf() argument
84 _e = DP_ATH_RATE_IN((_e)); in dp_ath_rate_lpf()
85 return (((_d) != DUMMY_MARKER) ? ((((_d) << 3) + (_e) - (_d)) >> 3) : in dp_ath_rate_lpf()
86 (_e)); in dp_ath_rate_lpf()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_ptr_hash.h261 struct qdf_ptr_hash_entry *_e = \
263 cursor = _e ? qdf_container_of(_e, typeof(*(cursor)), \