Home
last modified time | relevance | path

Searched defs:table (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_hashtable.h27 #define __qdf_ht_init(table) hash_init(table) argument
28 #define __qdf_ht_deinit(table) do { } while (false) argument
29 #define __qdf_ht_empty(table) hash_empty(table) argument
30 #define __qdf_ht_add(table, entry, key) hash_add(table, entry, key) argument
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 Dqdf_mem.c372 static bool qdf_mem_meta_table_insert(struct __qdf_mem_info *table, in qdf_mem_meta_table_insert()
421 struct __qdf_mem_info table[QDF_MEM_STAT_TABLE_SIZE]; in qdf_mem_domain_print() local
458 static void qdf_mem_meta_table_print(struct __qdf_mem_info *table, in qdf_mem_meta_table_print()
565 static void qdf_print_major_alloc(struct __qdf_mem_info *table, in qdf_print_major_alloc()
770 struct __qdf_mem_info table[QDF_MEM_STAT_TABLE_SIZE]; in qdf_print_major_nbuf_allocs() local
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_hashtable.h54 #define qdf_ht_init(table) __qdf_ht_init(table) argument
62 #define qdf_ht_deinit(table) __qdf_ht_deinit(table) argument
70 #define qdf_ht_empty(table) __qdf_ht_empty(table) argument
80 #define qdf_ht_add(table, entry, key) __qdf_ht_add(table, entry, key) argument
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
/wlan-driver/wpa_supplicant_8/src/utils/
H A Deloop.c
H A Dbase64.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dservice_ready_util.c71 struct wlan_psoc_host_chainmask_table *table; in init_deinit_chainmask_table_free() local
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral.c205 struct wlan_psoc_host_chainmask_table *table; in target_if_spectral_get_agile_mode_cap() local
5637 struct wlan_psoc_host_chainmask_table *table; in target_if_is_agile_supported_cur_chmask() local