Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_tx_queue.c260 struct ol_tx_sched_notify_ctx_t notify_ctx; in ol_tx_enqueue() local
288 notify_ctx.event = OL_TX_ENQUEUE_FRAME; in ol_tx_enqueue()
289 notify_ctx.frames = 1; in ol_tx_enqueue()
290 notify_ctx.bytes = qdf_nbuf_len(tx_desc->netbuf); in ol_tx_enqueue()
291 notify_ctx.txq = txq; in ol_tx_enqueue()
292 notify_ctx.info.tx_msdu_info = tx_msdu_info; in ol_tx_enqueue()
293 ol_tx_sched_notify(pdev, &notify_ctx); in ol_tx_enqueue()
364 struct ol_tx_sched_notify_ctx_t notify_ctx; in ol_tx_queue_free() local
371 notify_ctx.event = OL_TX_DELETE_QUEUE; in ol_tx_queue_free()
372 notify_ctx.txq = txq; in ol_tx_queue_free()
[all …]
Dol_tx_sched.c1243 struct ol_tx_sched_notify_ctx_t notify_ctx; in ol_tx_sched_discard_select() local
1286 notify_ctx.event = OL_TX_DISCARD_FRAMES; in ol_tx_sched_discard_select()
1287 notify_ctx.frames = frms; in ol_tx_sched_discard_select()
1288 notify_ctx.bytes = bytes; in ol_tx_sched_discard_select()
1289 notify_ctx.txq = txq; in ol_tx_sched_discard_select()
1290 notify_ctx.info.ext_tid = cat; in ol_tx_sched_discard_select()
1291 ol_tx_sched_notify(pdev, &notify_ctx); in ol_tx_sched_discard_select()