Home
last modified time | relevance | path

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

/linux/drivers/staging/wfx/
A Dhif_rx.c20 const struct hif_msg *hif, const void *buf) in hif_generic_confirm()
54 const struct hif_msg *hif, const void *buf) in hif_tx_confirm()
63 const struct hif_msg *hif, const void *buf) in hif_multi_tx_confirm()
94 const struct hif_msg *hif, const void *buf) in hif_wakeup_indication()
105 const struct hif_msg *hif, in hif_receive_indication()
123 const struct hif_msg *hif, const void *buf) in hif_event_indication()
158 const struct hif_msg *hif, in hif_pm_mode_complete_indication()
173 const struct hif_msg *hif, in hif_scan_complete_indication()
190 const struct hif_msg *hif, in hif_join_complete_indication()
205 const struct hif_msg *hif, in hif_suspend_resume_indication()
[all …]
A Dhif_tx.c128 struct hif_msg *hif; in hif_shutdown()
147 struct hif_msg *hif; in hif_configuration()
163 struct hif_msg *hif; in hif_reset()
179 struct hif_msg *hif; in hif_read_mib()
215 struct hif_msg *hif; in hif_write_mib()
234 struct hif_msg *hif; in hif_scan()
282 struct hif_msg *hif; in hif_stop_scan()
298 struct hif_msg *hif; in hif_join()
328 struct hif_msg *hif; in hif_set_bss_params()
346 struct hif_msg *hif; in hif_add_key()
[all …]
A Ddata_tx.c332 struct hif_msg *hif_msg; in wfx_tx_inner() local
340 int wmsg_len = sizeof(struct hif_msg) + in wfx_tx_inner()
358 hif_msg = (struct hif_msg *)skb->data; in wfx_tx_inner()
359 hif_msg->len = cpu_to_le16(skb->len); in wfx_tx_inner()
360 hif_msg->id = HIF_REQ_ID_TX; in wfx_tx_inner()
361 hif_msg->interface = wvif->id; in wfx_tx_inner()
371 req = (struct hif_req_tx *)hif_msg->body; in wfx_tx_inner()
438 struct hif_msg *hif = (struct hif_msg *)skb->data; in wfx_skb_dtor()
440 unsigned int offset = sizeof(struct hif_msg) + in wfx_skb_dtor()
575 struct hif_msg *hif; in wfx_flush()
[all …]
A Dqueue.c130 struct hif_msg *hif; in wfx_pending_drop()
136 hif = (struct hif_msg *)skb->data; in wfx_pending_drop()
153 struct hif_msg *hif; in wfx_pending_get()
158 hif = (struct hif_msg *)skb->data; in wfx_pending_get()
239 struct hif_msg *hif; in wfx_tx_queues_get_skb()
268 hif = (struct hif_msg *)skb->data; in wfx_tx_queues_get_skb()
292 struct hif_msg *wfx_tx_queues_get(struct wfx_dev *wdev) in wfx_tx_queues_get()
306 return (struct hif_msg *)skb->data; in wfx_tx_queues_get()
A Dbh.c70 struct hif_msg *hif; in rx_helper()
91 hif = (struct hif_msg *)skb->data; in rx_helper()
93 if (WARN(read_len < sizeof(struct hif_msg), "corrupted read")) in rx_helper()
172 static void tx_helper(struct wfx_dev *wdev, struct hif_msg *hif) in tx_helper()
202 struct hif_msg *hif; in bh_work_tx()
A Ddata_tx.h62 struct hif_msg *hif = (struct hif_msg *)skb->data; in wfx_skb_txreq()
A Dhif_tx.h25 struct hif_msg *buf_send;
32 int wfx_cmd_send(struct wfx_dev *wdev, struct hif_msg *request,
A Dtraces.h161 TP_PROTO(const struct hif_msg *hif, int tx_fill_level, bool is_recv),
195 - sizeof(struct hif_msg) - header_len;
211 TP_PROTO(const struct hif_msg *hif, int tx_fill_level, bool is_recv),
216 TP_PROTO(const struct hif_msg *hif, int tx_fill_level, bool is_recv),
A Dqueue.h33 struct hif_msg *wfx_tx_queues_get(struct wfx_dev *wdev);
A Ddebug.c250 struct hif_msg *request; in wfx_send_hif_msg_write()
256 if (count < sizeof(struct hif_msg)) in wfx_send_hif_msg_write()
A Dhif_api_general.h23 struct hif_msg { struct
A Dmain.c291 hw->extra_tx_headroom = sizeof(struct hif_msg) in wfx_init_common()

Completed in 17 milliseconds