Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dmailbox.c796 bool *async_proc, in hif_dev_recv_message_pending_handler() argument
824 if (async_proc) { in hif_dev_recv_message_pending_handler()
826 *async_proc = asyncProc; in hif_dev_recv_message_pending_handler()
1399 bool async_proc = false; in hif_dev_dsr_handler() local
1411 status = hif_dev_process_pending_irqs(pdev, &done, &async_proc); in hif_dev_dsr_handler()
1419 async_proc = false; in hif_dev_dsr_handler()
1436 if (async_proc) { in hif_dev_dsr_handler()
1446 if (QDF_IS_STATUS_SUCCESS(status) && !async_proc) { in hif_dev_dsr_handler()