Home
last modified time | relevance | path

Searched refs:soc_cfg_ctx (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
Ddp_li.c72 dp_soc_cfg_update_tcl_wbm_map_for_ipa(struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx) in dp_soc_cfg_update_tcl_wbm_map_for_ipa() argument
79 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_soc_cfg_attach_li() local
83 wlan_cfg_set_rx_rel_ring_id(soc_cfg_ctx, WBM2SW_REL_ERR_RING_NUM); in dp_soc_cfg_attach_li()
85 soc_cfg_ctx->tcl_wbm_map_array = g_tcl_wbm_map_array; in dp_soc_cfg_attach_li()
86 dp_soc_cfg_update_tcl_wbm_map_for_ipa(soc_cfg_ctx); in dp_soc_cfg_attach_li()
528 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_soc_srng_alloc_li() local
530 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_soc_srng_alloc_li()
532 tx_comp_ring_size = wlan_cfg_tx_comp_ring_size(soc_cfg_ctx); in dp_soc_srng_alloc_li()
534 if (wlan_cfg_get_dp_soc_nss_cfg(soc_cfg_ctx)) in dp_soc_srng_alloc_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rings_main.c1750 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx) in dp_ipa_get_tx_ring_size() argument
1752 if (!soc_cfg_ctx->ipa_enabled) in dp_ipa_get_tx_ring_size()
1756 *tx_ipa_ring_sz = wlan_cfg_ipa_tx_ring_size(soc_cfg_ctx); in dp_ipa_get_tx_ring_size()
1758 *tx_ipa_ring_sz = wlan_cfg_ipa_tx_alt_ring_size(soc_cfg_ctx); in dp_ipa_get_tx_ring_size()
1772 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx) in dp_ipa_get_tx_comp_ring_size() argument
1774 if (!soc_cfg_ctx->ipa_enabled) in dp_ipa_get_tx_comp_ring_size()
1779 wlan_cfg_ipa_tx_comp_ring_size(soc_cfg_ctx); in dp_ipa_get_tx_comp_ring_size()
1782 wlan_cfg_ipa_tx_alt_comp_ring_size(soc_cfg_ctx); in dp_ipa_get_tx_comp_ring_size()
1943 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx) in dp_ipa_get_tx_ring_size() argument
1949 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx) in dp_ipa_get_tx_comp_ring_size() argument
[all …]
Ddp_stats.c5607 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_print_soc_cfg_params() local
5617 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_print_soc_cfg_params()
5619 if (!soc_cfg_ctx) { in dp_print_soc_cfg_params()
5625 wlan_cfg_get_num_contexts(soc_cfg_ctx); in dp_print_soc_cfg_params()
5628 soc_cfg_ctx->num_int_ctxts); in dp_print_soc_cfg_params()
5630 soc_cfg_ctx->max_clients); in dp_print_soc_cfg_params()
5632 soc_cfg_ctx->max_alloc_size); in dp_print_soc_cfg_params()
5634 soc_cfg_ctx->per_pdev_tx_ring); in dp_print_soc_cfg_params()
5636 soc_cfg_ctx->num_tcl_data_rings); in dp_print_soc_cfg_params()
5638 soc_cfg_ctx->per_pdev_rx_ring); in dp_print_soc_cfg_params()
[all …]
Ddp_main.c2742 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_enable_verbose_debug() local
2744 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_enable_verbose_debug()
2746 if (soc_cfg_ctx->per_pkt_trace & dp_verbose_debug_mask) in dp_enable_verbose_debug()
2749 if (soc_cfg_ctx->per_pkt_trace & hal_verbose_debug_mask) in dp_enable_verbose_debug()
2999 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_setup_ipa_rx_refill_buf_ring() local
3003 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_setup_ipa_rx_refill_buf_ring()
3005 wlan_cfg_get_dp_soc_rxdma_refill_ring_size(soc_cfg_ctx); in dp_setup_ipa_rx_refill_buf_ring()
3023 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_setup_ipa_rx_alt_refill_buf_ring() local
3028 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_setup_ipa_rx_alt_refill_buf_ring()
3030 wlan_cfg_get_dp_soc_rxdma_refill_ring_size(soc_cfg_ctx); in dp_setup_ipa_rx_alt_refill_buf_ring()
[all …]
Ddp_htt.c3236 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; local
3243 soc_cfg_ctx = dpsoc->wlan_cfg_ctx;
3254 th_time = wlan_cfg_time_control_bp(soc_cfg_ctx);
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
Ddp_mon_2.0.c186 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_vdev_set_monitor_mode_buf_rings_rx_2_0() local
197 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_vdev_set_monitor_mode_buf_rings_rx_2_0()
198 rx_mon_max_entries = wlan_cfg_get_dp_soc_rx_mon_buf_ring_size(soc_cfg_ctx); in dp_vdev_set_monitor_mode_buf_rings_rx_2_0()
618 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_mon_soc_attach_2_0() local
620 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_mon_soc_attach_2_0()
1002 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_vdev_set_monitor_mode_buf_rings_tx_2_0() local
1014 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_vdev_set_monitor_mode_buf_rings_tx_2_0()
1016 wlan_cfg_get_dp_soc_tx_mon_buf_ring_size(soc_cfg_ctx); in dp_vdev_set_monitor_mode_buf_rings_tx_2_0()
1682 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_local_pkt_capture_tx_config() local
1686 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_local_pkt_capture_tx_config()
[all …]
Ddp_tx_mon_2.0.c397 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_tx_mon_buf_desc_pool_alloc() local
402 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_tx_mon_buf_desc_pool_alloc()
404 entries = wlan_cfg_get_dp_soc_tx_mon_buf_ring_size(soc_cfg_ctx); in dp_tx_mon_buf_desc_pool_alloc()
659 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_config_enh_tx_monitor_2_0() local
669 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_config_enh_tx_monitor_2_0()
682 num_of_buffers = wlan_cfg_get_dp_soc_tx_mon_buf_ring_size(soc_cfg_ctx); in dp_config_enh_tx_monitor_2_0()
1479 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_config_enh_tx_core_monitor_2_0() local
1489 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_config_enh_tx_core_monitor_2_0()
1500 num_of_buffers = wlan_cfg_get_dp_soc_tx_mon_buf_ring_size(soc_cfg_ctx); in dp_config_enh_tx_core_monitor_2_0()
1620 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_tx_mon_soc_attach_2_0() local
[all …]
Ddp_rx_mon_2.0.c2813 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_rx_mon_buf_desc_pool_alloc() local
2815 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_rx_mon_buf_desc_pool_alloc()
2817 entries = wlan_cfg_get_dp_soc_rx_mon_buf_ring_size(soc_cfg_ctx); in dp_rx_mon_buf_desc_pool_alloc()
2942 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx = soc->wlan_cfg_ctx; 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()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
Ddp_rx_mon_dest_1.0.c793 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_rx_pdev_mon_buf_buffers_alloc() local
811 num_entries = soc_cfg_ctx->delayed_replenish_entries + 1; in dp_rx_pdev_mon_buf_buffers_alloc()
839 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_rx_pdev_mon_buf_desc_pool_init() local
855 rx_desc_pool_size = wlan_cfg_get_dp_soc_rx_sw_desc_weight(soc_cfg_ctx) * in dp_rx_pdev_mon_buf_desc_pool_init()
930 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_rx_pdev_mon_buf_desc_pool_alloc() local
941 rx_desc_pool_size = wlan_cfg_get_dp_soc_rx_sw_desc_weight(soc_cfg_ctx) * in dp_rx_pdev_mon_buf_desc_pool_alloc()
1235 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_rx_pdev_mon_dest_buffers_alloc() local
1239 delayed_replenish = soc_cfg_ctx->delayed_replenish_entries ? 1 : 0; in dp_rx_pdev_mon_dest_buffers_alloc()
1536 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx = pdev->soc->wlan_cfg_ctx; in dp_rx_pdev_mon_buffers_free() local
1538 for (mac_id = 0; mac_id < soc_cfg_ctx->num_rxdma_status_rings_per_pdev; in dp_rx_pdev_mon_buffers_free()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be.c183 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_soc_cfg_attach_be() local
186 wlan_cfg_set_rx_rel_ring_id(soc_cfg_ctx, WBM2SW_REL_ERR_RING_NUM); in dp_soc_cfg_attach_be()
2144 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_soc_ppeds_srng_deinit() local
2146 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_soc_ppeds_srng_deinit()
2178 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_soc_ppeds_srng_free() local
2180 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_soc_ppeds_srng_free()
2193 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_soc_ppeds_srng_alloc() local
2195 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_soc_ppeds_srng_alloc()
2200 entries = wlan_cfg_get_dp_soc_reo2ppe_ring_size(soc_cfg_ctx); 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()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.c1151 struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx; in dp_set_hybrid_pktlog_enable() local
1169 soc_cfg_ctx = soc->wlan_cfg_ctx; in dp_set_hybrid_pktlog_enable()
1171 wlan_cfg_get_dp_soc_tx_mon_buf_ring_size(soc_cfg_ctx); in dp_set_hybrid_pktlog_enable()