Lines Matching refs:EpCallbacks
227 connect_req->EpCallbacks.pContext = pdev; in htt_htc_tx_htt2_service_start()
228 connect_req->EpCallbacks.EpTxComplete = htt_h2t_send_complete; in htt_htc_tx_htt2_service_start()
229 connect_req->EpCallbacks.EpSendFull = htt_h2t_full; in htt_htc_tx_htt2_service_start()
801 connect.EpCallbacks.pContext = pdev; in htt_htc_attach()
802 connect.EpCallbacks.EpTxComplete = htt_h2t_send_complete; in htt_htc_attach()
803 connect.EpCallbacks.EpTxCompleteMultiple = NULL; in htt_htc_attach()
804 connect.EpCallbacks.EpRecv = htt_t2h_msg_handler; in htt_htc_attach()
805 connect.EpCallbacks.ep_resume_tx_queue = htt_tx_resume_handler; in htt_htc_attach()
806 connect.EpCallbacks.ep_padding_credit_update = in htt_htc_attach()
810 connect.EpCallbacks.EpRecvRefill = NULL; in htt_htc_attach()
811 connect.EpCallbacks.RecvRefillWaterMark = 1; in htt_htc_attach()
814 connect.EpCallbacks.EpSendFull = htt_h2t_full; in htt_htc_attach()