Home
last modified time | relevance | path

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

/drivers/staging/wfx/
Ddata_tx.h60 static inline struct hif_req_tx *wfx_skb_txreq(struct sk_buff *skb) in wfx_skb_txreq()
63 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()
341 sizeof(struct hif_req_tx) + offset; in wfx_tx_inner()
371 req = (struct hif_req_tx *)hif_msg->body; in wfx_tx_inner()
437 struct hif_req_tx *req = (struct hif_req_tx *)hif->body; in wfx_skb_dtor()
439 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()