Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c2405 dp_mlo_peer_find_hash_index(dp_mld_peer_hash_obj_t mld_hash_obj, in dp_mlo_peer_find_hash_index() argument
2415 index ^= index >> mld_hash_obj->mld_peer_hash.idx_bits; in dp_mlo_peer_find_hash_index()
2416 index &= mld_hash_obj->mld_peer_hash.mask; in dp_mlo_peer_find_hash_index()
2422 dp_mlo_peer_find_hash_attach_be(dp_mld_peer_hash_obj_t mld_hash_obj, in dp_mlo_peer_find_hash_attach_be() argument
2427 if (!mld_hash_obj) in dp_mlo_peer_find_hash_attach_be()
2435 mld_hash_obj->mld_peer_hash.mask = hash_elems - 1; in dp_mlo_peer_find_hash_attach_be()
2436 mld_hash_obj->mld_peer_hash.idx_bits = log2; in dp_mlo_peer_find_hash_attach_be()
2438 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()
[all …]
H A Ddp_be.h714 dp_mlo_peer_find_hash_attach_be(dp_mld_peer_hash_obj_t mld_hash_obj,
724 void dp_mlo_peer_find_hash_detach_be(dp_mld_peer_hash_obj_t mld_hash_obj);