Home
last modified time | relevance | path

Searched refs:bins (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_peer_find.c122 pdev->peer_hash.bins = in ol_txrx_peer_find_hash_attach()
126 if (!pdev->peer_hash.bins) in ol_txrx_peer_find_hash_attach()
130 TAILQ_INIT(&pdev->peer_hash.bins[i]); in ol_txrx_peer_find_hash_attach()
137 qdf_mem_free(pdev->peer_hash.bins); in ol_txrx_peer_find_hash_detach()
169 TAILQ_INSERT_TAIL(&pdev->peer_hash.bins[index], peer, hash_list_elem); in ol_txrx_peer_find_hash_add()
192 TAILQ_FOREACH(peer, &pdev->peer_hash.bins[index], hash_list_elem) { in ol_txrx_peer_vdev_find_hash()
227 TAILQ_FOREACH(peer, &pdev->peer_hash.bins[index], hash_list_elem) { in ol_txrx_peer_find_hash_find_get_ref()
262 TAILQ_REMOVE(&pdev->peer_hash.bins[index], peer, hash_list_elem); in ol_txrx_peer_find_hash_remove()
275 if (!TAILQ_EMPTY(&pdev->peer_hash.bins[i])) { in ol_txrx_peer_find_hash_erase()
282 TAILQ_FOREACH_SAFE(peer, &pdev->peer_hash.bins[i], in ol_txrx_peer_find_hash_erase()
[all …]
Dol_txrx_types.h744 TAILQ_HEAD(, ol_txrx_peer_t) * bins;
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_obj_mgr.c77 psoc->crypto_key_holder.bins = qdf_mem_malloc( in wlan_crypto_hash_init()
82 if (!psoc->crypto_key_holder.bins) in wlan_crypto_hash_init()
86 TAILQ_INIT(&psoc->crypto_key_holder.bins[i]); in wlan_crypto_hash_init()
141 TAILQ_FOREACH(hash_entry, &psoc->crypto_key_holder.bins[index], in crypto_hash_find_by_linkid_and_macaddr()
166 TAILQ_INSERT_TAIL(&psoc->crypto_key_holder.bins[index], hash_entry, in crypto_hash_add()
318 TAILQ_REMOVE(&psoc->crypto_key_holder.bins[index], crypto_entry, in crypto_remove_entry()
361 if (!crypto_priv->crypto_key_holder.bins) in crypto_flush_entries()
369 if (!TAILQ_EMPTY(&crypto_priv->crypto_key_holder.bins[index])) { in crypto_flush_entries()
372 &crypto_priv->crypto_key_holder.bins[index], in crypto_flush_entries()
401 qdf_mem_free(crypto_priv->crypto_key_holder.bins); in wlan_crypto_hash_deinit()
[all …]
Dwlan_crypto_def_i.h559 TAILQ_HEAD(, wlan_crypto_key_entry) * bins;
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_peer.c380 if (!soc->peer_hash.bins) in dp_peer_find_hash_find()
393 TAILQ_FOREACH(peer, &soc->peer_hash.bins[index], hash_list_elem) { in dp_peer_find_hash_find()
421 if (soc->peer_hash.bins) { in dp_peer_find_hash_detach()
422 qdf_mem_free(soc->peer_hash.bins); in dp_peer_find_hash_detach()
423 soc->peer_hash.bins = NULL; in dp_peer_find_hash_detach()
451 soc->peer_hash.bins = qdf_mem_malloc( in dp_peer_find_hash_attach()
453 if (!soc->peer_hash.bins) in dp_peer_find_hash_attach()
457 TAILQ_INIT(&soc->peer_hash.bins[i]); in dp_peer_find_hash_attach()
493 TAILQ_INSERT_TAIL(&soc->peer_hash.bins[index], peer, in dp_peer_find_hash_add()
515 QDF_ASSERT(!TAILQ_EMPTY(&soc->peer_hash.bins[index])); in dp_peer_find_hash_remove()
[all …]
Ddp_txrx_wds.c205 if (!TAILQ_EMPTY(&soc->mec_hash.bins[index])) { in dp_peer_age_mec_entries()
206 TAILQ_FOREACH_SAFE(mecentry, &soc->mec_hash.bins[index], in dp_peer_age_mec_entries()
Ddp_types.h2896 TAILQ_HEAD(, dp_peer) * bins;
2976 TAILQ_HEAD(, dp_ast_entry) * bins;
3165 TAILQ_HEAD(, dp_mec_entry) * bins;
Ddp_main.c481 if (!soc->mec_hash.bins) in dp_peer_mec_flush_entries()
489 if (!TAILQ_EMPTY(&soc->mec_hash.bins[index])) { in dp_peer_mec_flush_entries()
490 TAILQ_FOREACH_SAFE(mecentry, &soc->mec_hash.bins[index], in dp_peer_mec_flush_entries()
530 if (TAILQ_EMPTY(&soc->mec_hash.bins[index])) { in dp_print_mec_stats()
535 TAILQ_FOREACH(mecentry, &soc->mec_hash.bins[index], in dp_print_mec_stats()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_api.h2345 qdf_mem_zero(&srng->high_wm.bins[0], sizeof(srng->high_wm.bins[0]) * in hal_srng_clear_ring_usage_wm_locked()
2380 srng->high_wm.bins[HAL_SRNG_HIGH_WM_BIN_90_to_100]++; in hal_srng_update_ring_usage_wm_no_lock()
2383 srng->high_wm.bins[HAL_SRNG_HIGH_WM_BIN_80_to_90]++; in hal_srng_update_ring_usage_wm_no_lock()
2386 srng->high_wm.bins[HAL_SRNG_HIGH_WM_BIN_70_to_80]++; in hal_srng_update_ring_usage_wm_no_lock()
2389 srng->high_wm.bins[HAL_SRNG_HIGH_WM_BIN_60_to_70]++; in hal_srng_update_ring_usage_wm_no_lock()
2392 srng->high_wm.bins[HAL_SRNG_HIGH_WM_BIN_50_to_60]++; in hal_srng_update_ring_usage_wm_no_lock()
2394 srng->high_wm.bins[HAL_SRNG_HIGH_WM_BIN_BELOW_50_PERCENT]++; in hal_srng_update_ring_usage_wm_no_lock()
2408 srng->high_wm.bins[HAL_SRNG_HIGH_WM_BIN_BELOW_50_PERCENT], in hal_dump_srng_high_wm_stats()
2409 srng->high_wm.bins[HAL_SRNG_HIGH_WM_BIN_50_to_60], in hal_dump_srng_high_wm_stats()
2410 srng->high_wm.bins[HAL_SRNG_HIGH_WM_BIN_60_to_70], in hal_dump_srng_high_wm_stats()
[all …]
Dhal_internal.h618 uint32_t bins[HAL_SRNG_HIGH_WM_BIN_MAX]; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/
Ddp_mlo.h62 TAILQ_HEAD(, dp_peer) * bins;
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be.c2438 mld_hash_obj->mld_peer_hash.bins = qdf_mem_malloc( in dp_mlo_peer_find_hash_attach_be()
2440 if (!mld_hash_obj->mld_peer_hash.bins) in dp_mlo_peer_find_hash_attach_be()
2444 TAILQ_INIT(&mld_hash_obj->mld_peer_hash.bins[i]); in dp_mlo_peer_find_hash_attach_be()
2457 if (mld_hash_obj->mld_peer_hash.bins) { in dp_mlo_peer_find_hash_detach_be()
2458 qdf_mem_free(mld_hash_obj->mld_peer_hash.bins); in dp_mlo_peer_find_hash_detach_be()
2459 mld_hash_obj->mld_peer_hash.bins = NULL; in dp_mlo_peer_find_hash_detach_be()
2553 if (!mld_hash_obj->mld_peer_hash.bins) in dp_mlo_peer_find_hash_find_be()
2578 TAILQ_FOREACH(peer, &mld_hash_obj->mld_peer_hash.bins[index], in dp_mlo_peer_find_hash_find_be()
2622 QDF_ASSERT(!TAILQ_EMPTY(&mld_hash_obj->mld_peer_hash.bins[index])); in dp_mlo_peer_find_hash_remove_be()
2625 TAILQ_FOREACH(tmppeer, &mld_hash_obj->mld_peer_hash.bins[index], in dp_mlo_peer_find_hash_remove_be()
[all …]
Ddp_be.h398 TAILQ_HEAD(, dp_peer) * bins;