Home
last modified time | relevance | path

Searched refs:pdev_idx (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_dfs_api.c95 int pdev_idx; in wmi_send_usenol_pdev_param() local
97 pdev_idx = lmac_get_pdev_idx(pdev); in wmi_send_usenol_pdev_param()
98 if (pdev_idx < 0) in wmi_send_usenol_pdev_param()
105 return wmi_unified_pdev_param_send(wmi_handle, &pparam, pdev_idx); in wmi_send_usenol_pdev_param()
114 int pdev_idx; in wmi_send_subchan_marking_pdev_param() local
116 pdev_idx = lmac_get_pdev_idx(pdev); in wmi_send_subchan_marking_pdev_param()
117 if (pdev_idx < 0) in wmi_send_subchan_marking_pdev_param()
124 return wmi_unified_pdev_param_send(wmi_handle, &pparam, pdev_idx); in wmi_send_subchan_marking_pdev_param()
Dwmi_unified_dcs_api.c64 uint32_t pdev_idx, in wmi_send_dcs_pdev_param() argument
75 return wmi_unified_pdev_param_send(wmi_handle, &pparam, pdev_idx); in wmi_send_dcs_pdev_param()
Dwmi_unified.c1410 static QDF_STATUS wmi_debugfs_init(wmi_unified_t wmi_handle, uint32_t pdev_idx) in wmi_debugfs_init() argument
1415 wmi_handle->soc->soc_idx, pdev_idx); in wmi_debugfs_init()
1665 uint32_t pdev_idx) in wmi_ext_dbgfs_init() argument
1674 if (wmi_handle->soc->soc_idx == 0 && pdev_idx == 0) { in wmi_ext_dbgfs_init()
1678 wmi_handle->soc->soc_idx, pdev_idx); in wmi_ext_dbgfs_init()
1687 wmi_ext_dbgfs_ops[pdev_idx].show = wmi_ext_dbg_msg_show; in wmi_ext_dbgfs_init()
1688 wmi_ext_dbgfs_ops[pdev_idx].write = wmi_ext_dbg_msg_write; in wmi_ext_dbgfs_init()
1689 wmi_ext_dbgfs_ops[pdev_idx].priv = wmi_handle; in wmi_ext_dbgfs_init()
1691 dentry, &wmi_ext_dbgfs_ops[pdev_idx])) { in wmi_ext_dbgfs_init()
1740 uint32_t pdev_idx) in wmi_ext_dbgfs_init() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_dcs_api.h85 uint32_t pdev_idx,
Dwmi_unified_api.h783 void *wmi_unified_get_pdev_handle(struct wmi_soc *soc, uint32_t pdev_idx);
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
Dtarget_if.h383 int32_t pdev_idx; member
1876 (struct target_pdev_info *pdev_info, int32_t pdev_idx) in target_pdev_set_pdev_idx() argument
1881 pdev_info->pdev_idx = pdev_idx; in target_pdev_set_pdev_idx()
1898 return pdev_info->pdev_idx; in target_pdev_get_pdev_idx()
/wlan-driver/qca-wifi-host-cmn/wlan_cfg/
Dwlan_cfg.h979 int pdev_idx, int hw_macid);
990 int wlan_cfg_get_hw_mac_idx(struct wlan_cfg_dp_soc_ctxt *cfg, int pdev_idx);
1014 (struct wlan_cfg_dp_soc_ctxt *cfg, int pdev_idx, int hw_macid);
Dwlan_cfg.c4628 void wlan_cfg_set_hw_mac_idx(struct wlan_cfg_dp_soc_ctxt *cfg, int pdev_idx, in wlan_cfg_set_hw_mac_idx() argument
4631 qdf_assert_always(pdev_idx < MAX_PDEV_CNT); in wlan_cfg_set_hw_mac_idx()
4632 cfg->hw_macid[pdev_idx] = hw_macid; in wlan_cfg_set_hw_mac_idx()
4635 int wlan_cfg_get_hw_mac_idx(struct wlan_cfg_dp_soc_ctxt *cfg, int pdev_idx) in wlan_cfg_get_hw_mac_idx() argument
4637 qdf_assert_always(pdev_idx < MAX_PDEV_CNT); in wlan_cfg_get_hw_mac_idx()
4638 return cfg->hw_macid[pdev_idx]; in wlan_cfg_get_hw_mac_idx()
4656 void wlan_cfg_set_pdev_idx(struct wlan_cfg_dp_soc_ctxt *cfg, int pdev_idx, in wlan_cfg_set_pdev_idx() argument
4659 qdf_assert_always((pdev_idx < MAX_PDEV_CNT) || in wlan_cfg_set_pdev_idx()
4660 (pdev_idx == INVALID_PDEV_ID)); in wlan_cfg_set_pdev_idx()
4662 cfg->hw_macid_pdev_id_map[hw_macid] = pdev_idx; in wlan_cfg_set_pdev_idx()