Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_types.h158 qdf_atomic_t bus_delta; member
H A Dhtt.c453 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.c470 qdf_atomic_read(&pdev->htt_tx_credit.bus_delta)); in htt_tx_credit_update()
475 &pdev->htt_tx_credit.bus_delta); in htt_tx_credit_update()
H A Dhtt_h2t.c91 qdf_atomic_add(1, &pdev->htt_tx_credit.bus_delta); in htt_t2h_adjust_bus_target_delta()