Home
last modified time | relevance | path

Searched refs:idx_bits (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/
H A Ddp_mlo.h60 uint32_t idx_bits; member
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_peer_find.c120 pdev->peer_hash.idx_bits = log2; in ol_txrx_peer_find_hash_attach()
149 index ^= index >> pdev->peer_hash.idx_bits; in ol_txrx_peer_find_hash_index()
H A Dol_txrx_types.h742 unsigned int idx_bits; member
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_obj_mgr.c74 psoc->crypto_key_holder.idx_bits = log2; in wlan_crypto_hash_init()
105 index ^= index >> psoc->crypto_key_holder.idx_bits; in crypto_hash_index()
H A Dwlan_crypto_def_i.h557 uint32_t idx_bits; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_peer.c366 index ^= index >> soc->peer_hash.idx_bits; in dp_peer_find_hash_index()
449 soc->peer_hash.idx_bits = log2; in dp_peer_find_hash_attach()
562 soc->peer_hash.idx_bits = log2; in dp_peer_find_hash_attach()
787 soc->mec_hash.idx_bits = log2; in dp_peer_mec_hash_attach()
822 index ^= index >> soc->mec_hash.idx_bits; in dp_peer_mec_hash_index()
1082 soc->ast_hash.idx_bits = log2; in dp_peer_ast_hash_attach()
1176 index ^= index >> soc->ast_hash.idx_bits; in dp_peer_ast_hash_index()
H A Ddp_types.h2895 unsigned idx_bits; member
2975 unsigned idx_bits; member
3163 uint32_t idx_bits; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.h396 uint32_t idx_bits; member
H A Ddp_be.c2415 index ^= index >> mld_hash_obj->mld_peer_hash.idx_bits; in dp_mlo_peer_find_hash_index()
2436 mld_hash_obj->mld_peer_hash.idx_bits = log2; in dp_mlo_peer_find_hash_attach_be()