Lines Matching refs:peer_id

1234 					     u16 peer_id)  in ath11k_get_ppdu_user_index()  argument
1240 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index()
1257 u16 peer_id; in ath11k_htt_tlv_ppdu_stats_parse() local
1278 peer_id = ((struct htt_ppdu_stats_user_rate *)ptr)->sw_peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1280 peer_id); in ath11k_htt_tlv_ppdu_stats_parse()
1284 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1297 peer_id = ((struct htt_ppdu_stats_usr_cmpltn_cmn *)ptr)->sw_peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1299 peer_id); in ath11k_htt_tlv_ppdu_stats_parse()
1303 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1317 peer_id = in ath11k_htt_tlv_ppdu_stats_parse()
1320 peer_id); in ath11k_htt_tlv_ppdu_stats_parse()
1324 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1453 peer = ath11k_peer_find_by_id(ab, usr_stats->peer_id); in ath11k_update_per_peer_tx_stats()
1689 u16 peer_id; in ath11k_dp_htt_htc_t2h_msg_handler() local
1709 peer_id = FIELD_GET(HTT_T2H_PEER_MAP_INFO_PEER_ID, in ath11k_dp_htt_htc_t2h_msg_handler()
1715 ath11k_peer_map_event(ab, vdev_id, peer_id, mac_addr, 0, 0); in ath11k_dp_htt_htc_t2h_msg_handler()
1720 peer_id = FIELD_GET(HTT_T2H_PEER_MAP_INFO_PEER_ID, in ath11k_dp_htt_htc_t2h_msg_handler()
1730 ath11k_peer_map_event(ab, vdev_id, peer_id, mac_addr, ast_hash, in ath11k_dp_htt_htc_t2h_msg_handler()
1735 peer_id = FIELD_GET(HTT_T2H_PEER_UNMAP_INFO_PEER_ID, in ath11k_dp_htt_htc_t2h_msg_handler()
1737 ath11k_peer_unmap_event(ab, peer_id); in ath11k_dp_htt_htc_t2h_msg_handler()
2224 if (rxcb->peer_id) in ath11k_dp_rx_h_find_peer()
2225 peer = ath11k_peer_find_by_id(ab, rxcb->peer_id); in ath11k_dp_rx_h_find_peer()
2258 rxcb->peer_id = ath11k_dp_rx_h_mpdu_start_peer_id(ar->ab, rx_desc); in ath11k_dp_rx_h_mpdu()
2704 rxcb->peer_id = FIELD_GET(RX_MPDU_DESC_META_DATA_PEER_ID, in ath11k_dp_process_rx()
3545 u32 peer_id; in ath11k_dp_rx_frag_h_mpdu() local
3553 peer_id = ath11k_dp_rx_h_mpdu_start_peer_id(ar->ab, rx_desc); in ath11k_dp_rx_frag_h_mpdu()
3578 peer = ath11k_peer_find_by_id(ab, peer_id); in ath11k_dp_rx_frag_h_mpdu()
3581 peer_id); in ath11k_dp_rx_frag_h_mpdu()
3633 peer = ath11k_peer_find_by_id(ab, peer_id); in ath11k_dp_rx_frag_h_mpdu()
5183 ppdu_info->peer_id = HAL_INVALID_PEERID; in ath11k_dp_rx_process_mon_status()
5201 ppdu_info->peer_id = HAL_INVALID_PEERID; in ath11k_dp_rx_process_mon_status()
5213 if (ppdu_info->peer_id == HAL_INVALID_PEERID || in ath11k_dp_rx_process_mon_status()
5221 peer = ath11k_peer_find_by_id(ab, ppdu_info->peer_id); in ath11k_dp_rx_process_mon_status()
5226 ppdu_info->peer_id); in ath11k_dp_rx_process_mon_status()
5242 ppdu_info->peer_id = HAL_INVALID_PEERID; in ath11k_dp_rx_process_mon_status()