Home
last modified time | relevance | path

Searched refs:wfx_hif_req_tx (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.c221 struct wfx_hif_req_tx *wfx_skb_txreq(struct sk_buff *skb) in wfx_skb_txreq()
224 struct wfx_hif_req_tx *req = (struct wfx_hif_req_tx *)hif->body; in wfx_skb_txreq()
337 struct wfx_hif_req_tx *req; in wfx_tx_inner()
344 int wmsg_len = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + offset; in wfx_tx_inner()
378 req = (struct wfx_hif_req_tx *)hif_msg->body; in wfx_tx_inner()
449 struct wfx_hif_req_tx *req = (struct wfx_hif_req_tx *)hif->body; 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 Dqueue.c150 struct wfx_hif_req_tx *req; in wfx_pending_get()
158 req = (struct wfx_hif_req_tx *)hif->body; in wfx_pending_get()
181 struct wfx_hif_req_tx *req; in wfx_pending_dump_old_frames()
H A Ddata_tx.h50 struct wfx_hif_req_tx *wfx_skb_txreq(struct sk_buff *skb);
H A Dhif_api_cmd.h174 struct wfx_hif_req_tx { struct
H A Dmain.c282 hw->extra_tx_headroom = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + in wfx_init_common()