Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dtransfer.c56 struct hif_sendContext *sctx = (struct hif_sendContext *)ctx; in hif_dev_rw_completion_handler() local
57 struct hif_sdio_device *pdev = sctx->pDev; in hif_dev_rw_completion_handler()
58 unsigned int xfer_id = sctx->transferID; in hif_dev_rw_completion_handler()
60 qdf_nbuf_t buf = sctx->netbuf; in hif_dev_rw_completion_handler()
62 if (sctx->bNewAlloc) in hif_dev_rw_completion_handler()
65 qdf_nbuf_pull_head(buf, sctx->head_data_len); in hif_dev_rw_completion_handler()
91 struct hif_sendContext *sctx; in hif_dev_send_buffer() local
126 sctx = (struct hif_sendContext *)qdf_nbuf_push_head(buf, in hif_dev_send_buffer()
128 sctx->bNewAlloc = false; in hif_dev_send_buffer()
130 sctx = (struct hif_sendContext *)qdf_mem_malloc(sizeof(*sctx) + in hif_dev_send_buffer()
[all …]
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_sched.c188 struct ol_tx_sched_ctx *sctx, in ol_tx_sched_select_batch_rr() argument
216 pdev, next_tq, &sctx->head, tx_limit, &credit, &bytes); in ol_tx_sched_select_batch_rr()
240 sctx->frms += frames; in ol_tx_sched_select_batch_rr()
735 struct ol_tx_sched_ctx *sctx, in ol_tx_sched_select_batch_wrr_adv() argument
826 pdev, txq, &sctx->head, in ol_tx_sched_select_batch_wrr_adv()
848 sctx->frms += frames; in ol_tx_sched_select_batch_wrr_adv()
1358 struct ol_tx_sched_ctx *sctx) in ol_tx_sched_dispatch() argument
1367 while (sctx->frms) { in ol_tx_sched_dispatch()
1368 tx_desc = TAILQ_FIRST(&sctx->head); in ol_tx_sched_dispatch()
1377 TAILQ_REMOVE(&sctx->head, tx_desc, tx_desc_list_elem); in ol_tx_sched_dispatch()
[all …]