Lines Matching defs:hif
41 ret = wait_event_timeout(wdev->hif.tx_buffers_empty, !wdev->hif.tx_buffers_used,
45 wdev->hif.tx_buffers_used);
126 struct wfx_hif_msg *hif;
131 hif = (struct wfx_hif_msg *)skb->data;
132 wvif = wdev_to_wvif(wdev, hif->interface);
148 struct wfx_hif_msg *hif;
153 hif = (struct wfx_hif_msg *)skb->data;
154 req = (struct wfx_hif_req_tx *)hif->body;
158 wvif = wdev_to_wvif(wdev, hif->interface);
232 struct wfx_hif_msg *hif;
260 hif = (struct wfx_hif_msg *)skb->data;
261 WARN_ON(hif->interface != wvif->id);