Home
last modified time | relevance | path

Searched refs:WMI_MAX_RADIOS (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_priv.h3586 #define WMI_MAX_RADIOS 3 macro
3599 struct wmi_unified *wmi_pdev[WMI_MAX_RADIOS];
3600 HTC_ENDPOINT_ID wmi_endpoint_id[WMI_MAX_RADIOS];
3601 uint16_t max_msg_len[WMI_MAX_RADIOS];
3620 uint32_t cmd_pdev_id_map[WMI_MAX_RADIOS];
3621 uint32_t evt_pdev_id_map[WMI_MAX_RADIOS];
3622 uint32_t cmd_phy_id_map[WMI_MAX_RADIOS];
3623 uint32_t evt_phy_id_map[WMI_MAX_RADIOS];
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified.c1654 static struct qdf_debugfs_fops wmi_ext_dbgfs_ops[WMI_MAX_RADIOS];
2617 for (i = 0; i < WMI_MAX_RADIOS; i++) in wmi_get_pdev_ep()
2621 if (i == WMI_MAX_RADIOS) in wmi_get_pdev_ep()
3212 if (pdev_idx >= WMI_MAX_RADIOS) in wmi_unified_get_pdev_handle()
3427 for (i = 0; i < WMI_MAX_RADIOS; i++) { in wmi_unified_detach()
3679 if (wmi_ep_count > WMI_MAX_RADIOS) in wmi_unified_connect_htc_service()
H A Dwmi_unified_tlv.c860 phy_id >= WMI_MAX_RADIOS) { in convert_host_phy_id_to_target_phy_id()
878 phy_id >= WMI_MAX_RADIOS) { in convert_target_phy_id_to_host_phy_id()
899 if (pdev_id_map && (size <= WMI_MAX_RADIOS)) { in wmi_tlv_pdev_id_conversion_enable()