Searched refs:ath10k_peer_find_by_id (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/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 | 149 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id) in ath10k_peer_find_by_id() function 247 peer = ath10k_peer_find_by_id(ar, ev->peer_id); in ath10k_peer_unmap_event()
|
| D | htt_rx.c | 1069 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_h_peer_channel() 2172 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_proc_rx_ind_hl() 2466 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_proc_rx_frag_ind_hl() 2728 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_tx_compl_ind() 2761 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_addba() 2801 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_delba() 3594 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_fetch_peer_stats() 3648 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_fetch_10_2_tx_stats() 3702 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()
|