Searched refs:host_service_flags (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/fw-api/fw/ |
H A D | wmi_unified.h | 4781 A_UINT32 host_service_flags; member 5172 #define WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_IFACE_SUPPORT_GET(host_service_flags) \ argument 5173 WMI_GET_BITS(host_service_flags, 0, 1) 5174 #define WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_IFACE_SUPPORT_SET(host_service_flags, val) \ argument 5175 WMI_SET_BITS(host_service_flags, 0, 1, val) 5177 …ne WMI_RSRC_CFG_HOST_SERVICE_FLAG_HOST_SUPPORT_MULTI_RADIO_EVTS_PER_RADIO_GET(host_service_flags) \ argument 5178 WMI_GET_BITS(host_service_flags, 1, 1) 5179 …I_RSRC_CFG_HOST_SERVICE_FLAG_HOST_SUPPORT_MULTI_RADIO_EVTS_PER_RADIO_SET(host_service_flags, val) \ argument 5180 WMI_SET_BITS(host_service_flags, 1, 1, val) 5182 #define WMI_RSRC_CFG_HOST_SERVICE_FLAG_SPLIT_AST_FEATURE_HOST_SUPPORT_GET(host_service_flags) \ argument [all …]
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_tlv.c | 9570 resource_cfg->host_service_flags, 1); in wmi_set_nan_channel_support() 9585 resource_cfg->host_service_flags, in wmi_copy_afc_deployment_config() 9589 resource_cfg->host_service_flags, in wmi_copy_afc_deployment_config() 9622 WMI_RSRC_CFG_HOST_SERVICE_FLAG_RADAR_FLAGS_FULL_BW_NOL_SET(resource_cfg->host_service_flags, in wmi_copy_full_bw_nol_cfg() 9860 resource_cfg->host_service_flags, in wmi_copy_resource_config() 9863 resource_cfg->host_service_flags, 1); in wmi_copy_resource_config() 9877 resource_cfg->host_service_flags, 1); in wmi_copy_resource_config() 9880 resource_cfg->host_service_flags, in wmi_copy_resource_config() 9884 resource_cfg->host_service_flags, in wmi_copy_resource_config() 9888 resource_cfg->host_service_flags, in wmi_copy_resource_config() [all …]
|