Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/silabs/wfx/ !
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 …]
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()
48 int wfx_cmd_send(struct wfx_dev *wdev, struct wfx_hif_msg *request, in wfx_cmd_send()
125 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()
[all …]
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()
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()
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()
Ddata_tx.h60 struct wfx_hif_msg *hif = (struct wfx_hif_msg *)skb->data; in wfx_skb_txreq()
Dhif_tx.h29 struct wfx_hif_msg *buf_send;
36 int wfx_cmd_send(struct wfx_dev *wdev, struct wfx_hif_msg *request,
Dqueue.h33 struct wfx_hif_msg *wfx_tx_queues_get(struct wfx_dev *wdev);
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),
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()
Dhif_api_general.h17 struct wfx_hif_msg { struct
Dmain.c279 hw->extra_tx_headroom = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + in wfx_init_common()