Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/wfx/
Ddata_tx.h59 static inline struct hif_req_tx *wfx_skb_txreq(struct sk_buff *skb) in wfx_skb_txreq()
62 struct hif_req_tx *req = (struct hif_req_tx *)hif->body; in wfx_skb_txreq()
Ddata_tx.c333 struct hif_req_tx *req; in wfx_tx_inner()
340 sizeof(struct hif_req_tx) + offset; in wfx_tx_inner()
367 req = (struct hif_req_tx *)hif_msg->body; in wfx_tx_inner()
433 struct hif_req_tx *req = (struct hif_req_tx *)hif->body; in wfx_skb_dtor()
435 sizeof(struct hif_req_tx) + in wfx_skb_dtor()
Dqueue.c150 struct hif_req_tx *req; in wfx_pending_get()
158 req = (struct hif_req_tx *)hif->body; in wfx_pending_get()
181 struct hif_req_tx *req; in wfx_pending_dump_old_frames()
Dhif_api_cmd.h176 struct hif_req_tx { struct
Dmain.c279 + sizeof(struct hif_req_tx) in wfx_init_common()