Home
last modified time | relevance | path

Searched refs:dp_log2_ceil (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_peer.c445 log2 = dp_log2_ceil(hash_elems); in dp_peer_find_hash_attach()
558 log2 = dp_log2_ceil(hash_elems); in dp_peer_find_hash_attach()
783 log2 = dp_log2_ceil(DP_PEER_MAX_MEC_IDX); in dp_peer_mec_hash_attach()
1078 log2 = dp_log2_ceil(hash_elems); in dp_peer_ast_hash_attach()
H A Ddp_internal.h1478 static inline int dp_log2_ceil(unsigned int value) in dp_log2_ceil() function
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c2432 log2 = dp_log2_ceil(hash_elems); in dp_mlo_peer_find_hash_attach_be()
3009 soc->peer_id_shift = dp_log2_ceil(soc->max_peers); in dp_soc_max_peer_id_set()