Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc.c433 struct hif_msg_callbacks htcCallbacks; in htc_create() local
499 qdf_mem_zero(&htcCallbacks, sizeof(struct hif_msg_callbacks)); in htc_create()
500 htcCallbacks.Context = target; in htc_create()
501 htcCallbacks.rxCompletionHandler = htc_rx_completion_handler; in htc_create()
502 htcCallbacks.txCompletionHandler = htc_tx_completion_handler; in htc_create()
503 htcCallbacks.txResourceAvailHandler = in htc_create()
505 htcCallbacks.fwEventHandler = htc_fw_event_handler; in htc_create()
506 htcCallbacks.update_bundle_stats = htc_update_rx_bundle_stats; in htc_create()
512 hif_post_init(target->hif_dev, target, &htcCallbacks); in htc_create()