Searched refs:ath12k_peer_find_by_id (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | peer.h | 59 struct ath12k_peer *ath12k_peer_find_by_id(struct ath12k_base *ab, int peer_id);
|
H A D | peer.c | 66 struct ath12k_peer *ath12k_peer_find_by_id(struct ath12k_base *ab, in ath12k_peer_find_by_id() function 116 peer = ath12k_peer_find_by_id(ab, peer_id); in ath12k_peer_unmap_event()
|
H A D | dp_rx.c | 1404 peer = ath12k_peer_find_by_id(ab, usr_stats->peer_id); in ath12k_update_per_peer_tx_stats() 1610 peer = ath12k_peer_find_by_id(ab, peer_id); in ath12k_htt_pull_ppdu_stats() 1629 peer = ath12k_peer_find_by_id(ab, peer_id); in ath12k_htt_pull_ppdu_stats() 2201 peer = ath12k_peer_find_by_id(ab, rxcb->peer_id); in ath12k_dp_rx_h_find_peer() 3233 peer = ath12k_peer_find_by_id(ab, peer_id); in ath12k_dp_rx_frag_h_mpdu() 3296 peer = ath12k_peer_find_by_id(ab, peer_id); in ath12k_dp_rx_frag_h_mpdu() 3544 if (!ath12k_peer_find_by_id(ab, peer_id)) { in ath12k_dp_rx_h_null_q_desc()
|
H A D | dp_mon.c | 2142 peer = ath12k_peer_find_by_id(ab, ppdu_info->peer_id); in ath12k_dp_mon_srng_process() 2543 peer = ath12k_peer_find_by_id(ab, ppdu_info->peer_id); in ath12k_dp_mon_rx_process_stats()
|