Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H 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()
H A Ddata_tx.c307 struct wfx_hif_req_tx *req; in wfx_tx_inner()
314 int wmsg_len = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + offset; in wfx_tx_inner()
344 req = (struct wfx_hif_req_tx *)hif_msg->body; in wfx_tx_inner()
409 struct wfx_hif_req_tx *req = (struct wfx_hif_req_tx *)hif->body; in wfx_skb_dtor()
410 unsigned int offset = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + in wfx_skb_dtor()
H 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()
H A Dhif_api_cmd.h174 struct wfx_hif_req_tx { struct
H A Dmain.c279 hw->extra_tx_headroom = sizeof(struct wfx_hif_msg) + sizeof(struct wfx_hif_req_tx) + in wfx_init_common()