Searched refs:cred_dist_list (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/net/wireless/ath/ath6kl/ |
D | htc_mbox.c | 429 target->credit_info, &target->cred_dist_list); in htc_tx_comp_update() 432 &target->cred_dist_list, in htc_tx_comp_update() 1016 list_for_each_entry(cred_dist, &target->cred_dist_list, list) { in htc_chk_ep_txq() 1103 &target->cred_dist_list); in ath6kl_htc_set_credit_dist() 1110 &target->cred_dist_list); in ath6kl_htc_set_credit_dist() 1237 target->credit_info, &target->cred_dist_list); in ath6kl_htc_mbox_activity_changed() 1240 &target->cred_dist_list, in ath6kl_htc_mbox_activity_changed() 1660 &target->cred_dist_list, in htc_proc_cred_rpt() 2591 INIT_LIST_HEAD(&target->cred_dist_list); in reset_ep_state() 2761 ath6kl_credit_init(target->credit_info, &target->cred_dist_list, in ath6kl_htc_mbox_start() [all …]
|
D | htc.h | 588 struct list_head cred_dist_list; member
|
D | debug.c | 282 list_for_each_entry(ep_list, &target->cred_dist_list, list) in dump_cred_dist_stats() 715 get_queue_depth(&target->cred_dist_list) * CREDIT_INFO_LEN; in read_file_credit_dist_stats() 732 list_for_each_entry(ep_list, &target->cred_dist_list, list) { in read_file_credit_dist_stats()
|