Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h5421 #define PDEV_PARAM(host_param, target_param) wmi_ ## host_param argument
5423 #define PDEV_PARAM(host_param, target_param) wmi_ ## host_param = WMI_ ## target_param argument
5802 #define VDEV_PARAM(host_param, target_param) wmi_ ## host_param argument
5804 #define VDEV_PARAM(host_param, target_param) wmi_ ## host_param = WMI_ ## target_param argument
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c2364 static inline uint32_t convert_host_pdev_param_tlv(uint32_t host_param) in convert_host_pdev_param_tlv() argument
2366 if (host_param < QDF_ARRAY_SIZE(pdev_param_tlv)) in convert_host_pdev_param_tlv()
2367 return pdev_param_tlv[host_param]; in convert_host_pdev_param_tlv()
2371 static inline uint32_t convert_host_vdev_param_tlv(uint32_t host_param) in convert_host_vdev_param_tlv() argument
2373 if (host_param < QDF_ARRAY_SIZE(vdev_param_tlv)) in convert_host_vdev_param_tlv()
2374 return vdev_param_tlv[host_param]; in convert_host_vdev_param_tlv()
2378 static inline uint32_t convert_host_pdev_param_tlv(uint32_t host_param) in convert_host_pdev_param_tlv() argument
2380 return host_param; in convert_host_pdev_param_tlv()
2383 static inline uint32_t convert_host_vdev_param_tlv(uint32_t host_param) in convert_host_vdev_param_tlv() argument
2385 return host_param; in convert_host_vdev_param_tlv()