Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
H A Dwlan_cp_stats_mc_tgt_api.c1556 if (!tx_ops || !tx_ops->set_pdev_stats_update_period) { in tgt_set_pdev_stats_update_period()
1560 status = tx_ops->set_pdev_stats_update_period(psoc, pdev_id, val); in tgt_set_pdev_stats_update_period()
/wlan-driver/qcacld-3.0/components/target_if/cp_stats/src/
H A Dtarget_if_mc_cp_stats.c1798 cp_stats_tx_ops->set_pdev_stats_update_period = in target_if_mc_cp_stats_register_tx_ops()
1827 cp_stats_tx_ops->set_pdev_stats_update_period = NULL; in target_if_mc_cp_stats_unregister_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h175 QDF_STATUS (*set_pdev_stats_update_period)( member