Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/
H A Dwlan_cp_stats_ol_api.c182 csc->cp_stats_peer_obj_deinit = wlan_cp_stats_peer_obj_deinit_ol; in wlan_cp_stats_ctx_init_ol()
200 csc->cp_stats_peer_obj_deinit = NULL; in wlan_cp_stats_ctx_deinit_ol()
H A Dwlan_cp_stats_obj_mgr_handler.c479 if (csc->cp_stats_peer_obj_deinit) in wlan_cp_stats_peer_obj_create_handler()
480 csc->cp_stats_peer_obj_deinit(peer_cs); in wlan_cp_stats_peer_obj_create_handler()
514 if (csc->cp_stats_peer_obj_deinit) in wlan_cp_stats_peer_obj_destroy_handler()
515 csc->cp_stats_peer_obj_deinit(peer_cs); in wlan_cp_stats_peer_obj_destroy_handler()
H A Dwlan_cp_stats_defs.h177 QDF_STATUS (*cp_stats_peer_obj_deinit)(struct peer_cp_stats *peer_cs); member