Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt.c228 connect_req->EpCallbacks.EpTxComplete = htt_h2t_send_complete; in htt_htc_tx_htt2_service_start()
802 connect.EpCallbacks.EpTxComplete = htt_h2t_send_complete; in htt_htc_attach()
H A Dhtt_internal.h586 void htt_h2t_send_complete(void *context, HTC_PACKET *pkt);
H A Dhtt_h2t.c108 void htt_h2t_send_complete(void *context, HTC_PACKET *htc_pkt) in htt_h2t_send_complete() function