Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/cp_stats/src/
H A Dtarget_if_cp_stats.c674 struct wlan_lmac_if_cp_stats_tx_ops *cp_stats_tx_ops; in target_if_cp_stats_register_tx_ops() local
681 cp_stats_tx_ops = &tx_ops->cp_stats_tx_ops; in target_if_cp_stats_register_tx_ops()
682 if (!cp_stats_tx_ops) { in target_if_cp_stats_register_tx_ops()
687 target_if_register_cstats_enable_txops(cp_stats_tx_ops); in target_if_cp_stats_register_tx_ops()
689 target_if_register_infra_cp_stats_txops(cp_stats_tx_ops); in target_if_cp_stats_register_tx_ops()
690 target_if_register_telemetry_cp_stats_txops(cp_stats_tx_ops); in target_if_cp_stats_register_tx_ops()
692 cp_stats_tx_ops->cp_stats_attach = in target_if_cp_stats_register_tx_ops()
694 cp_stats_tx_ops->cp_stats_detach = in target_if_cp_stats_register_tx_ops()
696 cp_stats_tx_ops->cp_stats_legacy_attach = in target_if_cp_stats_register_tx_ops()
698 cp_stats_tx_ops->cp_stats_legacy_detach = in target_if_cp_stats_register_tx_ops()
/wlan-driver/qcacld-3.0/components/target_if/cp_stats/src/
H A Dtarget_if_mc_cp_stats.c1423 *cp_stats_tx_ops) in target_if_big_data_stats_register_tx_ops()
1425 cp_stats_tx_ops->send_req_big_data_stats = in target_if_big_data_stats_register_tx_ops()
1432 *cp_stats_tx_ops) in target_if_big_data_stats_unregister_tx_ops()
1434 cp_stats_tx_ops->send_req_big_data_stats = NULL; in target_if_big_data_stats_unregister_tx_ops()
1449 *cp_stats_tx_ops) in target_if_big_data_stats_register_tx_ops()
1456 *cp_stats_tx_ops) in target_if_big_data_stats_unregister_tx_ops()
1782 struct wlan_lmac_if_cp_stats_tx_ops *cp_stats_tx_ops; in target_if_mc_cp_stats_register_tx_ops() local
1789 cp_stats_tx_ops = &tx_ops->cp_stats_tx_ops; in target_if_mc_cp_stats_register_tx_ops()
1790 if (!cp_stats_tx_ops) { in target_if_mc_cp_stats_register_tx_ops()
1795 cp_stats_tx_ops->inc_wake_lock_stats = in target_if_mc_cp_stats_register_tx_ops()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/cp_stats/inc/
H A Dtarget_if_cp_stats.h73 return &tx_ops->cp_stats_tx_ops; in target_if_cp_stats_get_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1836 struct wlan_lmac_if_cp_stats_tx_ops cp_stats_tx_ops; member