Lines Matching refs:pdev_id
1565 u8 pdev_id; in ath12k_htt_pull_ppdu_stats() local
1570 pdev_id = le32_get_bits(msg->info, HTT_T2H_PPDU_STATS_INFO_PDEV_ID); in ath12k_htt_pull_ppdu_stats()
1574 ar = ath12k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath12k_htt_pull_ppdu_stats()
1651 u8 pdev_id; in ath12k_htt_mlo_offset_event_handler() local
1654 pdev_id = u32_get_bits(__le32_to_cpu(msg->info), in ath12k_htt_mlo_offset_event_handler()
1656 ar = ath12k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath12k_htt_mlo_offset_event_handler()
1659 ath12k_warn(ab, "invalid pdev id %d on htt mlo offset\n", pdev_id); in ath12k_htt_mlo_offset_event_handler()
2554 u8 mac_id, pdev_id; in ath12k_dp_rx_process_received_packets() local
2565 pdev_id = ath12k_hw_mac_id_to_pdev_id(ab->hw_params, mac_id); in ath12k_dp_rx_process_received_packets()
2566 ar = ab->pdevs[pdev_id].ar; in ath12k_dp_rx_process_received_packets()
2567 if (!rcu_dereference(ab->pdevs_active[pdev_id])) { in ath12k_dp_rx_process_received_packets()
3406 int pdev_id; in ath12k_dp_rx_process_err() local
3467 pdev_id = ath12k_hw_mac_id_to_pdev_id(ab->hw_params, mac_id); in ath12k_dp_rx_process_err()
3468 ar = ab->pdevs[pdev_id].ar; in ath12k_dp_rx_process_err()