Lines Matching defs:hif
20 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_generic_confirm()
53 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_tx_confirm()
62 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_multi_tx_confirm()
74 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_startup_indication()
88 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_wakeup_indication()
97 static int wfx_hif_receive_indication(struct wfx_dev *wdev, const struct wfx_hif_msg *hif, in wfx_hif_receive_indication()
114 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_event_indication()
148 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_pm_mode_complete_indication()
162 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_scan_complete_indication()
178 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_join_complete_indication()
192 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_suspend_resume_indication()
220 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_generic_indication()
297 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_error_indication()
323 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_exception_indication()
364 const struct wfx_hif_msg *hif = (const struct wfx_hif_msg *)skb->data; in wfx_handle_rx() local