Searched refs:htt_credit_delta (Results 1 – 1 of 1) sorted by relevance
194 int32_t htt_credit_delta) in htt_t2h_adjust_bus_target_delta() argument198 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() argument209 return htt_credit_delta; in htt_t2h_adjust_bus_target_delta()544 int32_t htt_credit_delta; in htt_t2h_lp_msg_handler() local557 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 …]