Searched refs:ath11k_peer_find_by_id (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | peer.h | 39 struct ath11k_peer *ath11k_peer_find_by_id(struct ath11k_base *ab, int peer_id);
|
H A D | peer.c | 65 struct ath11k_peer *ath11k_peer_find_by_id(struct ath11k_base *ab, in ath11k_peer_find_by_id() function 102 peer = ath11k_peer_find_by_id(ab, peer_id); in ath11k_peer_unmap_event()
|
H A D | core.h | 876 struct ath11k_peer *ath11k_peer_find_by_id(struct ath11k_base *ab, int peer_id);
|
H A D | dp_rx.c | 1411 peer = ath11k_peer_find_by_id(ab, usr_stats->peer_id); in ath11k_update_per_peer_tx_stats() 2975 peer = ath11k_peer_find_by_id(ab, ppdu_info.peer_id); in ath11k_dp_rx_process_mon_status() 3471 peer = ath11k_peer_find_by_id(ab, peer_id); in ath11k_dp_rx_frag_h_mpdu() 3526 peer = ath11k_peer_find_by_id(ab, peer_id); in ath11k_dp_rx_frag_h_mpdu()
|
H A D | debugfs_sta.c | 147 peer = ath11k_peer_find_by_id(ab, ts->peer_id); in ath11k_debugfs_sta_update_txcompl()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | peer.h | 48 struct ath11k_peer *ath11k_peer_find_by_id(struct ath11k_base *ab, int peer_id);
|
H A D | dp_tx.c | 366 peer = ath11k_peer_find_by_id(ab, ts->peer_id); in ath11k_dp_tx_htt_tx_complete_buf() 462 peer = ath11k_peer_find_by_id(ab, ts->peer_id); in ath11k_dp_tx_update_txcompl() 621 peer = ath11k_peer_find_by_id(ab, ts->peer_id); in ath11k_dp_tx_complete_msdu()
|
H A D | peer.c | 63 struct ath11k_peer *ath11k_peer_find_by_id(struct ath11k_base *ab, in ath11k_peer_find_by_id() function
|
H A D | dp_rx.c | 1453 peer = ath11k_peer_find_by_id(ab, usr_stats->peer_id); in ath11k_update_per_peer_tx_stats() 2231 peer = ath11k_peer_find_by_id(ab, rxcb->peer_id); in ath11k_dp_rx_h_find_peer() 3604 peer = ath11k_peer_find_by_id(ab, peer_id); in ath11k_dp_rx_frag_h_mpdu() 3666 peer = ath11k_peer_find_by_id(ab, peer_id); in ath11k_dp_rx_frag_h_mpdu() 5255 peer = ath11k_peer_find_by_id(ab, ppdu_info->peer_id); in ath11k_dp_rx_process_mon_status()
|
Completed in 20 milliseconds