Searched refs:HTC_OP_CONFIG_PIPE_CREDITS (Results 1 – 2 of 2) sorted by relevance
168 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()
114 #define HTC_OP_CONFIG_PIPE_CREDITS BIT(1) macro