Searched refs:wdev_to_wvif (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/wireless/silabs/wfx/ |
D | hif_rx.c | 100 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()
|
D | wfx.h | 101 static inline struct wfx_vif *wdev_to_wvif(struct wfx_dev *wdev, int vif_id) in wdev_to_wvif() function 122 tmp = wdev_to_wvif(wdev, i); in wvif_iterate() 138 wvif = wdev_to_wvif(wdev, i); in wvif_count()
|
D | sta.c | 143 if (wdev_to_wvif(wvif->wdev, 0)) { in wfx_get_ps_timeout() 144 struct wfx_vif *wvif_ch0 = wdev_to_wvif(wvif->wdev, 0); in wfx_get_ps_timeout() 149 if (wdev_to_wvif(wvif->wdev, 1)) { in wfx_get_ps_timeout() 150 struct wfx_vif *wvif_ch1 = wdev_to_wvif(wvif->wdev, 1); in wfx_get_ps_timeout() 628 struct wfx_vif *wvif = wdev_to_wvif(wdev, sta_dev->vif_id); in wfx_set_tim()
|
D | data_tx.c | 236 return wdev_to_wvif(wdev, hif->interface); in wfx_skb_wvif() 238 return wdev_to_wvif(wdev, tx_priv->vif_id); in wfx_skb_wvif()
|