Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A 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()
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()
1219 if (!(endpoint->cred_dist.dist_flags & HTC_EP_ACTIVE)) { in ath6kl_htc_mbox_activity_changed()
1220 endpoint->cred_dist.dist_flags |= HTC_EP_ACTIVE; in ath6kl_htc_mbox_activity_changed()
1224 if (endpoint->cred_dist.dist_flags & HTC_EP_ACTIVE) { in ath6kl_htc_mbox_activity_changed()
1225 endpoint->cred_dist.dist_flags &= ~HTC_EP_ACTIVE; in ath6kl_htc_mbox_activity_changed()
H A Dhtc.h387 u32 dist_flags; member
H A Ddebug.c254 ep_dist->dist_flags); in dump_cred_dist()
734 print_credit_info("%10x", dist_flags); in read_file_credit_dist_stats()