serv_entry
t->stid_tab = (struct serv_entry *)&t->atid_tab[natids];
struct serv_entry *stid_tab;
struct ath11k_htc_svc_tx_credits *serv_entry;
serv_entry = htc->service_alloc_table;
serv_entry[i].service_id = svc_id[i];
serv_entry[i].credit_allocation = credits;
struct ath12k_htc_svc_tx_credits *serv_entry;
serv_entry = htc->service_alloc_table;
if (serv_entry[i].service_id == service_id) {
allocation = serv_entry[i].credit_allocation;
struct ath12k_htc_svc_tx_credits *serv_entry;
serv_entry = htc->service_alloc_table;
serv_entry[i].service_id = svc_id[i];
serv_entry[i].credit_allocation = credits;