Home
last modified time | relevance | path

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

/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()
97 static int wfx_hif_receive_indication(struct wfx_dev *wdev, const struct wfx_hif_msg *hif, in wfx_hif_receive_indication()
107 skb_pull(skb, sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_ind_rx)); 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()
[all …]
H A Dhif_tx.c25 static void wfx_fill_header(struct wfx_hif_msg *hif, int if_id, unsigned int cmd, size_t size) in wfx_fill_header()
39 static void *wfx_alloc_hif(size_t body_len, struct wfx_hif_msg **hif) in wfx_alloc_hif()
41 *hif = kzalloc(sizeof(struct wfx_hif_msg) + body_len, GFP_KERNEL); in wfx_alloc_hif()
66 int wfx_cmd_send(struct wfx_dev *wdev, struct wfx_hif_msg *request, in wfx_cmd_send()
143 struct wfx_hif_msg *hif; in wfx_hif_shutdown()
162 struct wfx_hif_msg *hif; in wfx_hif_configuration()
178 struct wfx_hif_msg *hif; in wfx_hif_reset()
193 struct wfx_hif_msg *hif; in wfx_hif_read_mib()
226 struct wfx_hif_msg *hif; in wfx_hif_write_mib()
245 struct wfx_hif_msg *hif; in wfx_hif_scan_uniq()
[all …]
H A Dqueue.c152 struct wfx_hif_msg *hif; in wfx_pending_get()
157 hif = (struct wfx_hif_msg *)skb->data; in wfx_pending_get()
236 struct wfx_hif_msg *hif; in wfx_tx_queues_get_skb()
259 hif = (struct wfx_hif_msg *)skb->data; in wfx_tx_queues_get_skb()
284 hif = (struct wfx_hif_msg *)skb->data; in wfx_tx_queues_get_skb()
307 struct wfx_hif_msg *wfx_tx_queues_get(struct wfx_dev *wdev) in wfx_tx_queues_get()
321 return (struct wfx_hif_msg *)skb->data; in wfx_tx_queues_get()
H A Ddata_tx.c223 struct wfx_hif_msg *hif = (struct wfx_hif_msg *)skb->data; in wfx_skb_txreq()
232 struct wfx_hif_msg *hif = (struct wfx_hif_msg *)skb->data; in wfx_skb_wvif()
336 struct wfx_hif_msg *hif_msg; in wfx_tx_inner()
344 int wmsg_len = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + offset; in wfx_tx_inner()
362 hif_msg = (struct wfx_hif_msg *)skb->data; in wfx_tx_inner()
448 struct wfx_hif_msg *hif = (struct wfx_hif_msg *)skb->data; in wfx_skb_dtor()
450 unsigned int offset = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + in wfx_skb_dtor()
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 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 Dqueue.h34 struct wfx_hif_msg *wfx_tx_queues_get(struct wfx_dev *wdev);
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.c282 hw->extra_tx_headroom = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + in wfx_init_common()