Searched refs:old_credit (Results 1 – 2 of 2) sorted by relevance
545 int sign, old_credit; in htt_t2h_lp_msg_handler() local559 old_credit = qdf_atomic_read(&pdev->htt_tx_credit.target_delta); 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()563 old_credit, htt_credit_delta); in htt_t2h_lp_msg_handler()876 int old_credit; in htt_t2h_msg_handler() local920 old_credit = qdf_atomic_read( in htt_t2h_msg_handler()922 if (((old_credit + num_msdus) > MAX_TARGET_TX_CREDIT) || in htt_t2h_msg_handler()923 ((old_credit + num_msdus) < -MAX_TARGET_TX_CREDIT)) { in htt_t2h_msg_handler()925 old_credit, num_msdus); in htt_t2h_msg_handler()
1268 uint16_t old_credit = 0; in ol_tx_dump_group_credit_stats() local1298 old_credit = in ol_tx_dump_group_credit_stats()1311 (curr_credit - old_credit), in ol_tx_dump_group_credit_stats()