Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c2486 uint32_t dev_paramid; in convert_host_pdev_vdev_param_id_to_target() local
2491 dev_paramid = convert_host_pdev_param_tlv(params->params[index].param_id); in convert_host_pdev_vdev_param_id_to_target()
2492 if (dev_paramid == WMI_UNAVAILABLE_PARAM) { in convert_host_pdev_vdev_param_id_to_target()
2497 params->params[index].param_id = dev_paramid; in convert_host_pdev_vdev_param_id_to_target()
2501 dev_paramid = convert_host_vdev_param_tlv(params->params[index].param_id); 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()
2507 params->params[index].param_id = dev_paramid; in convert_host_pdev_vdev_param_id_to_target()