Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dtransfer.c67 txCompHandler = pdev->hif_callbacks.txCompletionHandler; in hif_dev_rw_completion_handler()
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dusbdrv.c1252 device->htc_callbacks.txCompletionHandler(device-> in usb_hif_io_complete()
/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc.c502 htcCallbacks.txCompletionHandler = htc_tx_completion_handler; in htc_create()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_main.c3568 msg_callbacks->txCompletionHandler( in hif_pci_ce_send_done()
3713 !hif_msg_callbacks->txCompletionHandler) { in hif_completion_thread_startup_by_ceid()
4233 if (pipe_info->pipe_callbacks.txCompletionHandler) in hif_send_buffer_cleanup_on_pipe()
4235 txCompletionHandler(pipe_info-> in hif_send_buffer_cleanup_on_pipe()
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h1085 QDF_STATUS (*txCompletionHandler)(void *Context, qdf_nbuf_t wbuf, member