Home
last modified time | relevance | path

Searched refs:DP_STATS_AGGR (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) \ macro
1213 DP_STATS_AGGR(_handle_a, _handle_b, _field.num); \
1214 DP_STATS_AGGR(_handle_a, _handle_b, _field.bytes);\
1246 #define DP_STATS_AGGR(_handle_a, _handle_b, _field) macro
1808 DP_STATS_AGGR(_tgtobj, _srcobj, \
1810 DP_STATS_AGGR(_tgtobj, _srcobj, \
1816 DP_STATS_AGGR(_tgtobj, _srcobj, tx.bw[i]); \
1817 DP_STATS_AGGR(_tgtobj, _srcobj, rx.bw[i]); \
1821 DP_STATS_AGGR(_tgtobj, _srcobj, rx.nss[i]); \
1822 DP_STATS_AGGR(_tgtobj, _srcobj, tx.nss[i]); \
[all …]