Home
last modified time | relevance | path

Searched refs:serv_entry (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhtc.c443 struct ath12k_htc_svc_tx_credits *serv_entry; in ath12k_htc_get_credit_allocation() local
446 serv_entry = htc->service_alloc_table; in ath12k_htc_get_credit_allocation()
449 if (serv_entry[i].service_id == service_id) { in ath12k_htc_get_credit_allocation()
450 allocation = serv_entry[i].credit_allocation; in ath12k_htc_get_credit_allocation()
460 struct ath12k_htc_svc_tx_credits *serv_entry; in ath12k_htc_setup_target_buffer_assignments() local
469 serv_entry = htc->service_alloc_table; in ath12k_htc_setup_target_buffer_assignments()
478 serv_entry[i].service_id = svc_id[i]; in ath12k_htc_setup_target_buffer_assignments()
479 serv_entry[i].credit_allocation = credits; in ath12k_htc_setup_target_buffer_assignments()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhtc.c498 struct ath11k_htc_svc_tx_credits *serv_entry; in ath11k_htc_setup_target_buffer_assignments() local
507 serv_entry = htc->service_alloc_table; in ath11k_htc_setup_target_buffer_assignments()
516 serv_entry[i].service_id = svc_id[i]; in ath11k_htc_setup_target_buffer_assignments()
517 serv_entry[i].credit_allocation = credits; in ath11k_htc_setup_target_buffer_assignments()