Searched refs:sta_tx (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/ |
H A D | wlan_ipa_core.h | 430 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 D | wlan_ipa_main.h | 574 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 D | wlan_ipa_ucfg_api.c | 342 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 D | wlan_ipa_ucfg_api.h | 452 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 D | wlan_ipa_main.c | 914 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 D | wlan_ipa_stats.c | 827 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 D | i_qdf_ipa.h | 389 (((struct ipa_wdi_tx_info *)stats_info)->sta_tx)
|