Home
last modified time | relevance | path

Searched refs:WMI_PDEV_ID_3RD (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c802 return WMI_PDEV_ID_3RD; 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()
834 case WMI_PDEV_ID_3RD: in convert_target_pdev_id_to_host_pdev_id()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h3106 #define WMI_PDEV_ID_3RD 3 /* third pdev (pdev 2) */ macro