Home
last modified time | relevance | path

Searched refs:credits (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc.c590 int credits) in htc_setup_epping_credit_allocation() argument
597 pEntry->CreditAllocation = (credits >> 1); in htc_setup_epping_credit_allocation()
601 pEntry->CreditAllocation = (credits >> 1); in htc_setup_epping_credit_allocation()
606 pEntry->CreditAllocation = credits; in htc_setup_epping_credit_allocation()
624 int credits; in htc_setup_target_buffer_assignments() local
633 credits = target->TotalTransmitCredits; in htc_setup_target_buffer_assignments()
645 pEntry->CreditAllocation = credits; in htc_setup_target_buffer_assignments()
671 pEntry, credits); in htc_setup_target_buffer_assignments()
683 credits = credits / target->wmi_ep_count; in htc_setup_target_buffer_assignments()
688 pEntry->CreditAllocation = credits; in htc_setup_target_buffer_assignments()
Dhtc_send.c92 int *credits) in htc_get_control_endpoint_tx_host_credits() argument
98 if (!credits || !target) { in htc_get_control_endpoint_tx_host_credits()
103 *credits = 0; in htc_get_control_endpoint_tx_host_credits()
108 *credits = pEndpoint->TxCredits; in htc_get_control_endpoint_tx_host_credits()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
Dol_txrx_htt_api.h170 void ol_tx_credit_completion_handler(ol_txrx_pdev_handle pdev, int credits);
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_tx_send.c561 void ol_tx_credit_completion_handler(ol_txrx_pdev_handle pdev, int credits) in ol_tx_credit_completion_handler() argument
563 ol_tx_target_credit_update(pdev, credits); in ol_tx_credit_completion_handler()