Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dhtc_hst.c168 target->htc_flags |= HTC_OP_CONFIG_PIPE_CREDITS; in htc_config_pipe_credits()
333 if (htc_handle->htc_flags & HTC_OP_CONFIG_PIPE_CREDITS) { in ath9k_htc_txcompletion_cb()
335 htc_handle->htc_flags &= ~HTC_OP_CONFIG_PIPE_CREDITS; in ath9k_htc_txcompletion_cb()
Dhtc_hst.h114 #define HTC_OP_CONFIG_PIPE_CREDITS BIT(1) macro