Searched refs:_e (Results 1 – 2 of 2) sorted by relevance
82 static inline int dp_ath_rate_lpf(uint64_t _d, int _e) in dp_ath_rate_lpf() argument84 _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()
261 struct qdf_ptr_hash_entry *_e = \263 cursor = _e ? qdf_container_of(_e, typeof(*(cursor)), \