Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_t2h.c213 #define MAX_TARGET_TX_CREDIT 204800 macro
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()
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()