Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/wfx/
Dhif_rx.c109 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in hif_receive_indication()
126 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in hif_event_indication()
162 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in hif_pm_mode_complete_indication()
177 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in hif_scan_complete_indication()
193 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in hif_join_complete_indication()
212 wvif = wdev_to_wvif(wdev, hif->interface); in hif_suspend_resume_indication()
Dwfx.h94 static inline struct wfx_vif *wdev_to_wvif(struct wfx_dev *wdev, int vif_id) in wdev_to_wvif() function
119 tmp = wdev_to_wvif(wdev, i); in wvif_iterate()
135 wvif = wdev_to_wvif(wdev, i); in wvif_count()
Dsta.c153 if (wdev_to_wvif(wvif->wdev, 0)) in wfx_get_ps_timeout()
154 chan0 = wdev_to_wvif(wvif->wdev, 0)->vif->bss_conf.chandef.chan; in wfx_get_ps_timeout()
155 if (wdev_to_wvif(wvif->wdev, 1)) in wfx_get_ps_timeout()
156 chan1 = wdev_to_wvif(wvif->wdev, 1)->vif->bss_conf.chandef.chan; in wfx_get_ps_timeout()
620 struct wfx_vif *wvif = wdev_to_wvif(wdev, sta_dev->vif_id); in wfx_set_tim()
Dqueue.c136 wvif = wdev_to_wvif(wdev, hif->interface); in wfx_pending_drop()
162 wvif = wdev_to_wvif(wdev, hif->interface); in wfx_pending_get()
Ddata_tx.c498 wvif = wdev_to_wvif(wdev, ((struct hif_msg *)skb->data)->interface); in wfx_tx_confirm_cb()
581 wvif = wdev_to_wvif(wdev, hif->interface); in wfx_flush()