Searched refs:rhead_peer_id (Results 1 – 2 of 2) sorted by relevance
70 if (!ab->rhead_peer_id) in ath11k_peer_find_by_id()213 if (!ab->rhead_peer_id || !ab->rhead_peer_addr) in ath11k_peer_rhash_add()481 if (!ab->rhead_peer_id || !ab->rhead_peer_addr) in ath11k_peer_rhash_delete()512 if (ab->rhead_peer_id) in ath11k_peer_rhash_id_tbl_init()515 size = sizeof(*ab->rhead_peer_id); in ath11k_peer_rhash_id_tbl_init()539 if (!ab->rhead_peer_id) { in ath11k_peer_rhash_id_tbl_init()540 ab->rhead_peer_id = rhash_id_tbl; in ath11k_peer_rhash_id_tbl_init()617 if (!ab->rhead_peer_id) in ath11k_peer_rhash_id_tbl_destroy()620 rhashtable_destroy(ab->rhead_peer_id); in ath11k_peer_rhash_id_tbl_destroy()621 kfree(ab->rhead_peer_id); in ath11k_peer_rhash_id_tbl_destroy()[all …]
898 struct rhashtable *rhead_peer_id; member