Lines Matching refs:wvif
100 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in wfx_hif_receive_indication() local
103 if (!wvif) { in wfx_hif_receive_indication()
108 wfx_rx_cb(wvif, body, skb); in wfx_hif_receive_indication()
116 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in wfx_hif_event_indication() local
120 if (!wvif) { in wfx_hif_event_indication()
127 wfx_event_report_rssi(wvif, body->event_data.rcpi_rssi); in wfx_hif_event_indication()
130 schedule_delayed_work(&wvif->beacon_loss_work, 0); in wfx_hif_event_indication()
133 cancel_delayed_work(&wvif->beacon_loss_work); in wfx_hif_event_indication()
150 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in wfx_hif_pm_mode_complete_indication() local
152 if (!wvif) { in wfx_hif_pm_mode_complete_indication()
156 complete(&wvif->set_pm_mode_complete); in wfx_hif_pm_mode_complete_indication()
164 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in wfx_hif_scan_complete_indication() local
167 if (!wvif) { in wfx_hif_scan_complete_indication()
172 wfx_scan_complete(wvif, body->num_channels_completed); in wfx_hif_scan_complete_indication()
180 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in wfx_hif_join_complete_indication() local
182 if (!wvif) { in wfx_hif_join_complete_indication()
195 struct wfx_vif *wvif; in wfx_hif_suspend_resume_indication() local
198 wvif = wdev_to_wvif(wdev, hif->interface); in wfx_hif_suspend_resume_indication()
199 if (!wvif) { in wfx_hif_suspend_resume_indication()
204 wfx_suspend_resume_mc(wvif, STA_NOTIFY_AWAKE); in wfx_hif_suspend_resume_indication()
206 wfx_suspend_resume_mc(wvif, STA_NOTIFY_SLEEP); in wfx_hif_suspend_resume_indication()