Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_obj_mgr.c134 struct wlan_crypto_key_entry *hash_entry; in crypto_hash_find_by_linkid_and_macaddr() local
141 TAILQ_FOREACH(hash_entry, &psoc->crypto_key_holder.bins[index], in crypto_hash_find_by_linkid_and_macaddr()
143 if (link_id == hash_entry->link_id && in crypto_hash_find_by_linkid_and_macaddr()
146 &hash_entry->mac_addr)) { in crypto_hash_find_by_linkid_and_macaddr()
149 hash_entry->link_id, in crypto_hash_find_by_linkid_and_macaddr()
151 return hash_entry; in crypto_hash_find_by_linkid_and_macaddr()
158 struct wlan_crypto_key_entry *hash_entry, in crypto_hash_add() argument
163 index = crypto_hash_index(psoc, &hash_entry->mac_addr, link_id); in crypto_hash_add()
166 TAILQ_INSERT_TAIL(&psoc->crypto_key_holder.bins[index], hash_entry, in crypto_hash_add()
346 struct wlan_crypto_key_entry *hash_entry, *hash_entry_next; in crypto_flush_entries() local
[all …]
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_rx_ll.c1204 struct htt_rx_hash_entry *hash_entry; in htt_rx_hash_list_lookup() local
1216 hash_entry = (struct htt_rx_hash_entry *) in htt_rx_hash_list_lookup()
1220 HTT_RX_HASH_COOKIE_CHECK(hash_entry); in htt_rx_hash_list_lookup()
1222 if (hash_entry->paddr == paddr) { in htt_rx_hash_list_lookup()
1224 netbuf = hash_entry->netbuf; in htt_rx_hash_list_lookup()
1228 hash_entry->netbuf = NULL; in htt_rx_hash_list_lookup()
1229 htt_list_remove(&hash_entry->listnode); in htt_rx_hash_list_lookup()
1235 if (hash_entry->fromlist) in htt_rx_hash_list_lookup()
1238 &hash_entry->listnode); in htt_rx_hash_list_lookup()
1240 qdf_mem_free(hash_entry); in htt_rx_hash_list_lookup()
[all …]