Searched refs:wfx_hif_msg (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_rx.c | 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() 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 D | hif_tx.c | 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() 270 struct wfx_hif_msg *hif; in wfx_hif_scan() 313 struct wfx_hif_msg *hif; in wfx_hif_stop_scan() 331 struct wfx_hif_msg *hif; in wfx_hif_join() 360 struct wfx_hif_msg *hif; in wfx_hif_set_bss_params() [all …]
|
H A D | queue.c | 152 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 D | data_tx.c | 223 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 D | bh.c | 66 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 D | hif_tx.h | 29 struct wfx_hif_msg *buf_send; 36 int wfx_cmd_send(struct wfx_dev *wdev, struct wfx_hif_msg *request,
|
H A D | queue.h | 34 struct wfx_hif_msg *wfx_tx_queues_get(struct wfx_dev *wdev);
|
H A D | traces.h | 160 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 D | debug.c | 244 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 D | hif_api_general.h | 17 struct wfx_hif_msg { struct
|
H A D | main.c | 282 hw->extra_tx_headroom = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + in wfx_init_common()
|