Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c1664 return WMI_UNAVAILABLE_PARAM; in convert_host_peer_param_id_to_target_id_tlv()
1837 if (param_id == WMI_UNAVAILABLE_PARAM) { in send_peer_param_cmd_tlv()
2368 return WMI_UNAVAILABLE_PARAM; in convert_host_pdev_param_tlv()
2375 return WMI_UNAVAILABLE_PARAM; in convert_host_vdev_param_tlv()
2409 if (pdev_param == WMI_UNAVAILABLE_PARAM) { in send_pdev_param_cmd_tlv()
2492 if (dev_paramid == WMI_UNAVAILABLE_PARAM) { in convert_host_pdev_vdev_param_id_to_target()
2502 if (dev_paramid == WMI_UNAVAILABLE_PARAM) { in convert_host_pdev_vdev_param_id_to_target()
3054 if (vdev_param == WMI_UNAVAILABLE_PARAM) { in send_vdev_set_param_cmd_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h5418 #define WMI_UNAVAILABLE_PARAM 0 macro