Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_t2h.c199 &pdev->htt_tx_credit.target_delta); in htt_t2h_adjust_bus_target_delta()
481 &pdev->htt_tx_credit. in htt_t2h_lp_msg_handler()
559 old_credit = qdf_atomic_read(&pdev->htt_tx_credit.target_delta); in htt_t2h_lp_msg_handler()
921 &pdev->htt_tx_credit.target_delta); in htt_t2h_msg_handler()
932 &pdev->htt_tx_credit. in htt_t2h_msg_handler()
H A Dhtt.c452 qdf_atomic_init(&pdev->htt_tx_credit.target_delta); in htt_pdev_alloc()
453 qdf_atomic_init(&pdev->htt_tx_credit.bus_delta); in htt_pdev_alloc()
455 &pdev->htt_tx_credit.bus_delta); in htt_pdev_alloc()
H A Dhtt_tx.c469 &pdev->htt_tx_credit.target_delta), in htt_tx_credit_update()
470 qdf_atomic_read(&pdev->htt_tx_credit.bus_delta)); in htt_tx_credit_update()
473 &pdev->htt_tx_credit.target_delta); in htt_tx_credit_update()
475 &pdev->htt_tx_credit.bus_delta); in htt_tx_credit_update()
H A Dhtt_types.h419 struct htt_tx_credit_t htt_tx_credit; member
H A Dhtt_h2t.c91 qdf_atomic_add(1, &pdev->htt_tx_credit.bus_delta); in htt_t2h_adjust_bus_target_delta()