Searched refs:_arr (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_types.h | 106 #define QDF_ARRAY_SIZE(_arr) (sizeof(_arr) / sizeof((_arr)[0])) argument
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_internal.h | 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);\ 1248 #define DP_STATS_AGGR_IDX(_handle_a, _handle_b, _arr, _field, _idx) argument 1249 #define DP_STATS_AGGR_PKT_IDX(_handle_a, _handle_b, _arr, _field, _idx) argument
|