Searched refs:HTC_OP_STATE_SETUP_COMPLETE (Results 1 – 2 of 2) sorted by relevance
1035 if (target->htc_flags & HTC_OP_STATE_SETUP_COMPLETE) { in ath6kl_htc_pipe_rx_complete()1518 target->htc_flags |= HTC_OP_STATE_SETUP_COMPLETE; in ath6kl_htc_pipe_start()1536 target->htc_flags &= ~HTC_OP_STATE_SETUP_COMPLETE; in ath6kl_htc_pipe_stop()
139 #define HTC_OP_STATE_SETUP_COMPLETE (1 << 1) macro