Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dpeer.c216 ret = ath11k_peer_rhash_insert(ab, ab->rhead_peer_id, &peer->rhash_id, in ath11k_peer_rhash_add()
235 ath11k_peer_rhash_remove(ab, ab->rhead_peer_id, &peer->rhash_id, in ath11k_peer_rhash_add()
492 ret = ath11k_peer_rhash_remove(ab, ab->rhead_peer_id, &peer->rhash_id, in ath11k_peer_rhash_delete()
526 param->head_offset = offsetof(struct ath11k_peer, rhash_id); in ath11k_peer_rhash_id_tbl_init()
H A Dpeer.h25 struct rhash_head rhash_id; member