Searched refs:slphb_indication (Results 1 – 1 of 1) sorted by relevance
239 struct pmo_lphb_rsp *slphb_indication = NULL; in target_if_pmo_lphb_evt_handler() local260 slphb_indication = (struct pmo_lphb_rsp *)qdf_mem_malloc( in target_if_pmo_lphb_evt_handler()262 if (!slphb_indication) { in target_if_pmo_lphb_evt_handler()267 slphb_indication->session_idx = hb_fp->session; in target_if_pmo_lphb_evt_handler()268 slphb_indication->protocol_type = hb_fp->reason; in target_if_pmo_lphb_evt_handler()269 slphb_indication->event_reason = hb_fp->reason; in target_if_pmo_lphb_evt_handler()271 qdf_status = pmo_tgt_lphb_rsp_evt(psoc, slphb_indication); in target_if_pmo_lphb_evt_handler()275 if (slphb_indication) in target_if_pmo_lphb_evt_handler()276 qdf_mem_free(slphb_indication); in target_if_pmo_lphb_evt_handler()