Lines Matching refs:pdev_idx

6597 			reg_info = ab->reg_info[ar->pdev_idx];  in ath12k_mac_handle_link_sta_state()
7472 ar->pdev_idx, ret); in ath12k_mac_conf_tx()
7479 ar->pdev_idx, ret); in ath12k_mac_conf_tx()
9141 rcu_assign_pointer(ab->pdevs_active[ar->pdev_idx], in ath12k_mac_start()
9142 &ab->pdevs[ar->pdev_idx]); in ath12k_mac_start()
9199 ar->pdev_idx, ret); in ath12k_mac_op_start()
9259 ar->pdev_idx, param); in ath12k_mac_rfkill_enable_radio()
9313 rcu_assign_pointer(ar->ab->pdevs_active[ar->pdev_idx], NULL); in ath12k_mac_stop()
10117 reg_info = ab->reg_info[ar->pdev_idx]; in ath12k_mac_op_add_interface()
11415 reg_info = ab->reg_info[ar->pdev_idx]; in ath12k_mac_parse_tx_pwr_env()
13113 reg_cap = &ab->hal_reg_cap[ar->pdev_idx]; in ath12k_mac_setup_channels_rates()
13696 ar->mac_addr[4] += ar->pdev_idx; in ath12k_mac_hw_register()
13970 u8 pdev_idx = ar->pdev_idx; in ath12k_mac_setup() local
13972 ar->lmac_id = ath12k_hw_get_mac_from_pdev_id(ab->hw_params, pdev_idx); in ath12k_mac_setup()
13974 ar->wmi = &ab->wmi_ab.wmi[pdev_idx]; in ath12k_mac_setup()
13978 ath12k_wmi_pdev_attach(ab, pdev_idx); in ath12k_mac_setup()
14063 ar->pdev_idx, ret); in __ath12k_mac_mlo_setup()
14073 ath12k_dbg(ab, ATH12K_DBG_MAC, "mlo setup done for pdev %d\n", ar->pdev_idx); in __ath12k_mac_mlo_setup()
14095 ar->pdev_idx, ret); in __ath12k_mac_mlo_teardown()
14099 ath12k_dbg(ab, ATH12K_DBG_MAC, "mlo teardown for pdev %d\n", ar->pdev_idx); in __ath12k_mac_mlo_teardown()
14225 u8 pdev_idx; in ath12k_mac_hw_allocate() local
14241 pdev_idx = pdev_map[i].pdev_idx; in ath12k_mac_hw_allocate()
14242 pdev = &ab->pdevs[pdev_idx]; in ath12k_mac_hw_allocate()
14249 ar->pdev_idx = pdev_idx; in ath12k_mac_hw_allocate()
14253 ag->hw_links[ar->hw_link_id].pdev_idx = pdev_idx; in ath12k_mac_hw_allocate()
14351 pdev_map[j].pdev_idx = mac_id; in ath12k_mac_allocate()