• Home
  • Raw
  • Download

Lines Matching refs:peer_id

740 	u16 peer_id;  in ath10k_htt_rx_h_peer_channel()  local
755 peer_id = MS(__le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_h_peer_channel()
758 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_h_peer_channel()
1748 u16 info0, tid, peer_id; in ath10k_htt_rx_addba() local
1752 peer_id = MS(info0, HTT_RX_BA_INFO0_PEER_ID); in ath10k_htt_rx_addba()
1756 tid, peer_id, ev->window_size); in ath10k_htt_rx_addba()
1759 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_addba()
1762 peer_id); in ath10k_htt_rx_addba()
1788 u16 info0, tid, peer_id; in ath10k_htt_rx_delba() local
1792 peer_id = MS(info0, HTT_RX_BA_INFO0_PEER_ID); in ath10k_htt_rx_delba()
1796 tid, peer_id); in ath10k_htt_rx_delba()
1799 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_rx_delba()
1802 peer_id); in ath10k_htt_rx_delba()
1934 u16 peer_id; in ath10k_htt_rx_in_ord_ind() local
1950 peer_id = __le16_to_cpu(resp->rx_in_ord_ind.peer_id); in ath10k_htt_rx_in_ord_ind()
1960 vdev_id, peer_id, tid, offload, frag, msdu_count); in ath10k_htt_rx_in_ord_ind()
2048 u16 peer_id; in ath10k_htt_rx_tx_fetch_ind() local
2090 peer_id = MS(le16_to_cpu(record->info), in ath10k_htt_rx_tx_fetch_ind()
2098 i, peer_id, tid, max_num_msdus, max_num_bytes); in ath10k_htt_rx_tx_fetch_ind()
2100 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_fetch_ind()
2103 peer_id, tid); in ath10k_htt_rx_tx_fetch_ind()
2108 txq = ath10k_mac_txq_lookup(ar, peer_id, tid); in ath10k_htt_rx_tx_fetch_ind()
2117 peer_id, tid); in ath10k_htt_rx_tx_fetch_ind()
2201 u16 peer_id; in ath10k_htt_rx_tx_mode_switch_ind() local
2254 peer_id = MS(info0, HTT_TX_MODE_SWITCH_RECORD_INFO0_PEER_ID); in ath10k_htt_rx_tx_mode_switch_ind()
2257 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_mode_switch_ind()
2260 peer_id, tid); in ath10k_htt_rx_tx_mode_switch_ind()
2265 txq = ath10k_mac_txq_lookup(ar, peer_id, tid); in ath10k_htt_rx_tx_mode_switch_ind()
2274 peer_id, tid); in ath10k_htt_rx_tx_mode_switch_ind()
2383 int peer_id, i; in ath10k_htt_fetch_peer_stats() local
2396 peer_id = __le16_to_cpu(tx_stats->peer_id); in ath10k_htt_fetch_peer_stats()
2400 peer = ath10k_peer_find_by_id(ar, peer_id); in ath10k_htt_fetch_peer_stats()
2403 peer_id); in ath10k_htt_fetch_peer_stats()
2463 .peer_id = __le16_to_cpu(resp->peer_map.peer_id), in ath10k_htt_t2h_msg_handler()
2471 .peer_id = __le16_to_cpu(resp->peer_unmap.peer_id), in ath10k_htt_t2h_msg_handler()
2511 __le16_to_cpu(ev->peer_id), in ath10k_htt_t2h_msg_handler()