Home
last modified time | relevance | path

Searched refs:ath12k_peer_find_by_id (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dpeer.h81 struct ath12k_peer *ath12k_peer_find_by_id(struct ath12k_base *ab, int peer_id);
H A Dpeer.c96 struct ath12k_peer *ath12k_peer_find_by_id(struct ath12k_base *ab, in ath12k_peer_find_by_id() function
152 peer = ath12k_peer_find_by_id(ab, peer_id); in ath12k_peer_unmap_event()
H A Ddp_tx.c637 peer = ath12k_peer_find_by_id(ab, peer_id); in ath12k_dp_tx_htt_tx_complete_buf()
714 peer = ath12k_peer_find_by_id(ab, ts->peer_id); in ath12k_dp_tx_update_txcompl()
931 peer = ath12k_peer_find_by_id(ab, ts->peer_id); in ath12k_dp_tx_complete_msdu()
H A Ddp_rx.c1505 peer = ath12k_peer_find_by_id(ab, usr_stats->peer_id); in ath12k_update_per_peer_tx_stats()
1732 peer = ath12k_peer_find_by_id(ab, peer_id); in ath12k_htt_pull_ppdu_stats()
1751 peer = ath12k_peer_find_by_id(ab, peer_id); in ath12k_htt_pull_ppdu_stats()
2324 peer = ath12k_peer_find_by_id(ab, rxcb->peer_id); in ath12k_dp_rx_h_find_peer()
3497 peer = ath12k_peer_find_by_id(ab, peer_id); in ath12k_dp_rx_frag_h_mpdu()
3560 peer = ath12k_peer_find_by_id(ab, peer_id); in ath12k_dp_rx_frag_h_mpdu()
H A Ddp_mon.c3870 peer = ath12k_peer_find_by_id(ab, ppdu_info->peer_id); in ath12k_dp_mon_srng_process()