Home
last modified time | relevance | path

Searched refs:pdev_id (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Ddbring.c180 param.pdev_id = ar->ab->target_pdev_ids[i].pdev_id; in ath11k_dbring_wmi_cfg_setup()
188 param.pdev_id = DP_SW2HW_MACID(ring->pdev_id); in ath11k_dbring_wmi_cfg_setup()
228 ring->pdev_id = db_cap->pdev_id; in ath11k_dbring_buf_setup()
270 if (pdev_idx == ab->db_caps[i].pdev_id && in ath11k_dbring_get_cap()
300 pdev_idx = ev->fixed.pdev_id; in ath11k_dbring_buffer_release_event()
H A Dwmi.c397 pdev->pdev_id = mac_phy_caps->pdev_id; in ath11k_pull_mac_phy_cap_svc_ready_ext()
402 ab->target_pdev_ids[ab->target_pdev_count].pdev_id = mac_phy_caps->pdev_id; in ath11k_pull_mac_phy_cap_svc_ready_ext()
747 cmd->pdev_id = param->pdev_id; in ath11k_wmi_vdev_create()
792 macaddr, param->pdev_id); in ath11k_wmi_vdev_create()
1167 cmd->pdev_id = param->pdev_id; in ath11k_wmi_send_pdev_set_regdomain()
1179 param->current_rd_5g, param->dfs_domain, param->pdev_id); in ath11k_wmi_send_pdev_set_regdomain()
1333 u32 param_value, u8 pdev_id) in ath11k_wmi_pdev_set_param() argument
1347 cmd->pdev_id = pdev_id; in ath11k_wmi_pdev_set_param()
1359 param_id, pdev_id, param_value); in ath11k_wmi_pdev_set_param()
1396 u32 pdev_id) in ath11k_wmi_pdev_suspend() argument
[all …]
H A Dreg.c153 params->pdev_id = ar->pdev->pdev_id; in ath11k_reg_update_chan_list()
240 int ret, regd_len, pdev_id; in ath11k_regd_update() local
244 pdev_id = ar->pdev_idx; in ath11k_regd_update()
249 if (ab->new_regd[pdev_id]) { in ath11k_regd_update()
250 regd = ab->new_regd[pdev_id]; in ath11k_regd_update()
257 if (ab->default_regd[pdev_id]) { in ath11k_regd_update()
258 regd = ab->default_regd[pdev_id]; in ath11k_regd_update()
H A Dcfr.c670 enable_cfr, ar->pdev->pdev_id); in ath11k_write_file_enable_cfr()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c5809 static int be_probe(struct pci_dev *pdev, const struct pci_device_id *pdev_id) in be_probe() argument