Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dadma.c652 rx_comp = device->hif_callbacks.rxCompletionHandler; in hif_read_write()
653 rx_comp(device->hif_callbacks.Context, nbuf, 0); in hif_read_write()
804 rx_completion = device->hif_callbacks.rxCompletionHandler; in dl_xfer_cb()
854 rx_completion(device->hif_callbacks.Context, nbuf, in dl_xfer_cb()
H A Dmailbox.c962 rxCompletion = pdev->hif_callbacks.rxCompletionHandler; in hif_dev_recv_message_pending_handler()
992 rxCompletion(pdev->hif_callbacks.Context, in hif_dev_recv_message_pending_handler()
1066 if (pdev->hif_callbacks.fwEventHandler) in hif_dev_service_cpu_interrupt()
1070 pdev->hif_callbacks.fwEventHandler( in hif_dev_service_cpu_interrupt()
1071 pdev->hif_callbacks.Context, in hif_dev_service_cpu_interrupt()
H A Dtransfer.c67 txCompHandler = pdev->hif_callbacks.txCompletionHandler; in hif_dev_rw_completion_handler()
69 txCompHandler(pdev->hif_callbacks.Context, buf, in hif_dev_rw_completion_handler()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
H A Dhif_sdio_internal.h56 struct hif_msg_callbacks hif_callbacks; member
H A Dhif_sdio_dev.c110 A_MEMCPY(&pdev->hif_callbacks, callbacks, sizeof(*callbacks)); in hif_dev_create()