Searched refs:ath10k_peer_find_by_id (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
D | txrx.h | 16 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id);
|
D | txrx.c | 169 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id) in ath10k_peer_find_by_id() function 267 peer = ath10k_peer_find_by_id(ar, ev->peer_id); in ath10k_peer_unmap_event()
|
D | htt_rx.c | 1136 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_h_peer_channel() 1890 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_h_frag_pn_check() 2484 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_proc_rx_ind_hl() 2788 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_proc_rx_frag_ind_hl() 3055 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_tx_compl_ind() 3089 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_addba() 3129 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_delba() 3944 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_fetch_peer_stats() 3998 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_fetch_10_2_tx_stats() 4052 peer = ath10k_peer_find_by_id(ar, __le16_to_cpu(ev->peer_id)); in ath10k_htt_rx_sec_ind_handler()
|
D | debugfs_sta.c | 62 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_sta_update_rx_tid_stats_ampdu()
|