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