Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/target_if/pmo/src/
H A Dtarget_if_pmo_lphb.c238 wmi_hb_ind_event_fixed_param *hb_fp; in target_if_pmo_lphb_evt_handler() local
249 hb_fp = (wmi_hb_ind_event_fixed_param *) event; in target_if_pmo_lphb_evt_handler()
250 if (!hb_fp) { in target_if_pmo_lphb_evt_handler()
258 hb_fp->vdev_id, hb_fp->session, hb_fp->reason); 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()