Lines Matching refs:peer_id
775 u16 peer_id; in ath10k_htt_rx_h_peer_channel() local
790 peer_id = MS(__le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_h_peer_channel()
793 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_h_peer_channel()
1709 u16 info0, tid, peer_id; in ath10k_htt_rx_addba() local
1713 peer_id = MS(info0, HTT_RX_BA_INFO0_PEER_ID); in ath10k_htt_rx_addba()
1717 tid, peer_id, ev->window_size); in ath10k_htt_rx_addba()
1720 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_addba()
1723 peer_id); in ath10k_htt_rx_addba()
1749 u16 info0, tid, peer_id; in ath10k_htt_rx_delba() local
1753 peer_id = MS(info0, HTT_RX_BA_INFO0_PEER_ID); in ath10k_htt_rx_delba()
1757 tid, peer_id); in ath10k_htt_rx_delba()
1760 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_delba()
1763 peer_id); in ath10k_htt_rx_delba()
1892 u16 peer_id; in ath10k_htt_rx_in_ord_ind() local
1908 peer_id = __le16_to_cpu(resp->rx_in_ord_ind.peer_id); in ath10k_htt_rx_in_ord_ind()
1918 vdev_id, peer_id, tid, offload, frag, msdu_count); in ath10k_htt_rx_in_ord_ind()
2009 .peer_id = __le16_to_cpu(resp->peer_map.peer_id), in ath10k_htt_t2h_msg_handler()
2017 .peer_id = __le16_to_cpu(resp->peer_unmap.peer_id), in ath10k_htt_t2h_msg_handler()
2054 __le16_to_cpu(ev->peer_id), in ath10k_htt_t2h_msg_handler()