Searched refs:wdev_to_wvif (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | wfx.h | 99 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 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()
|
H A D | sta.c | 161 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() 641 struct wfx_vif *wvif = wdev_to_wvif(wdev, sta_dev->vif_id); in wfx_set_tim()
|
H A D | queue.c | 132 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 D | data_tx.c | 473 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()
|