Home
last modified time | relevance | path

Searched defs:_arr (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_internal.h1217 #define DP_STATS_AGGR_IDX(_handle_a, _handle_b, _arr, _field, _idx) \ argument
1222 #define DP_STATS_AGGR_PKT_IDX(_handle_a, _handle_b, _arr, _field, _idx)\ argument
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
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_types.h106 #define QDF_ARRAY_SIZE(_arr) (sizeof(_arr) / sizeof((_arr)[0])) argument