Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/silabs/wfx/
A Ddata_tx.h58 static inline struct wfx_hif_req_tx *wfx_skb_txreq(struct sk_buff *skb) in wfx_skb_txreq()
61 struct wfx_hif_req_tx *req = (struct wfx_hif_req_tx *)hif->body; in wfx_skb_txreq()
A Ddata_tx.c320 struct wfx_hif_req_tx *req; in wfx_tx_inner()
327 int wmsg_len = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + offset; in wfx_tx_inner()
357 req = (struct wfx_hif_req_tx *)hif_msg->body; in wfx_tx_inner()
422 struct wfx_hif_req_tx *req = (struct wfx_hif_req_tx *)hif->body; in wfx_skb_dtor()
423 unsigned int offset = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + in wfx_skb_dtor()
A Dqueue.c146 struct wfx_hif_req_tx *req; in wfx_pending_get()
154 req = (struct wfx_hif_req_tx *)hif->body; in wfx_pending_get()
177 struct wfx_hif_req_tx *req; in wfx_pending_dump_old_frames()
A Dhif_api_cmd.h174 struct wfx_hif_req_tx { struct
A Dmain.c279 hw->extra_tx_headroom = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + in wfx_init_common()

Completed in 9 milliseconds