Searched refs:hash_idx (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/ |
H A D | wlan_scan_cache_db.c | 303 uint8_t hash_idx; in scm_del_scan_node_from_db() local 308 hash_idx = SCAN_GET_HASH(scan_node->entry->bssid.bytes); in scm_del_scan_node_from_db() 309 scm_del_scan_node(&scan_db->scan_hash_tbl[hash_idx], scan_node); in scm_del_scan_node_from_db() 416 uint8_t hash_idx; in scm_add_scan_node() local 418 hash_idx = in scm_add_scan_node() 425 qdf_list_insert_back(&scan_db->scan_hash_tbl[hash_idx], in scm_add_scan_node() 428 qdf_list_insert_before(&scan_db->scan_hash_tbl[hash_idx], in scm_add_scan_node() 910 uint8_t hash_idx; in scm_find_duplicate() local 914 hash_idx = SCAN_GET_HASH(entry->bssid.bytes); in scm_find_duplicate() 917 &scan_db->scan_hash_tbl[hash_idx], in scm_find_duplicate() [all …]
|
/wlan-driver/qcacld-3.0/core/pld/src/ |
H A D | pld_pcie.h | 169 u32 data_len, u8 *hash_idx, u8 *out) in pld_pcie_get_sha_hash() argument 180 u32 data_len, u8 *hash_idx, u8 *out) in pld_pcie_get_sha_hash() argument 182 return cnss_get_sha_hash(data, data_len, hash_idx, out); in pld_pcie_get_sha_hash()
|
H A D | pld_common.c | 919 u32 data_len, u8 *hash_idx, u8 *out) in pld_get_sha_hash() argument 926 hash_idx, out); in pld_get_sha_hash()
|
/wlan-driver/qcacld-3.0/core/pld/inc/ |
H A D | pld_common.h | 1174 u32 data_len, u8 *hash_idx, u8 *out);
|