Home
last modified time | relevance | path

Searched refs:hif_sendContext (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dtransfer.c56 struct hif_sendContext *sctx = (struct hif_sendContext *)ctx; in hif_dev_rw_completion_handler()
91 struct hif_sendContext *sctx; in hif_dev_send_buffer()
114 head_len = sizeof(struct hif_sendContext) + in hif_dev_send_buffer()
120 head_len = sizeof(struct hif_sendContext); in hif_dev_send_buffer()
126 sctx = (struct hif_sendContext *)qdf_nbuf_push_head(buf, in hif_dev_send_buffer()
130 sctx = (struct hif_sendContext *)qdf_mem_malloc(sizeof(*sctx) + in hif_dev_send_buffer()
148 pData = (unsigned char *)sctx + sizeof(struct hif_sendContext); in hif_dev_send_buffer()
165 pData = (unsigned char *)sctx + sizeof(struct hif_sendContext); in hif_dev_send_buffer()
Dtransfer.h60 struct hif_sendContext { struct