Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/src/
Dwlan_objmgr_debug.c130 wlan_objmgr_insert_ld_obj_to_list(struct wlan_objmgr_debug_info *debug_info, in wlan_objmgr_insert_ld_obj_to_list() argument
134 qdf_spin_lock_bh(&debug_info->list_lock); in wlan_objmgr_insert_ld_obj_to_list()
137 if (qdf_list_empty(&debug_info->obj_list)) in wlan_objmgr_insert_ld_obj_to_list()
138 qdf_timer_start(&debug_info->obj_timer, in wlan_objmgr_insert_ld_obj_to_list()
141 qdf_list_insert_back(&debug_info->obj_list, node); in wlan_objmgr_insert_ld_obj_to_list()
142 qdf_spin_unlock_bh(&debug_info->list_lock); in wlan_objmgr_insert_ld_obj_to_list()
171 struct wlan_objmgr_debug_info *debug_info; in wlan_objmgr_notify_log_delete() local
183 debug_info = g_umac_glb_obj->debug_info; in wlan_objmgr_notify_log_delete()
185 if (!debug_info) { in wlan_objmgr_notify_log_delete()
212 wlan_objmgr_insert_ld_obj_to_list(debug_info, &node->node); in wlan_objmgr_notify_log_delete()
[all …]
Dwlan_objmgr_global_obj_i.h112 struct wlan_objmgr_debug_info *debug_info; member
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/
Dwlan_mgmt_txrx_rx_reo.c1809 struct mgmt_rx_reo_list_entry_debug_info *debug_info; in mgmt_rx_reo_list_display() local
1827 debug_info = qdf_mem_malloc_atomic(reo_list_size * sizeof(*debug_info)); in mgmt_rx_reo_list_display()
1828 if (!debug_info) { in mgmt_rx_reo_list_display()
1836 debug_info[index].link_id = in mgmt_rx_reo_list_display()
1838 debug_info[index].mgmt_pkt_ctr = in mgmt_rx_reo_list_display()
1840 debug_info[index].global_timestamp = in mgmt_rx_reo_list_display()
1842 debug_info[index].wait_count = cur_entry->wait_count; in mgmt_rx_reo_list_display()
1843 debug_info[index].status = cur_entry->status; in mgmt_rx_reo_list_display()
1844 debug_info[index].entry = cur_entry; in mgmt_rx_reo_list_display()
1859 index, debug_info[index].link_id, in mgmt_rx_reo_list_display()
[all …]
/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_ch_select.c1636 goto debug_info; in sap_compute_spect_weight()
1693 debug_info: in sap_compute_spect_weight()