Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/ipa/dispatcher/src/
H A Dwlan_ipa_ucfg_api.c342 void ucfg_ipa_update_tx_stats(struct wlan_objmgr_pdev *pdev, uint64_t sta_tx, in ucfg_ipa_update_tx_stats() function
348 qdf_export_symbol(ucfg_ipa_update_tx_stats);
/wlan-driver/qca-wifi-host-cmn/ipa/dispatcher/inc/
H A Dwlan_ipa_ucfg_api.h452 void ucfg_ipa_update_tx_stats(struct wlan_objmgr_pdev *pdev, uint64_t sta_tx,
761 void ucfg_ipa_update_tx_stats(struct wlan_objmgr_pdev *pdev, uint64_t sta_tx, in ucfg_ipa_update_tx_stats() function
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c2033 ucfg_ipa_update_tx_stats(dp_ctx->pdev, sta_tx_bytes, sap_tx_bytes); in __dp_bus_bw_work_handler()