Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_services.c27 unsigned int htc_credit_flow = 1; variable
35 htc_credit_flow = 0; in htc_global_credit_flow_disable()
41 htc_credit_flow = 1; in htc_global_credit_flow_enable()
184 if (!htc_credit_flow) in htc_connect_service()
H A Dhtc.c57 extern unsigned int htc_credit_flow;
886 pEndpoint->TxCreditFlowEnabled = (bool)htc_credit_flow; in reset_endpoint_states()
934 if (!htc_credit_flow) { in htc_start()