Home
last modified time | relevance | path

Searched refs:wfx_hif_msg (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_rx.c20 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()
114 const struct wfx_hif_msg *hif, const void *buf) in wfx_hif_event_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()
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()
[all …]
H A Dhif_tx.c125 struct wfx_hif_msg *hif; in wfx_hif_shutdown()
144 struct wfx_hif_msg *hif; in wfx_hif_configuration()
160 struct wfx_hif_msg *hif; in wfx_hif_reset()
175 struct wfx_hif_msg *hif; in wfx_hif_read_mib()
208 struct wfx_hif_msg *hif; in wfx_hif_write_mib()
227 struct wfx_hif_msg *hif; in wfx_hif_scan()
270 struct wfx_hif_msg *hif; in wfx_hif_stop_scan()
288 struct wfx_hif_msg *hif; in wfx_hif_join()
317 struct wfx_hif_msg *hif; in wfx_hif_set_bss_params()
333 struct wfx_hif_msg *hif; in wfx_hif_add_key()
[all …]
H A Dqueue.c126 struct wfx_hif_msg *hif; in wfx_pending_drop()
131 hif = (struct wfx_hif_msg *)skb->data; in wfx_pending_drop()
148 struct wfx_hif_msg *hif; in wfx_pending_get()
153 hif = (struct wfx_hif_msg *)skb->data; in wfx_pending_get()
232 struct wfx_hif_msg *hif; in wfx_tx_queues_get_skb()
260 hif = (struct wfx_hif_msg *)skb->data; in wfx_tx_queues_get_skb()
283 struct wfx_hif_msg *wfx_tx_queues_get(struct wfx_dev *wdev) in wfx_tx_queues_get()
297 return (struct wfx_hif_msg *)skb->data; in wfx_tx_queues_get()
H A Ddata_tx.h60 struct wfx_hif_msg *hif = (struct wfx_hif_msg *)skb->data; in wfx_skb_txreq()
H A Ddata_tx.c306 struct wfx_hif_msg *hif_msg; in wfx_tx_inner()
314 int wmsg_len = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + offset; in wfx_tx_inner()
331 hif_msg = (struct wfx_hif_msg *)skb->data; in wfx_tx_inner()
408 struct wfx_hif_msg *hif = (struct wfx_hif_msg *)skb->data; in wfx_skb_dtor()
410 unsigned int offset = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + in wfx_skb_dtor()
473 wvif = wdev_to_wvif(wdev, ((struct wfx_hif_msg *)skb->data)->interface); in wfx_tx_confirm_cb()
535 struct wfx_hif_msg *hif; in wfx_flush()
551 hif = (struct wfx_hif_msg *)skb->data; in wfx_flush()
H A Dbh.c66 struct wfx_hif_msg *hif; in rx_helper()
86 hif = (struct wfx_hif_msg *)skb->data; in rx_helper()
88 if (WARN(read_len < sizeof(struct wfx_hif_msg), "corrupted read")) in rx_helper()
168 static void tx_helper(struct wfx_dev *wdev, struct wfx_hif_msg *hif) in tx_helper()
198 struct wfx_hif_msg *hif; in bh_work_tx()
H A Dhif_tx.h29 struct wfx_hif_msg *buf_send;
36 int wfx_cmd_send(struct wfx_dev *wdev, struct wfx_hif_msg *request,
H A Dqueue.h33 struct wfx_hif_msg *wfx_tx_queues_get(struct wfx_dev *wdev);
H A Dtraces.h160 TP_PROTO(const struct wfx_hif_msg *hif, int tx_fill_level, bool is_recv),
193 - sizeof(struct wfx_hif_msg) - header_len;
209 TP_PROTO(const struct wfx_hif_msg *hif, int tx_fill_level, bool is_recv),
214 TP_PROTO(const struct wfx_hif_msg *hif, int tx_fill_level, bool is_recv),
H A Ddebug.c244 struct wfx_hif_msg *request; in wfx_send_hif_msg_write()
250 if (count < sizeof(struct wfx_hif_msg)) in wfx_send_hif_msg_write()
H A Dhif_api_general.h17 struct wfx_hif_msg { struct
H A Dmain.c279 hw->extra_tx_headroom = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + in wfx_init_common()