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()480 if (!ab->rhead_peer_id || !ab->rhead_peer_addr) in ath11k_peer_rhash_delete()566 if (ab->rhead_peer_addr) in ath11k_peer_rhash_addr_tbl_init()569 size = sizeof(*ab->rhead_peer_addr); in ath11k_peer_rhash_addr_tbl_init()593 if (!ab->rhead_peer_addr) { in ath11k_peer_rhash_addr_tbl_init()594 ab->rhead_peer_addr = rhash_addr_tbl; in ath11k_peer_rhash_addr_tbl_init()628 if (!ab->rhead_peer_addr) in ath11k_peer_rhash_addr_tbl_destroy()631 rhashtable_destroy(ab->rhead_peer_addr); in ath11k_peer_rhash_addr_tbl_destroy()632 kfree(ab->rhead_peer_addr); in ath11k_peer_rhash_addr_tbl_destroy()[all …]
888 struct rhashtable *rhead_peer_addr; member
Completed in 9 milliseconds