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