Searched refs:_count (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_internal.h | 1188 #define DP_STATS_INC_PKT(_handle, _field, _count, _bytes) \ argument 1190 DP_STATS_INC(_handle, _field.num, _count); \ 1194 #define DP_PEER_STATS_FLAT_INC_PKT(_handle, _field, _count, _bytes) \ argument 1196 DP_PEER_STATS_FLAT_INC(_handle, _field.num, _count); \ 1200 #define DP_STATS_INCC_PKT(_handle, _field, _count, _bytes, _cond) \ argument 1202 DP_STATS_INCC(_handle, _field.num, _count, _cond); \ 1243 #define DP_STATS_INC_PKT(_handle, _field, _count, _bytes) argument 1244 #define DP_PEER_STATS_FLAT_INC_PKT(_handle, _field, _count, _bytes) argument 1245 #define DP_STATS_INCC_PKT(_handle, _field, _count, _bytes, _cond) argument 1262 #define DP_PEER_PER_PKT_STATS_INC_PKT(_handle, _field, _count, _bytes, _link) \ argument [all …]
|