Searched refs:mld_peer_hash (Results 1 – 3 of 3) sorted by relevance
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()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()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()[all …]
399 } mld_peer_hash; member
63 } mld_peer_hash; member