Searched refs:rhead_peer_addr (Results 1 – 2 of 2) sorted by relevance
54 if (!ab->rhead_peer_addr) in ath11k_peer_find_by_addr()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()567 if (ab->rhead_peer_addr) in ath11k_peer_rhash_addr_tbl_init()570 size = sizeof(*ab->rhead_peer_addr); in ath11k_peer_rhash_addr_tbl_init()594 if (!ab->rhead_peer_addr) { in ath11k_peer_rhash_addr_tbl_init()595 ab->rhead_peer_addr = rhash_addr_tbl; in ath11k_peer_rhash_addr_tbl_init()629 if (!ab->rhead_peer_addr) in ath11k_peer_rhash_addr_tbl_destroy()632 rhashtable_destroy(ab->rhead_peer_addr); in ath11k_peer_rhash_addr_tbl_destroy()633 kfree(ab->rhead_peer_addr); in ath11k_peer_rhash_addr_tbl_destroy()[all …]
959 struct rhashtable *rhead_peer_addr; member
Completed in 13 milliseconds