Lines Matching refs:connect_req
218 struct htc_service_connect_req *connect_req, in htt_htc_tx_htt2_service_start() argument
223 qdf_mem_zero(connect_req, sizeof(struct htc_service_connect_req)); in htt_htc_tx_htt2_service_start()
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()
230 connect_req->MaxSendQueueDepth = HTT_MAX_SEND_QUEUE_DEPTH; in htt_htc_tx_htt2_service_start()
232 connect_req->ConnectionFlags |= in htt_htc_tx_htt2_service_start()
235 connect_req->ConnectionFlags |= HTC_CONNECT_FLAGS_ENABLE_HTC_SCHEDULE; in htt_htc_tx_htt2_service_start()
237 connect_req->service_id = HTT_DATA2_MSG_SVC; in htt_htc_tx_htt2_service_start()
239 status = htc_connect_service(pdev->htc_pdev, connect_req, connect_resp); in htt_htc_tx_htt2_service_start()
258 struct htc_service_connect_req *connect_req, in htt_htc_tx_htt2_service_start() argument
281 struct htc_service_connect_req *connect_req) in htt_htc_credit_flow_disable() argument
289 connect_req->ConnectionFlags |= in htt_htc_credit_flow_disable()
292 connect_req->ConnectionFlags |= in htt_htc_credit_flow_disable()