Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhtc.c65 if (ep->tx_credit_flow_enabled) in ath12k_htc_prepare_tx_skb()
92 if (ep->tx_credit_flow_enabled) { in ath12k_htc_send()
128 if (ep->tx_credit_flow_enabled) { in ath12k_htc_send()
436 ep->tx_credit_flow_enabled = true; in ath12k_htc_reset_endpoint_states()
705 if (disable_credit_flow_ctrl && ep->tx_credit_flow_enabled) { in ath12k_htc_connect_service()
706 ep->tx_credit_flow_enabled = false; in ath12k_htc_connect_service()
H A Dhtc.h277 bool tx_credit_flow_enabled; member
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.c98 if (ep->tx_credit_flow_enabled && !ep->bundle_tx) in ath10k_htc_prepare_tx_skb()
115 if (!ep->tx_credit_flow_enabled) in ath10k_htc_consume_credit()
148 if (!ep->tx_credit_flow_enabled) in ath10k_htc_release_credit()
621 ep->tx_credit_flow_enabled = true; in ath10k_htc_reset_endpoint_states()
713 if (ep->tx_credit_flow_enabled && in ath10k_htc_send_bundle_skbs()
762 if (ep->tx_credit_flow_enabled && in ath10k_htc_send_bundle_skbs()
1009 ep->tx_credit_flow_enabled = enable; in ath10k_htc_change_tx_credit_flow()
1167 if (disable_credit_flow_ctrl && ep->tx_credit_flow_enabled) { in ath10k_htc_connect_service()
1168 ep->tx_credit_flow_enabled = false; in ath10k_htc_connect_service()
H A Dhtc.h375 bool tx_credit_flow_enabled; member
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhtc.c65 if (ep->tx_credit_flow_enabled) in ath11k_htc_prepare_tx_skb()
85 ep->tx_credit_flow_enabled); in ath11k_htc_send()
478 ep->tx_credit_flow_enabled = true; in ath11k_htc_reset_endpoint_states()
756 if (disable_credit_flow_ctrl && ep->tx_credit_flow_enabled) { in ath11k_htc_connect_service()
757 ep->tx_credit_flow_enabled = false; in ath11k_htc_connect_service()
H A Dhtc.h273 bool tx_credit_flow_enabled; member
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A 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()
1187 ep->pipe.tx_credit_flow_enabled = true; in reset_endpoint_states()
1391 if (disable_credit_flowctrl && ep->pipe.tx_credit_flow_enabled) { in ath6kl_htc_pipe_conn_service()
1392 ep->pipe.tx_credit_flow_enabled = false; in ath6kl_htc_pipe_conn_service()
H A Dhtc.h536 bool tx_credit_flow_enabled; member