Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtc.c119 if (ep->tx_credit_flow_enabled) { in ath10k_htc_send()
162 if (ep->tx_credit_flow_enabled) { in ath10k_htc_send()
570 ep->tx_credit_flow_enabled = true; in ath10k_htc_reset_endpoint_states()
814 if (disable_credit_flow_ctrl && ep->tx_credit_flow_enabled) { in ath10k_htc_connect_service()
815 ep->tx_credit_flow_enabled = false; in ath10k_htc_connect_service()
Dhtc.h349 bool tx_credit_flow_enabled; member
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c410 if (!ep->pipe.tx_credit_flow_enabled) { in htc_try_send()
454 if (ep->pipe.tx_credit_flow_enabled) { in htc_try_send()
484 if (!ep->pipe.tx_credit_flow_enabled) { in htc_try_send()
768 if (!ep->pipe.tx_credit_flow_enabled) { in ath6kl_htc_pipe_tx_complete()
1190 ep->pipe.tx_credit_flow_enabled = true; in reset_endpoint_states()
1394 if (disable_credit_flowctrl && ep->pipe.tx_credit_flow_enabled) { in ath6kl_htc_pipe_conn_service()
1395 ep->pipe.tx_credit_flow_enabled = false; in ath6kl_htc_pipe_conn_service()
Dhtc.h529 bool tx_credit_flow_enabled; member