Lines Matching refs:peer_id

1130 	u16 peer_id;  in ath10k_htt_rx_h_peer_channel()  local
1149 peer_id = MS(__le32_to_cpu(rxd_mpdu_start->info0), in ath10k_htt_rx_h_peer_channel()
1152 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_h_peer_channel()
2004 u16 peer_id, in ath10k_htt_rx_h_frag_pn_check() argument
2013 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_h_frag_pn_check()
2052 u16 peer_id, in ath10k_htt_rx_h_mpdu() argument
2192 peer_id, in ath10k_htt_rx_h_mpdu()
2609 u16 peer_id; in ath10k_htt_rx_proc_rx_ind_hl() local
2617 peer_id = __le16_to_cpu(rx->hdr.peer_id); in ath10k_htt_rx_proc_rx_ind_hl()
2621 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_proc_rx_ind_hl()
2623 if (!peer && peer_id != HTT_INVALID_PEERID) in ath10k_htt_rx_proc_rx_ind_hl()
2624 ath10k_warn(ar, "Got RX ind from invalid peer: %u\n", peer_id); in ath10k_htt_rx_proc_rx_ind_hl()
2909 u16 peer_id, sc, hdr_space; in ath10k_htt_rx_proc_rx_frag_ind_hl() local
2921 peer_id = __le16_to_cpu(rx->peer_id); in ath10k_htt_rx_proc_rx_frag_ind_hl()
2925 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_proc_rx_frag_ind_hl()
2927 ath10k_dbg(ar, ATH10K_DBG_HTT, "invalid peer: %u\n", peer_id); in ath10k_htt_rx_proc_rx_frag_ind_hl()
3062 u16 peer_id; in ath10k_htt_rx_proc_rx_ind_ll() local
3067 peer_id = __le16_to_cpu(rx->hdr.peer_id); in ath10k_htt_rx_proc_rx_ind_ll()
3080 ath10k_sta_update_rx_tid_stats_ampdu(ar, peer_id, tid, mpdu_ranges, in ath10k_htt_rx_proc_rx_ind_ll()
3097 u16 ppdu_info_offset = 0, peer_id; in ath10k_htt_rx_tx_compl_ind() local
3187 peer_id = FIELD_GET(HTT_TX_PPDU_DUR_INFO0_PEER_ID_MASK, in ath10k_htt_rx_tx_compl_ind()
3192 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_tx_compl_ind()
3215 u16 info0, tid, peer_id; in ath10k_htt_rx_addba() local
3219 peer_id = MS(info0, HTT_RX_BA_INFO0_PEER_ID); in ath10k_htt_rx_addba()
3223 tid, peer_id, ev->window_size); in ath10k_htt_rx_addba()
3226 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_addba()
3229 peer_id); in ath10k_htt_rx_addba()
3255 u16 info0, tid, peer_id; in ath10k_htt_rx_delba() local
3259 peer_id = MS(info0, HTT_RX_BA_INFO0_PEER_ID); in ath10k_htt_rx_delba()
3263 tid, peer_id); in ath10k_htt_rx_delba()
3266 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_delba()
3269 peer_id); in ath10k_htt_rx_delba()
3415 u16 peer_id; in ath10k_htt_rx_in_ord_ind() local
3431 peer_id = __le16_to_cpu(resp->rx_in_ord_ind.peer_id); in ath10k_htt_rx_in_ord_ind()
3441 vdev_id, peer_id, tid, offload, frag, msdu_count); in ath10k_htt_rx_in_ord_ind()
3485 NULL, peer_id, frag); in ath10k_htt_rx_in_ord_ind()
3535 u16 peer_id; in ath10k_htt_rx_tx_fetch_ind() local
3578 peer_id = MS(le16_to_cpu(record->info), in ath10k_htt_rx_tx_fetch_ind()
3586 i, peer_id, tid, max_num_msdus, max_num_bytes); in ath10k_htt_rx_tx_fetch_ind()
3588 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_fetch_ind()
3591 peer_id, tid); in ath10k_htt_rx_tx_fetch_ind()
3596 txq = ath10k_mac_txq_lookup(ar, peer_id, tid); in ath10k_htt_rx_tx_fetch_ind()
3605 peer_id, tid); in ath10k_htt_rx_tx_fetch_ind()
3696 u16 peer_id; in ath10k_htt_rx_tx_mode_switch_ind() local
3749 peer_id = MS(info0, HTT_TX_MODE_SWITCH_RECORD_INFO0_PEER_ID); in ath10k_htt_rx_tx_mode_switch_ind()
3752 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_mode_switch_ind()
3755 peer_id, tid); in ath10k_htt_rx_tx_mode_switch_ind()
3760 txq = ath10k_mac_txq_lookup(ar, peer_id, tid); in ath10k_htt_rx_tx_mode_switch_ind()
3769 peer_id, tid); in ath10k_htt_rx_tx_mode_switch_ind()
4072 int peer_id, i; in ath10k_htt_fetch_peer_stats() local
4085 peer_id = __le16_to_cpu(tx_stats->peer_id); in ath10k_htt_fetch_peer_stats()
4089 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_fetch_peer_stats()
4092 peer_id); in ath10k_htt_fetch_peer_stats()
4128 u32 peer_id = 0, i; in ath10k_fetch_10_2_tx_stats() local
4139 peer_id = tx_stats->peer_id; in ath10k_fetch_10_2_tx_stats()
4143 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_fetch_10_2_tx_stats()
4146 peer_id); in ath10k_fetch_10_2_tx_stats()
4197 peer = ath10k_peer_find_by_id(ar, __le16_to_cpu(ev->peer_id)); in ath10k_htt_rx_sec_ind_handler()
4200 __le16_to_cpu(ev->peer_id)); in ath10k_htt_rx_sec_ind_handler()
4259 .peer_id = __le16_to_cpu(resp->peer_map.peer_id), in ath10k_htt_t2h_msg_handler()
4267 .peer_id = __le16_to_cpu(resp->peer_unmap.peer_id), in ath10k_htt_t2h_msg_handler()
4326 __le16_to_cpu(ev->peer_id), in ath10k_htt_t2h_msg_handler()