Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_t2h.c194 int32_t htt_credit_delta) in htt_t2h_adjust_bus_target_delta() argument
198 qdf_atomic_add(htt_credit_delta, in htt_t2h_adjust_bus_target_delta()
200 htt_credit_delta = htt_tx_credit_update(pdev); in htt_t2h_adjust_bus_target_delta()
203 return htt_credit_delta; in htt_t2h_adjust_bus_target_delta()
207 int32_t htt_credit_delta) in htt_t2h_adjust_bus_target_delta() argument
209 return htt_credit_delta; in htt_t2h_adjust_bus_target_delta()
544 int32_t htt_credit_delta; in htt_t2h_lp_msg_handler() local
557 htt_credit_delta = sign * htt_credit_delta_abs; in htt_t2h_lp_msg_handler()
560 if (((old_credit + htt_credit_delta) > MAX_TARGET_TX_CREDIT) || in htt_t2h_lp_msg_handler()
561 ((old_credit + htt_credit_delta) < -MAX_TARGET_TX_CREDIT)) { in htt_t2h_lp_msg_handler()
[all …]