Searched refs:cur_ep_dist (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c56 struct htc_endpoint_credit_dist *cur_ep_dist; local
64 list_for_each_entry(cur_ep_dist, ep_list, list) {
65 if (cur_ep_dist->endpoint == ENDPOINT_0)
68 cur_ep_dist->cred_min = cur_ep_dist->cred_per_msg;
71 if ((cur_ep_dist->svc_id == WMI_DATA_BK_SVC) ||
72 (cur_ep_dist->svc_id == WMI_DATA_BE_SVC)) {
74 cur_ep_dist,
75 cur_ep_dist->cred_min);
76 cur_ep_dist
[all...]

Completed in 209 milliseconds