Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 20 of 20) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_threads.c207 unsigned long entries[QDF_PRINT_TRACE_COUNT] = {0}; in qdf_print_thread_trace() local
212 nr_entries = stack_trace_save_tsk(task, entries, max_entries, skip); in qdf_print_thread_trace()
213 stack_trace_print(entries, nr_entries, spaces); in qdf_print_thread_trace()
220 unsigned long entries[QDF_PRINT_TRACE_COUNT] = {0}; in qdf_print_thread_trace() local
224 .entries = &entries[0], in qdf_print_thread_trace()
229 stack_trace_print(entries, trace.nr_entries, spaces); in qdf_print_thread_trace()
236 unsigned long entries[QDF_PRINT_TRACE_COUNT] = {0}; in qdf_print_thread_trace() local
240 .entries = &entries[0], in qdf_print_thread_trace()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_mcc_quota.c105 uint32_t duty_cycle, cmd_id, rem_bytes, entries, if_idx; in wlan_hdd_set_mcc_fixed_quota() local
140 entries = 0; in wlan_hdd_set_mcc_fixed_quota()
142 if (entries > 0) { in wlan_hdd_set_mcc_fixed_quota()
145 entries, nla_type(curr_attr)); in wlan_hdd_set_mcc_fixed_quota()
146 entries++; in wlan_hdd_set_mcc_fixed_quota()
188 entries++; in wlan_hdd_set_mcc_fixed_quota()
191 if (entries == 0) { in wlan_hdd_set_mcc_fixed_quota()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
Ddp_tx_mon_2.0.c396 int entries; in dp_tx_mon_buf_desc_pool_alloc() local
404 entries = wlan_cfg_get_dp_soc_tx_mon_buf_ring_size(soc_cfg_ctx); in dp_tx_mon_buf_desc_pool_alloc()
409 qdf_print("%s:%d tx mon buf desc pool entries: %d", __func__, __LINE__, entries); in dp_tx_mon_buf_desc_pool_alloc()
411 entries, tx_mon_desc_pool); in dp_tx_mon_buf_desc_pool_alloc()
1575 int entries; in dp_tx_mon_pdev_rings_alloc_2_0() local
1581 entries = wlan_cfg_get_dma_tx_mon_dest_ring_size(pdev_cfg_ctx); in dp_tx_mon_pdev_rings_alloc_2_0()
1584 TX_MONITOR_DST, entries, 0); in dp_tx_mon_pdev_rings_alloc_2_0()
1619 int entries; in dp_tx_mon_soc_attach_2_0() local
1625 entries = wlan_cfg_get_dp_soc_tx_mon_buf_ring_size(soc_cfg_ctx); in dp_tx_mon_soc_attach_2_0()
1626 qdf_print("%s:%d tx mon buf entries: %d", __func__, __LINE__, entries); in dp_tx_mon_soc_attach_2_0()
[all …]
Ddp_rx_mon_2.0.c2812 int entries; in dp_rx_mon_buf_desc_pool_alloc() local
2817 entries = wlan_cfg_get_dp_soc_rx_mon_buf_ring_size(soc_cfg_ctx); in dp_rx_mon_buf_desc_pool_alloc()
2822 qdf_print("%s:%d rx mon buf desc pool entries: %d", __func__, __LINE__, entries); in dp_rx_mon_buf_desc_pool_alloc()
2824 entries, rx_mon_desc_pool); in dp_rx_mon_buf_desc_pool_alloc()
2906 int entries; in dp_rx_mon_pdev_rings_alloc_2_0() local
2910 entries = wlan_cfg_get_dma_rx_mon_dest_ring_size(pdev_cfg_ctx); in dp_rx_mon_pdev_rings_alloc_2_0()
2913 RXDMA_MONITOR_DST, entries, 0); in dp_rx_mon_pdev_rings_alloc_2_0()
2941 int entries; in dp_rx_mon_soc_attach_2_0() local
2944 entries = wlan_cfg_get_dp_soc_rx_mon_buf_ring_size(soc_cfg_ctx); in dp_rx_mon_soc_attach_2_0()
2945 qdf_print("%s:%d rx mon buf entries: %d", __func__, __LINE__, entries); in dp_rx_mon_soc_attach_2_0()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/direct_buf_rx/src/
Dtarget_if_direct_buf_rx_main.c210 if (ring_debug->entries) { in target_if_dbr_print_ring_debug_entries()
218 ring_debug->entries[idx].head_idx, in target_if_dbr_print_ring_debug_entries()
219 ring_debug->entries[idx].tail_idx, in target_if_dbr_print_ring_debug_entries()
220 ring_debug->entries[idx].timestamp, in target_if_dbr_print_ring_debug_entries()
222 ring_debug->entries[idx].event]); in target_if_dbr_print_ring_debug_entries()
1080 if (!ring_debug->entries) { in target_if_dbr_stop_ring_debug()
1087 qdf_mem_free(ring_debug->entries); in target_if_dbr_stop_ring_debug()
1088 ring_debug->entries = NULL; in target_if_dbr_stop_ring_debug()
1129 if (ring_debug->entries) { in target_if_dbr_start_ring_debug()
1135 ring_debug->entries = qdf_mem_malloc( in target_if_dbr_start_ring_debug()
[all …]
Dtarget_if_direct_buf_rx_main.h146 struct direct_buf_rx_ring_debug_entry *entries; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rings_main.c3713 uint32_t entries; in dp_soc_tcl_cmd_cred_srng_alloc() local
3716 entries = wlan_cfg_get_dp_soc_tcl_cmd_credit_ring_size(soc_cfg_ctx); in dp_soc_tcl_cmd_cred_srng_alloc()
3719 TCL_CMD_CREDIT, entries, 0); in dp_soc_tcl_cmd_cred_srng_alloc()
3793 uint32_t entries; in dp_soc_tcl_status_srng_alloc() local
3796 entries = wlan_cfg_get_dp_soc_tcl_status_ring_size(soc_cfg_ctx); in dp_soc_tcl_status_srng_alloc()
3798 TCL_STATUS, entries, 0); in dp_soc_tcl_status_srng_alloc()
4126 uint32_t entries; in dp_soc_srng_alloc() local
4135 entries = wlan_cfg_get_dp_soc_wbm_release_ring_size(soc_cfg_ctx); in dp_soc_srng_alloc()
4137 entries, 0)) { in dp_soc_srng_alloc()
4154 entries = wlan_cfg_get_dp_soc_reo_reinject_ring_size(soc_cfg_ctx); in dp_soc_srng_alloc()
[all …]
Ddp_rx.c2136 bufqi->entries -= num_buff_elem; in dp_rx_flush_rx_cached()
2200 dp_debug_rl("bufq->curr %d bufq->drops %d", bufqi->entries, in dp_rx_enqueue_rx()
2210 if (bufqi->entries >= bufqi->thresh) { in dp_rx_enqueue_rx()
2236 bufqi->entries += num_buff_elem; in dp_rx_enqueue_rx()
Ddp_main.c3000 int entries; in dp_setup_ipa_rx_refill_buf_ring() local
3004 entries = in dp_setup_ipa_rx_refill_buf_ring()
3009 entries, 0)) { in dp_setup_ipa_rx_refill_buf_ring()
3024 int entries; in dp_setup_ipa_rx_alt_refill_buf_ring() local
3029 entries = in dp_setup_ipa_rx_alt_refill_buf_ring()
3034 entries, 0)) { in dp_setup_ipa_rx_alt_refill_buf_ring()
Ddp_types.h4336 uint32_t entries; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
Ddp_mon_1.0.c262 int entries; in dp_mon_sw2rxdma_link_ring_alloc() local
264 entries = wlan_cfg_get_dma_sw2rxdma_link_ring_size(pdev_cfg_ctx); in dp_mon_sw2rxdma_link_ring_alloc()
267 SW2RXDMA_LINK_RELEASE, entries, 0); in dp_mon_sw2rxdma_link_ring_alloc()
327 int entries; in dp_mon_rings_alloc_1_0() local
337 entries = wlan_cfg_get_dma_mon_stat_ring_size(pdev_cfg_ctx); in dp_mon_rings_alloc_1_0()
339 RXDMA_MONITOR_STATUS, entries, 0)) { in dp_mon_rings_alloc_1_0()
Ddp_rx_mon_dest_1.0.c2671 int entries; in dp_mon_dest_rings_alloc() local
2676 entries = wlan_cfg_get_dma_mon_buf_ring_size(pdev_cfg_ctx); in dp_mon_dest_rings_alloc()
2678 RXDMA_MONITOR_BUF, entries, 0)) { in dp_mon_dest_rings_alloc()
2682 entries = wlan_cfg_get_dma_rx_mon_dest_ring_size(pdev_cfg_ctx); in dp_mon_dest_rings_alloc()
2684 RXDMA_MONITOR_DST, entries, 0)) { in dp_mon_dest_rings_alloc()
2688 entries = wlan_cfg_get_dma_mon_desc_ring_size(pdev_cfg_ctx); in dp_mon_dest_rings_alloc()
2690 RXDMA_MONITOR_DESC, entries, 0)) { in dp_mon_dest_rings_alloc()
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_types.h98 struct htt_rx_hash_entry *entries; member
Dhtt_rx_ll.c1310 pdev->rx_ring.hash_table[i]->entries = in htt_rx_hash_init()
1315 if (!pdev->rx_ring.hash_table[i]->entries) { in htt_rx_hash_init()
1330 pdev->rx_ring.hash_table[i]->entries[j].fromlist = 1; in htt_rx_hash_init()
1333 &pdev->rx_ring.hash_table[i]->entries[j]. in htt_rx_hash_init()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_dbr_tlv.c169 entry = &param_buf->entries[idx]; in extract_dbr_buf_release_entry_tlv()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be.c2192 uint32_t entries; in dp_soc_ppeds_srng_alloc() local
2200 entries = wlan_cfg_get_dp_soc_reo2ppe_ring_size(soc_cfg_ctx); in dp_soc_ppeds_srng_alloc()
2203 entries, 0)) { in dp_soc_ppeds_srng_alloc()
2208 entries = wlan_cfg_get_dp_soc_ppe2tcl_ring_size(soc_cfg_ctx); in dp_soc_ppeds_srng_alloc()
2210 entries, 0)) { in dp_soc_ppeds_srng_alloc()
2215 entries = wlan_cfg_tx_comp_ring_size(soc_cfg_ctx); in dp_soc_ppeds_srng_alloc()
2217 entries, 1)) { in dp_soc_ppeds_srng_alloc()
/wlan-driver/platform/cnss2/
Dpci.c6421 fw_image->entries); in cnss_pci_collect_dump_info()
6423 for (i = 0; i < fw_image->entries; i++) { in cnss_pci_collect_dump_info()
6431 dump_data->nentries += fw_image->entries; in cnss_pci_collect_dump_info()
6434 rddm_image->entries); in cnss_pci_collect_dump_info()
6436 for (i = 0; i < rddm_image->entries; i++) { in cnss_pci_collect_dump_info()
6444 dump_data->nentries += rddm_image->entries; in cnss_pci_collect_dump_info()
6498 for (i = 0; i < fw_image->entries; i++) { in cnss_pci_clear_dump_info()
6506 for (i = 0; i < rddm_image->entries; i++) { in cnss_pci_clear_dump_info()
/wlan-driver/qcacld-3.0/components/wmi/src/
Dwmi_unified_roam_tlv.c3841 struct wlan_crypto_key_entry **entries, in extract_roam_synch_key_event_tlv() argument
3871 *entries = qdf_mem_malloc(WLAN_MAX_ML_BSS_LINKS * sizeof(*key_entry)); in extract_roam_synch_key_event_tlv()
3872 if (!*entries) in extract_roam_synch_key_event_tlv()
3897 key_entry = *entries; in extract_roam_synch_key_event_tlv()
4144 qdf_mem_zero(*entries, in extract_roam_synch_key_event_tlv()
4145 WLAN_MAX_ML_BSS_LINKS * sizeof(**entries)); in extract_roam_synch_key_event_tlv()
4146 qdf_mem_free(*entries); in extract_roam_synch_key_event_tlv()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_utils.c876 uint32_t entries; in wma_profile_data_report_event_handler() local
886 entries = profile_ctx->bin_count; in wma_profile_data_report_event_handler()
887 if (entries > param_buf->num_profile_data) { in wma_profile_data_report_event_handler()
889 entries, in wma_profile_data_report_event_handler()
916 for (i = 0; i < entries; i++) { in wma_profile_data_report_event_handler()
/wlan-driver/fw-api/fw/
Dwmi_tlv_defs.h6213 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_oem_dma_buf_release_entry, entries, WMITLV_…
7217 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_dma_buf_release_entry, entries, WMITLV_SIZE…