Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_fips.c216 fips_request->pdev_id = WMI_PDEV_ID_1ST; in __hdd_fips_test()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c798 return WMI_PDEV_ID_1ST; in convert_host_pdev_id_to_target_pdev_id()
827 if (pdev_id <= WMI_PDEV_ID_3RD && pdev_id >= WMI_PDEV_ID_1ST) { in convert_target_pdev_id_to_host_pdev_id()
830 case WMI_PDEV_ID_1ST: in convert_target_pdev_id_to_host_pdev_id()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h3104 #define WMI_PDEV_ID_1ST 1 /* first pdev (pdev 0) */ macro