Searched refs:hb_enable_fp (Results 1 – 2 of 2) sorted by relevance
34 wmi_hb_set_enable_cmd_fixed_param hb_enable_fp; in target_if_pmo_send_lphb_enable() local53 hb_enable_fp.vdev_id = ts_lphb_enable->session; in target_if_pmo_send_lphb_enable()54 hb_enable_fp.enable = ts_lphb_enable->enable; in target_if_pmo_send_lphb_enable()55 hb_enable_fp.item = ts_lphb_enable->item; in target_if_pmo_send_lphb_enable()56 hb_enable_fp.session = ts_lphb_enable->session; in target_if_pmo_send_lphb_enable()64 return wmi_unified_lphb_config_hbenable_cmd(wmi_handle, &hb_enable_fp); in target_if_pmo_send_lphb_enable()
1262 wmi_hb_set_enable_cmd_fixed_param *hb_enable_fp; in send_lphb_config_hbenable_cmd_tlv() local1271 hb_enable_fp = (wmi_hb_set_enable_cmd_fixed_param *) buf_ptr; in send_lphb_config_hbenable_cmd_tlv()1272 WMITLV_SET_HDR(&hb_enable_fp->tlv_header, in send_lphb_config_hbenable_cmd_tlv()1278 hb_enable_fp->vdev_id = params->session; in send_lphb_config_hbenable_cmd_tlv()1279 hb_enable_fp->enable = params->enable; in send_lphb_config_hbenable_cmd_tlv()1280 hb_enable_fp->item = params->item; in send_lphb_config_hbenable_cmd_tlv()1281 hb_enable_fp->session = params->session; in send_lphb_config_hbenable_cmd_tlv()