Searched refs:cp_stats_peer_obj_deinit (Results 1 – 3 of 3) sorted by relevance
182 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()
479 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()
177 QDF_STATUS (*cp_stats_peer_obj_deinit)(struct peer_cp_stats *peer_cs); member