Home
last modified time | relevance | path

Searched refs:profile_ctx (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c2606 struct wlan_dp_memory_profile_ctx *profile_ctx) in wlan_dp_rx_refill_pool_cfg_sync_profile() argument
2615 val.cdp_rx_refill_buf_pool_size != profile_ctx->size) { in wlan_dp_rx_refill_pool_cfg_sync_profile()
2617 val.cdp_rx_refill_buf_pool_size = profile_ctx->size; in wlan_dp_rx_refill_pool_cfg_sync_profile()
2620 dp_err("unable to sync param type:%u", profile_ctx->param_type); in wlan_dp_rx_refill_pool_cfg_sync_profile()
2624 cur_val, profile_ctx->size); in wlan_dp_rx_refill_pool_cfg_sync_profile()
2630 struct wlan_dp_memory_profile_ctx *profile_ctx) in wlan_dp_rx_refill_pool_cfg_sync_profile() argument
2638 struct wlan_dp_memory_profile_ctx *profile_ctx; in wlan_dp_soc_cfg_sync_profile() local
2648 profile_ctx = &profile_info->ctx[i]; in wlan_dp_soc_cfg_sync_profile()
2651 switch (profile_ctx->param_type) { in wlan_dp_soc_cfg_sync_profile()
2656 val.cdp_tx_desc_num != profile_ctx->size) { in wlan_dp_soc_cfg_sync_profile()
[all …]
H A Dwlan_dp_prealloc.c753 struct wlan_dp_memory_profile_ctx *profile_ctx; in wlan_dp_sync_prealloc_with_profile_cfg() local
761 profile_ctx = &profile_info->ctx[i]; in wlan_dp_sync_prealloc_with_profile_cfg()
763 switch (profile_ctx->param_type) { in wlan_dp_sync_prealloc_with_profile_cfg()
765 cfg->num_tx_desc = profile_ctx->size; in wlan_dp_sync_prealloc_with_profile_cfg()
768 cfg->num_tx_ext_desc = profile_ctx->size; in wlan_dp_sync_prealloc_with_profile_cfg()
771 cfg->num_tx_ring_entries = profile_ctx->size; in wlan_dp_sync_prealloc_with_profile_cfg()
774 cfg->num_tx_comp_ring_entries = profile_ctx->size; in wlan_dp_sync_prealloc_with_profile_cfg()
777 cfg->num_rx_sw_desc = profile_ctx->size; in wlan_dp_sync_prealloc_with_profile_cfg()
780 cfg->num_reo_dst_ring_entries = profile_ctx->size; in wlan_dp_sync_prealloc_with_profile_cfg()
783 cfg->num_rxdma_buf_ring_entries = profile_ctx->size; in wlan_dp_sync_prealloc_with_profile_cfg()
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c873 wmi_wlan_profile_ctx_t *profile_ctx; in wma_profile_data_report_event_handler() local
885 profile_ctx = param_buf->profile_ctx; in wma_profile_data_report_event_handler()
886 entries = profile_ctx->bin_count; in wma_profile_data_report_event_handler()
904 profile_ctx->tot, in wma_profile_data_report_event_handler()
905 profile_ctx->tx_msdu_cnt, in wma_profile_data_report_event_handler()
906 profile_ctx->tx_mpdu_cnt, in wma_profile_data_report_event_handler()
907 profile_ctx->tx_ppdu_cnt, in wma_profile_data_report_event_handler()
908 profile_ctx->rx_msdu_cnt, in wma_profile_data_report_event_handler()
909 profile_ctx->rx_mpdu_cnt, in wma_profile_data_report_event_handler()
910 profile_ctx->bin_count); in wma_profile_data_report_event_handler()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_api.c2488 wmi_host_wlan_profile_ctx_t *profile_ctx) in wmi_extract_profile_ctx() argument
2492 evt_buf, profile_ctx); in wmi_extract_profile_ctx()
H A Dwmi_unified_tlv.c14413 void *evt_buf, wmi_host_wlan_profile_ctx_t *profile_ctx) in extract_profile_ctx_tlv() argument
14425 ev = param_buf->profile_ctx; in extract_profile_ctx_tlv()
14427 profile_ctx->tot = ev->tot; in extract_profile_ctx_tlv()
14428 profile_ctx->tx_msdu_cnt = ev->tx_msdu_cnt; in extract_profile_ctx_tlv()
14429 profile_ctx->tx_mpdu_cnt = ev->tx_mpdu_cnt; in extract_profile_ctx_tlv()
14430 profile_ctx->tx_ppdu_cnt = ev->tx_ppdu_cnt; in extract_profile_ctx_tlv()
14431 profile_ctx->rx_msdu_cnt = ev->rx_msdu_cnt; in extract_profile_ctx_tlv()
14432 profile_ctx->rx_mpdu_cnt = ev->rx_mpdu_cnt; in extract_profile_ctx_tlv()
14433 profile_ctx->bin_count = ev->bin_count; in extract_profile_ctx_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_api.h3549 wmi_host_wlan_profile_ctx_t *profile_ctx);
H A Dwmi_unified_priv.h2176 wmi_host_wlan_profile_ctx_t *profile_ctx);
/wlan-driver/fw-api/fw/
H A Dwmi_tlv_defs.h6162 …,len, WMITLV_TAG_STRUC_wmi_wlan_profile_ctx_t, wmi_wlan_profile_ctx_t, profile_ctx, WMITLV_SIZE_FI…