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

/linux-master/drivers/net/wireless/ath/ath12k/
H A Dhtc.c443 struct ath12k_htc_svc_tx_credits *serv_entry; local
446 serv_entry = htc->service_alloc_table;
449 if (serv_entry[i].service_id == service_id) {
450 allocation = serv_entry[i].credit_allocation;
460 struct ath12k_htc_svc_tx_credits *serv_entry; local
469 serv_entry = htc->service_alloc_table;
478 serv_entry[i].service_id = svc_id[i];
479 serv_entry[i].credit_allocation = credits;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h88 struct serv_entry { struct
110 struct serv_entry *stid_tab;
H A Dcxgb4_main.c1864 t->stid_tab = (struct serv_entry *)&t->atid_tab[natids];
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhtc.c499 struct ath11k_htc_svc_tx_credits *serv_entry; local
508 serv_entry = htc->service_alloc_table;
517 serv_entry[i].service_id = svc_id[i];
518 serv_entry[i].credit_allocation = credits;

Completed in 283 milliseconds