Home
last modified time | relevance | path

Searched refs:_d (Results 1 – 1 of 1) 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
85 return (((_d) != DUMMY_MARKER) ? ((((_d) << 3) + (_e) - (_d)) >> 3) : in dp_ath_rate_lpf()