Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/
H A Dwlan_ipa_core.h430 void wlan_ipa_update_tx_stats(struct wlan_ipa_priv *ipa_ctx, uint64_t sta_tx,
434 uint64_t sta_tx, uint64_t sap_tx) in wlan_ipa_update_tx_stats() argument
457 uint64_t sta_tx, uint64_t sap_tx) in wlan_ipa_update_tx_stats() argument
H A Dwlan_ipa_main.h574 void ipa_update_tx_stats(struct wlan_objmgr_pdev *pdev, uint64_t sta_tx,
/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() argument
345 ipa_update_tx_stats(pdev, sta_tx, ap_tx); in 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() argument
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_main.c914 void ipa_update_tx_stats(struct wlan_objmgr_pdev *pdev, uint64_t sta_tx, in ipa_update_tx_stats() argument
928 wlan_ipa_update_tx_stats(ipa_obj, sta_tx, ap_tx); in ipa_update_tx_stats()
H A Dwlan_ipa_stats.c827 void wlan_ipa_update_tx_stats(struct wlan_ipa_priv *ipa_ctx, uint64_t sta_tx, in wlan_ipa_update_tx_stats() argument
835 QDF_IPA_WDI_TX_INFO_STA_TX_BYTES(&tx_stats) = sta_tx; in wlan_ipa_update_tx_stats()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_ipa.h389 (((struct ipa_wdi_tx_info *)stats_info)->sta_tx)