Home
last modified time | relevance | path

Searched refs:dist_flags (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c76 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()
208 if (!(cur_list->dist_flags & HTC_EP_ACTIVE)) { in ath6kl_credit_update()
308 curdist_list->dist_flags |= HTC_EP_ACTIVE; in ath6kl_credit_redistribute()
311 !(curdist_list->dist_flags & HTC_EP_ACTIVE)) { in ath6kl_credit_redistribute()
1227 if (!(endpoint->cred_dist.dist_flags & HTC_EP_ACTIVE)) { in ath6kl_htc_mbox_activity_changed()
1228 endpoint->cred_dist.dist_flags |= HTC_EP_ACTIVE; in ath6kl_htc_mbox_activity_changed()
1232 if (endpoint->cred_dist.dist_flags & HTC_EP_ACTIVE) { in ath6kl_htc_mbox_activity_changed()
1233 endpoint->cred_dist.dist_flags &= ~HTC_EP_ACTIVE; in ath6kl_htc_mbox_activity_changed()
Dhtc.h380 u32 dist_flags; member
Ddebug.c241 ep_dist->dist_flags); in dump_cred_dist()
739 print_credit_info("%10x", dist_flags); in read_file_credit_dist_stats()