/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_slist.h | 56 #define __qdf_slist_item(node, cursor, node_field) ({ \ argument 60 #define __qdf_slist_next_item(slist, cursor, node_field) \ argument 70 #define qdf_slist_for_each(slist, cursor, node_field) \ argument 84 #define qdf_slist_for_each_del(slist, prev, cursor, node_field) \ argument 134 #define qdf_slist_push(slist, cursor, node_field) \ argument 152 #define qdf_slist_pop(slist, cursor, node_field) \ argument
|
H A D | qdf_hashtable.h | 97 #define qdf_ht_for_each(table, i, cursor, entry_field) \ argument 109 #define qdf_ht_for_each_safe(table, i, tmp, cursor, entry_field) \ argument 119 #define qdf_ht_for_each_in_bucket(table, cursor, entry_field, key) \ argument 130 #define qdf_ht_for_each_match(table, cursor, entry_field, key, key_field) \ argument 141 #define qdf_ht_get(table, cursor, entry_field, key, key_field) \ argument
|
H A D | qdf_ptr_hash.h | 260 #define qdf_ptr_hash_remove(ht, key, cursor, entry_field) ({ \ argument 287 #define __qdf_ptr_hash_for_each_in_bucket(bucket, cursor, entry_field) \ argument 297 #define qdf_ptr_hash_for_each(ht, bucket, cursor, entry_field) \ argument 309 #define qdf_ptr_hash_for_each_by_hash(ht, key, cursor, entry_field) \ argument 322 #define qdf_ptr_hash_for_each_by_key(ht, _key, cursor, entry_field) \ argument 335 #define qdf_ptr_hash_get(ht, key, cursor, entry_field) ({ \ argument
|
H A D | qdf_list.h | 102 #define qdf_list_for_each(list_ptr, cursor, node_field) \ argument 105 #define qdf_list_for_each_del(list_ptr, cursor, next, node_field) \ argument 108 #define qdf_list_for_each_from(list_ptr, cursor, node_field) \ argument 111 #define qdf_list_for_each_continue(list_ptr, cursor, node_field) \ argument
|
H A D | qdf_talloc.h | 57 #define qdf_talloc_type(parent, cursor) \ argument
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | i_qdf_hashtable.h | 33 #define __qdf_ht_for_each(table, i, cursor, entry_field) \ argument 36 #define __qdf_ht_for_each_in_bucket(table, cursor, entry_field, key) \ argument 39 #define __qdf_ht_for_each_match(table, cursor, entry_field, key, key_field) \ argument 43 #define __qdf_ht_get(table, cursor, entry_field, key, key_field) \ argument 50 #define __qdf_ht_for_each_safe(table, i, tmp, cursor, entry_field) \ argument
|
H A D | i_qdf_list.h | 92 #define __qdf_list_for_each(list_ptr, cursor, node_field) \ argument 95 #define __qdf_list_for_each_del(list_ptr, cursor, next, node_field) \ argument 98 #define __qdf_list_for_each_from(list_ptr, cursor, node_field) \ argument 101 #define __qdf_list_for_each_continue(list_ptr, cursor, node_field) \ argument
|
/wlan-driver/qca-wifi-host-cmn/qdf/src/ |
H A D | qdf_parse.c | 38 char *cursor = *main_cursor; in qdf_ini_read_values() local 144 char *cursor; in qdf_ini_parse() local 211 char *cursor; in qdf_ini_section_parse() local 324 char *cursor = *main_cursor; in qdf_check_ini_validity() local 391 char *cursor; in qdf_valid_ini_check() local
|
/wlan-driver/qca-wifi-host-cmn/qdf/test/ |
H A D | qdf_hashtable_test.c | 35 struct qdf_ht_test_item *cursor; in qdf_ht_test_single() local
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_unit_test.c | 59 #define hdd_for_each_ut_entry(cursor) \ argument
|
H A D | wlan_hdd_ocb.c | 281 void *cursor; in hdd_ocb_config_new() local
|
/wlan-driver/qcacld-3.0/components/pmo/core/inc/ |
H A D | wlan_pmo_objmgr.h | 144 #define pmo_psoc_with_ctx(psoc, cursor) \ argument
|
/wlan-driver/qcacld-3.0/components/ocb/core/src/ |
H A D | wlan_ocb_main.c | 474 uint8_t *cursor; in ocb_copy_config() local
|