Home
last modified time | relevance | path

Searched refs:key_field (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_hashtable.h39 #define __qdf_ht_for_each_match(table, cursor, entry_field, key, key_field) \ argument
41 if ((cursor)->key_field == (key))
43 #define __qdf_ht_get(table, cursor, entry_field, key, key_field) \ argument
46 __qdf_ht_for_each_match(table, cursor, entry_field, key, key_field) \
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_hashtable.h130 #define qdf_ht_for_each_match(table, cursor, entry_field, key, key_field) \ argument
131 __qdf_ht_for_each_match(table, cursor, entry_field, key, key_field)
141 #define qdf_ht_get(table, cursor, entry_field, key, key_field) \ argument
142 __qdf_ht_get(table, cursor, entry_field, key, key_field)