Home
last modified time | relevance | path

Searched refs:send_req_stats (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.c1539 if (!tx_ops->send_req_stats) { in tgt_send_mc_cp_stats_req()
1543 status = tx_ops->send_req_stats(psoc, type, req); in tgt_send_mc_cp_stats_req()
/wlan-driver/qcacld-3.0/components/target_if/cp_stats/src/
H A Dtarget_if_mc_cp_stats.c1797 cp_stats_tx_ops->send_req_stats = target_if_cp_stats_send_stats_req; in target_if_mc_cp_stats_register_tx_ops()
1826 cp_stats_tx_ops->send_req_stats = 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.h170 QDF_STATUS (*send_req_stats)(struct wlan_objmgr_psoc *psoc, member