Home
last modified time | relevance | path

Searched refs:infra_cp_stats_req_context (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/
H A Dwlan_cp_stats_obj_mgr_handler.c540 psoc_cp_stats_priv->infra_cp_stats_req_context = req->request_cookie; in wlan_cp_stats_infra_cp_register_resp_cb()
581 if (psoc_cp_stats_priv->infra_cp_stats_req_context) in wlan_cp_stats_infra_cp_get_context()
582 *context = psoc_cp_stats_priv->infra_cp_stats_req_context; in wlan_cp_stats_infra_cp_get_context()
H A Dwlan_cp_stats_defs.h73 void *infra_cp_stats_req_context; member