Searched refs:HTC_OP_START_WAIT (Results 1 – 2 of 2) sorted by relevance
209 target->htc_flags |= HTC_OP_START_WAIT; in htc_setup_complete()345 if (htc_handle->htc_flags & HTC_OP_START_WAIT) { in ath9k_htc_txcompletion_cb()347 htc_handle->htc_flags &= ~HTC_OP_START_WAIT; in ath9k_htc_txcompletion_cb()
113 #define HTC_OP_START_WAIT BIT(0) macro