Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_internal.h1152 #define DP_STATS_INCC(_handle, _field, _delta, _cond) \ argument
1154 if (_cond && likely(_handle)) \
1158 #define DP_PEER_LINK_STATS_INCC(_handle, _field, _delta, _cond, _link) \ argument
1160 if (_cond && likely(_handle)) \
1200 #define DP_STATS_INCC_PKT(_handle, _field, _count, _bytes, _cond) \ argument
1202 DP_STATS_INCC(_handle, _field.num, _count, _cond); \
1203 DP_STATS_INCC(_handle, _field.bytes, _bytes, _cond) \
1237 #define DP_STATS_INCC(_handle, _field, _delta, _cond) argument
1238 #define DP_PEER_LINK_STATS_INCC(_handle, _field, _delta, _cond, _link) argument
1245 #define DP_STATS_INCC_PKT(_handle, _field, _count, _bytes, _cond) argument
[all …]