Searched refs:HTC_EP_ACTIVE (Results 1 – 2 of 2) sorted by relevance
76 cur_ep_dist->dist_flags |= HTC_EP_ACTIVE; in ath6kl_credit_init()87 cur_ep_dist->dist_flags |= HTC_EP_ACTIVE; in ath6kl_credit_init()207 if (!(cur_list->dist_flags & HTC_EP_ACTIVE)) { in ath6kl_credit_update()307 curdist_list->dist_flags |= HTC_EP_ACTIVE; in ath6kl_credit_redistribute()310 !(curdist_list->dist_flags & HTC_EP_ACTIVE)) { in ath6kl_credit_redistribute()1220 if (!(endpoint->cred_dist.dist_flags & HTC_EP_ACTIVE)) { in ath6kl_htc_mbox_activity_changed()1221 endpoint->cred_dist.dist_flags |= HTC_EP_ACTIVE; in ath6kl_htc_mbox_activity_changed()1225 if (endpoint->cred_dist.dist_flags & HTC_EP_ACTIVE) { in ath6kl_htc_mbox_activity_changed()1226 endpoint->cred_dist.dist_flags &= ~HTC_EP_ACTIVE; in ath6kl_htc_mbox_activity_changed()
114 #define HTC_EP_ACTIVE ((u32) (1u << 31)) macro