Lines Matching refs:peer_id
1628 u16 info0, tid, peer_id; in ath10k_htt_rx_addba() local
1632 peer_id = MS(info0, HTT_RX_BA_INFO0_PEER_ID); in ath10k_htt_rx_addba()
1636 tid, peer_id, ev->window_size); in ath10k_htt_rx_addba()
1639 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_addba()
1642 peer_id); in ath10k_htt_rx_addba()
1668 u16 info0, tid, peer_id; in ath10k_htt_rx_delba() local
1672 peer_id = MS(info0, HTT_RX_BA_INFO0_PEER_ID); in ath10k_htt_rx_delba()
1676 tid, peer_id); in ath10k_htt_rx_delba()
1679 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_delba()
1682 peer_id); in ath10k_htt_rx_delba()
1811 u16 peer_id; in ath10k_htt_rx_in_ord_ind() local
1827 peer_id = __le16_to_cpu(resp->rx_in_ord_ind.peer_id); in ath10k_htt_rx_in_ord_ind()
1837 vdev_id, peer_id, tid, offload, frag, msdu_count); in ath10k_htt_rx_in_ord_ind()
1918 .peer_id = __le16_to_cpu(resp->peer_map.peer_id), in ath10k_htt_t2h_msg_handler()
1926 .peer_id = __le16_to_cpu(resp->peer_unmap.peer_id), in ath10k_htt_t2h_msg_handler()
1966 __le16_to_cpu(ev->peer_id), in ath10k_htt_t2h_msg_handler()