Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_internal.h1206 #define DP_STATS_AGGR(_handle_a, _handle_b, _field) \ argument
1208 _handle_a->stats._field += _handle_b->stats._field; \
1211 #define DP_STATS_AGGR_PKT(_handle_a, _handle_b, _field) \ argument
1213 DP_STATS_AGGR(_handle_a, _handle_b, _field.num); \
1214 DP_STATS_AGGR(_handle_a, _handle_b, _field.bytes);\
1217 #define DP_STATS_AGGR_IDX(_handle_a, _handle_b, _arr, _field, _idx) \ argument
1219 _handle_a->stats._arr._field += _handle_b->stats._arr[_idx]._field; \
1222 #define DP_STATS_AGGR_PKT_IDX(_handle_a, _handle_b, _arr, _field, _idx)\ argument
1224 DP_STATS_AGGR_IDX(_handle_a, _handle_b, _arr, _field.num, _idx); \
1225 DP_STATS_AGGR_IDX(_handle_a, _handle_b, _arr, _field.bytes, _idx);\
[all …]