Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dwfx.h99 static inline struct wfx_vif *wdev_to_wvif(struct wfx_dev *wdev, int vif_id) in wdev_to_wvif() function
120 tmp = wdev_to_wvif(wdev, i); in wvif_iterate()
136 wvif = wdev_to_wvif(wdev, i); in wvif_count()
H A Dhif_rx.c100 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in wfx_hif_receive_indication()
116 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in wfx_hif_event_indication()
150 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in wfx_hif_pm_mode_complete_indication()
164 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in wfx_hif_scan_complete_indication()
180 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in wfx_hif_join_complete_indication()
198 wvif = wdev_to_wvif(wdev, hif->interface); in wfx_hif_suspend_resume_indication()
H A Dsta.c161 if (wdev_to_wvif(wvif->wdev, 0)) { in wfx_get_ps_timeout()
162 struct wfx_vif *wvif_ch0 = wdev_to_wvif(wvif->wdev, 0); in wfx_get_ps_timeout()
167 if (wdev_to_wvif(wvif->wdev, 1)) { in wfx_get_ps_timeout()
168 struct wfx_vif *wvif_ch1 = wdev_to_wvif(wvif->wdev, 1); in wfx_get_ps_timeout()
638 struct wfx_vif *wvif = wdev_to_wvif(wdev, sta_dev->vif_id); in wfx_set_tim()
H A Dqueue.c132 wvif = wdev_to_wvif(wdev, hif->interface); in wfx_pending_drop()
158 wvif = wdev_to_wvif(wdev, hif->interface); in wfx_pending_get()
H A Ddata_tx.c473 wvif = wdev_to_wvif(wdev, ((struct wfx_hif_msg *)skb->data)->interface); in wfx_tx_confirm_cb()
552 wvif = wdev_to_wvif(wdev, hif->interface); in wfx_flush()