Searched refs:host_param (Results 1 – 2 of 2) sorted by relevance
5421 #define PDEV_PARAM(host_param, target_param) wmi_ ## host_param argument5423 #define PDEV_PARAM(host_param, target_param) wmi_ ## host_param = WMI_ ## target_param argument5802 #define VDEV_PARAM(host_param, target_param) wmi_ ## host_param argument5804 #define VDEV_PARAM(host_param, target_param) wmi_ ## host_param = WMI_ ## target_param argument
2364 static inline uint32_t convert_host_pdev_param_tlv(uint32_t host_param) in convert_host_pdev_param_tlv() argument2366 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() argument2373 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() argument2380 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() argument2385 return host_param; in convert_host_vdev_param_tlv()