Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_t2h.c545 int sign, old_credit; in htt_t2h_lp_msg_handler() local
559 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() local
920 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()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_send.c1268 uint16_t old_credit = 0; in ol_tx_dump_group_credit_stats() local
1298 old_credit = in ol_tx_dump_group_credit_stats()
1311 (curr_credit - old_credit), in ol_tx_dump_group_credit_stats()