Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dhtc.c449 struct ath12k_htc_svc_tx_credits *serv_entry; in ath12k_htc_get_credit_allocation() local
452 serv_entry = htc->service_alloc_table; in ath12k_htc_get_credit_allocation()
455 if (serv_entry[i].service_id == service_id) { in ath12k_htc_get_credit_allocation()
456 allocation = serv_entry[i].credit_allocation; in ath12k_htc_get_credit_allocation()
466 struct ath12k_htc_svc_tx_credits *serv_entry; in ath12k_htc_setup_target_buffer_assignments() local
475 serv_entry = htc->service_alloc_table; in ath12k_htc_setup_target_buffer_assignments()
484 serv_entry[i].service_id = svc_id[i]; in ath12k_htc_setup_target_buffer_assignments()
485 serv_entry[i].credit_allocation = credits; in ath12k_htc_setup_target_buffer_assignments()
/linux/drivers/net/wireless/ath/ath11k/
H A Dhtc.c499 struct ath11k_htc_svc_tx_credits *serv_entry; in ath11k_htc_setup_target_buffer_assignments() local
508 serv_entry = htc->service_alloc_table; in ath11k_htc_setup_target_buffer_assignments()
517 serv_entry[i].service_id = svc_id[i]; in ath11k_htc_setup_target_buffer_assignments()
518 serv_entry[i].credit_allocation = credits; in ath11k_htc_setup_target_buffer_assignments()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h88 struct serv_entry { struct
110 struct serv_entry *stid_tab; argument