Searched refs:ath10k_peer_find_by_id (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | txrx.h | 16 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id);
|
| H A D | txrx.c | 156 struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id) in ath10k_peer_find_by_id() function 254 peer = ath10k_peer_find_by_id(ar, ev->peer_id); in ath10k_peer_unmap_event()
|
| H A D | htt_rx.c | 1083 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_h_peer_channel() 1794 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_h_frag_pn_check() 2364 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_proc_rx_ind_hl() 2668 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_proc_rx_frag_ind_hl() 2935 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_tx_compl_ind() 2969 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_addba() 3009 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_delba() 3811 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_fetch_peer_stats() 3865 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_fetch_10_2_tx_stats() 3919 peer = ath10k_peer_find_by_id(ar, __le16_to_cpu(ev->peer_id)); in ath10k_htt_rx_sec_ind_handler()
|
| H A D | debugfs_sta.c | 62 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_sta_update_rx_tid_stats_ampdu()
|