Lines Matching refs:pdev_idx
1319 ar->pdev_idx, ret); in ath12k_mac_op_config()
4911 ar->pdev_idx, ret); in ath12k_mac_conf_tx()
4918 ar->pdev_idx, ret); in ath12k_mac_conf_tx()
6030 rcu_assign_pointer(ab->pdevs_active[ar->pdev_idx], in ath12k_mac_start()
6031 &ab->pdevs[ar->pdev_idx]); in ath12k_mac_start()
6081 ar->pdev_idx, ret); in ath12k_mac_op_start()
6141 ar->pdev_idx, param); in ath12k_mac_rfkill_enable_radio()
6182 rcu_assign_pointer(ar->ab->pdevs_active[ar->pdev_idx], NULL); in ath12k_mac_stop()
7064 ar->pdev_idx, params->action, ret); in ath12k_mac_op_ampdu_action()
8761 reg_cap = &ar->ab->hal_reg_cap[ar->pdev_idx]; in ath12k_mac_setup_channels_rates()
9085 ar->mac_addr[4] += ar->pdev_idx; in ath12k_mac_hw_register()
9305 u8 pdev_idx = ar->pdev_idx; in ath12k_mac_setup() local
9307 ar->lmac_id = ath12k_hw_get_mac_from_pdev_id(ab->hw_params, pdev_idx); in ath12k_mac_setup()
9309 ar->wmi = &ab->wmi_ab.wmi[pdev_idx]; in ath12k_mac_setup()
9313 ath12k_wmi_pdev_attach(ab, pdev_idx); in ath12k_mac_setup()
9404 u8 pdev_idx; in ath12k_mac_hw_allocate() local
9419 pdev_idx = pdev_map[i].pdev_idx; in ath12k_mac_hw_allocate()
9420 pdev = &ab->pdevs[pdev_idx]; in ath12k_mac_hw_allocate()
9427 ar->pdev_idx = pdev_idx; in ath12k_mac_hw_allocate()
9474 pdev_map[j].pdev_idx = (i * radio_per_hw) + j; in ath12k_mac_allocate()