/wlan-driver/qca-wifi-host-cmn/wlan_cfg/ |
D | wlan_cfg.c | 3933 uint8_t wlan_cfg_get_sawf_stats_config(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_get_sawf_stats_config() 3940 void wlan_cfg_set_sawf_stats_config(struct wlan_cfg_dp_soc_ctxt *cfg, in wlan_cfg_set_sawf_stats_config() 3952 uint8_t wlan_cfg_get_sawf_stats_config(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_get_sawf_stats_config() 3959 void wlan_cfg_set_sawf_stats_config(struct wlan_cfg_dp_soc_ctxt *cfg, in wlan_cfg_set_sawf_stats_config() 4492 struct wlan_cfg_dp_soc_ctxt *cfg, in wlan_cfg_set_mon_delayed_replenish_entries() 4500 int wlan_cfg_get_mon_delayed_replenish_entries(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_get_mon_delayed_replenish_entries() 4511 int wlan_cfg_get_mon_drop_thresh(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_get_mon_drop_thresh() 4516 void wlan_cfg_set_num_contexts(struct wlan_cfg_dp_soc_ctxt *cfg, int num) in wlan_cfg_set_num_contexts() 4521 void wlan_cfg_set_max_peer_id(struct wlan_cfg_dp_soc_ctxt *cfg, uint32_t val) in wlan_cfg_set_max_peer_id() 4526 void wlan_cfg_set_max_ast_idx(struct wlan_cfg_dp_soc_ctxt *cfg, uint32_t val) in wlan_cfg_set_max_ast_idx() [all …]
|
D | wlan_cfg.h | 2234 uint32_t wlan_cfg_ipa_tx_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_ipa_tx_ring_size() 2240 uint32_t wlan_cfg_ipa_tx_comp_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_ipa_tx_comp_ring_size() 2361 wlan_cfg_get_dp_soc_ppeds_enable(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_get_dp_soc_ppeds_enable() 2367 wlan_cfg_get_dp_soc_reo2ppe_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_get_dp_soc_reo2ppe_ring_size() 2373 wlan_cfg_get_dp_soc_ppe2tcl_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_get_dp_soc_ppe2tcl_ring_size() 2379 wlan_cfg_get_dp_soc_ppeds_num_tx_desc(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_get_dp_soc_ppeds_num_tx_desc() 2385 wlan_cfg_get_dp_soc_ppeds_tx_comp_napi_budget(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_get_dp_soc_ppeds_tx_comp_napi_budget() 2391 wlan_cfg_get_dp_soc_ppeds_tx_desc_hotlist_len(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_get_dp_soc_ppeds_tx_desc_hotlist_len() 2417 uint32_t wlan_cfg_get_pkt_capture_mode(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_get_pkt_capture_mode() 2615 wlan_cfg_get_tx_capt_max_mem(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_get_tx_capt_max_mem() [all …]
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_cfg.c | 244 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_get_bundle_timer_value() local 251 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_get_bundle_size() local 266 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_get_del_ack_timer_value() local 279 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_get_del_ack_enable_value() local 292 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_get_del_ack_count_value() local 300 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_is_high_latency() local 307 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_is_credit_update_enabled() local 314 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_max_peer_id() local 324 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_max_vdevs() local 331 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_rx_pn_check() local [all …]
|
/wlan-driver/qcacld-3.0/components/denylist_mgr/core/src/ |
D | wlan_dlm_core.c | 37 dlm_update_ap_info(struct dlm_reject_ap *dlm_entry, struct dlm_config *cfg, in dlm_update_ap_info() 156 struct dlm_config *cfg, in dlm_prune_old_entries_and_get_action() 229 struct dlm_config *cfg; in dlm_action_on_bssid() local 305 struct dlm_config *cfg, in dlm_handle_avoid_list() 447 dlm_modify_entry(struct dlm_reject_ap *entry, struct dlm_config *cfg, in dlm_modify_entry() 517 struct dlm_config *cfg) in dlm_get_delta_of_bssid() 607 struct dlm_config *cfg) in dlm_try_delete_bssid_in_list() 655 struct dlm_config *cfg) in dlm_remove_lowest_delta_entry() 937 struct dlm_config *cfg) in dlm_fill_reject_list() 996 struct dlm_config *cfg; in dlm_update_reject_ap_list_to_fw() local [all …]
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/spectral/src/ |
D | os_if_spectral_netlink.c | 84 os_if_spectral_init_nl_cfg(struct netlink_kernel_cfg *cfg) in os_if_spectral_init_nl_cfg() 91 os_if_spectral_init_nl_cfg(struct netlink_kernel_cfg *cfg) in os_if_spectral_init_nl_cfg() 105 os_if_spectral_create_nl_sock(struct netlink_kernel_cfg *cfg) in os_if_spectral_create_nl_sock() 113 os_if_spectral_create_nl_sock(struct netlink_kernel_cfg *cfg) in os_if_spectral_create_nl_sock() 122 os_if_spectral_create_nl_sock(struct netlink_kernel_cfg *cfg) in os_if_spectral_create_nl_sock() 133 os_if_spectral_create_nl_sock(struct netlink_kernel_cfg *cfg) in os_if_spectral_create_nl_sock() 144 os_if_spectral_create_nl_sock(struct netlink_kernel_cfg *cfg) in os_if_spectral_create_nl_sock() 167 struct netlink_kernel_cfg cfg; in os_if_spectral_init_nl() local
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
D | wlan_dp_prealloc.c | 567 uint32_t dp_get_tx_mon_mem_size(struct wlan_dp_prealloc_cfg *cfg, in dp_get_tx_mon_mem_size() 593 uint32_t dp_get_tx_mon_desc_pool_mem_size(struct wlan_dp_prealloc_cfg *cfg) in dp_get_tx_mon_desc_pool_mem_size() 600 uint32_t dp_get_tx_mon_mem_size(struct wlan_dp_prealloc_cfg *cfg, in dp_get_tx_mon_mem_size() 607 uint32_t dp_get_tx_mon_desc_pool_mem_size(struct wlan_dp_prealloc_cfg *cfg) in dp_get_tx_mon_desc_pool_mem_size() 619 uint32_t dp_get_tx_mon_mem_size(struct wlan_dp_prealloc_cfg *cfg, in dp_get_tx_mon_mem_size() 626 uint32_t dp_get_tx_mon_desc_pool_mem_size(struct wlan_dp_prealloc_cfg *cfg) in dp_get_tx_mon_desc_pool_mem_size() 642 dp_update_mem_size_by_ctx_type(struct wlan_dp_prealloc_cfg *cfg, in dp_update_mem_size_by_ctx_type() 665 dp_update_mem_size_by_ring_type(struct wlan_dp_prealloc_cfg *cfg, in dp_update_mem_size_by_ring_type() 726 dp_update_num_elements_by_desc_type(struct wlan_dp_prealloc_cfg *cfg, in dp_update_num_elements_by_desc_type() 750 wlan_dp_sync_prealloc_with_profile_cfg(struct wlan_dp_prealloc_cfg *cfg) in wlan_dp_sync_prealloc_with_profile_cfg() [all …]
|
D | wlan_dp_rx_fst.c | 205 union cdp_fisa_config cfg; in dp_rx_flow_send_htt_operation_cmd() local 567 union cdp_fisa_config cfg; in dp_rx_flow_send_fst_fw_setup() local 744 union cdp_fisa_config cfg; in dp_rx_fisa_config() local
|
D | wlan_dp_swlm.c | 248 struct wlan_cfg_dp_soc_ctxt *cfg = soc->wlan_cfg_ctx; in dp_soc_swlm_attach() local
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_main.c | 213 struct wma_ini_config *cfg = wma_get_ini_handle(wma); in wma_get_number_of_peers_supported() local 2070 struct wma_ini_config *cfg = wma_get_ini_handle(wma_handle); in wma_init_max_no_of_peers() local 3357 struct wma_tgt_services *cfg) in wma_get_service_cap_club_get_sta_in_ll_stats_req() 3366 struct wma_tgt_services *cfg) in wma_get_service_cap_club_get_sta_in_ll_stats_req() 3385 struct wma_tgt_services *cfg) in wma_get_service_cap_per_link_mlo_stats() 3402 struct wma_tgt_services *cfg) in wma_get_service_cap_per_link_mlo_stats() 3419 struct wma_ini_config *cfg = wma_get_ini_handle(wma_handle); in wma_set_exclude_selftx_from_cca_busy_time() local 5110 target_resource_config *cfg = &tgt_hdl->info.wlan_res_cfg; in wma_update_fw_config() local 5157 struct wma_tgt_services *cfg) in wma_get_igmp_offload_enable() 5166 struct wma_tgt_services *cfg) in wma_get_igmp_offload_enable() [all …]
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_ipa_wdi3.h | 133 #define QDF_IPA_EP_CFG_NAT_EN(cfg) \ argument 135 #define QDF_IPA_EP_CFG_HDR_LEN(cfg) \ argument 137 #define QDF_IPA_EP_CFG_HDR_OFST_METADATA_VALID(cfg) \ argument 139 #define QDF_IPA_EP_CFG_HDR_METADATA_REG_VALID(cfg) \ argument 141 #define QDF_IPA_EP_CFG_HDR_OFST_PKT_SIZE_VALID(cfg) \ argument 143 #define QDF_IPA_EP_CFG_HDR_OFST_PKT_SIZE(cfg) \ argument 145 #define QDF_IPA_EP_CFG_HDR_ADDITIONAL_CONST_LEN(cfg) \ argument 147 #define QDF_IPA_EP_CFG_MODE(cfg) \ argument 149 #define QDF_IPA_EP_CFG_HDR_LITTLE_ENDIAN(cfg) \ argument
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
D | ol_cfg.h | 507 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_is_ip_tcp_udp_checksum_offload_enabled() local 694 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_set_cfg_flow_steering() local 708 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_is_flow_steering_enabled() local 724 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_set_cfg_new_htt_format() local 739 struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev; in ol_cfg_is_htt_new_format_enabled() local
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | i_qdf_ipa_wdi3.h | 206 #define __QDF_IPA_EP_CFG_NAT_EN(cfg) \ argument 208 #define __QDF_IPA_EP_CFG_HDR_LEN(cfg) \ argument 210 #define __QDF_IPA_EP_CFG_HDR_OFST_METADATA_VALID(cfg) \ argument 212 #define __QDF_IPA_EP_CFG_HDR_METADATA_REG_VALID(cfg) \ argument 214 #define __QDF_IPA_EP_CFG_HDR_OFST_PKT_SIZE_VALID(cfg) \ argument 216 #define __QDF_IPA_EP_CFG_HDR_OFST_PKT_SIZE(cfg) \ argument 218 #define __QDF_IPA_EP_CFG_HDR_ADDITIONAL_CONST_LEN(cfg) \ argument 220 #define __QDF_IPA_EP_CFG_MODE(cfg) \ argument 222 #define __QDF_IPA_EP_CFG_HDR_LITTLE_ENDIAN(cfg) \ argument
|
/wlan-driver/qcacld-3.0/core/pld/src/ |
D | pld_pcie.c | 829 pld_pcie_populate_shadow_v3_cfg(struct cnss_wlan_enable_cfg *cfg, in pld_pcie_populate_shadow_v3_cfg() 838 pld_pcie_populate_shadow_v3_cfg(struct cnss_wlan_enable_cfg *cfg, in pld_pcie_populate_shadow_v3_cfg() 846 struct cnss_wlan_enable_cfg cfg; in pld_pcie_wlan_enable() local 1016 struct cnss_wfc_cfg cfg; in pld_pcie_set_wfc_mode() local
|
D | pld_ipci.c | 529 pld_ipci_populate_shadow_v3_cfg(struct icnss_wlan_enable_cfg *cfg, in pld_ipci_populate_shadow_v3_cfg() 538 pld_ipci_populate_shadow_v3_cfg(struct icnss_wlan_enable_cfg *cfg, in pld_ipci_populate_shadow_v3_cfg() 547 struct icnss_wlan_enable_cfg cfg; in pld_ipci_wlan_enable() local
|
D | pld_pcie_fw_sim.c | 627 pld_pcie_fw_sim_populate_shadow_v3_cfg(struct cnss_wlan_enable_cfg *cfg, in pld_pcie_fw_sim_populate_shadow_v3_cfg() 636 pld_pcie_fw_sim_populate_shadow_v3_cfg(struct cnss_wlan_enable_cfg *cfg, in pld_pcie_fw_sim_populate_shadow_v3_cfg() 660 struct cnss_wlan_enable_cfg cfg; in pld_pcie_fw_sim_wlan_enable() local
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
D | hif_main.c | 2604 struct hif_config_info *cfg) in hif_init_ini_config() 3080 struct hif_cpu_affinity *cfg, in hif_audio_cpu_affinity_allowed() 3108 struct hif_cpu_affinity *cfg, in hif_affinity_mgr_check_update_mask() 3184 hif_check_and_affine_irq(struct hif_softc *scn, struct hif_cpu_affinity *cfg, in hif_check_and_affine_irq() 3233 struct hif_cpu_affinity *cfg; in hif_affinity_mgr_affine_irq() local 3280 struct hif_cpu_affinity *cfg, in hif_affinity_mgr_set_irq_affinity() 3322 struct hif_cpu_affinity *cfg; in hif_affinity_mgr_set_qrg_irq_affinity() local 3335 struct hif_cpu_affinity *cfg; in hif_affinity_mgr_set_ce_irq_affinity() local 3349 struct hif_cpu_affinity *cfg = NULL; in hif_affinity_mgr_init_ce_irq() local 3375 struct hif_cpu_affinity *cfg = NULL; in hif_affinity_mgr_init_grp_irq() local
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_main.c | 1670 struct wma_tgt_services *cfg) in hdd_update_roam_offload() 1681 struct wma_tgt_services *cfg) in hdd_update_roam_offload() 1698 struct wma_tgt_services *cfg) in hdd_update_feature_cfg_club_get_sta_in_ll_stats_req() 1721 struct wma_tgt_services *cfg) in hdd_update_feature_cfg_club_get_sta_in_ll_stats_req() 1763 struct wma_tgt_services *cfg) in hdd_intersect_igmp_offload_setting() 1778 struct wma_tgt_services *cfg) in hdd_intersect_igmp_offload_setting() 1784 struct wma_tgt_services *cfg) in hdd_update_fw_tdls_wideband_capability() 1792 struct wma_tgt_services *cfg) in hdd_update_fw_tdls_mlo_capability() 1800 struct wma_tgt_services *cfg) in hdd_update_fw_tdls_mlo_capability() 1806 struct wma_tgt_services *cfg) in hdd_update_fw_tdls_11ax_capability() [all …]
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_nan_tlv.c | 125 wmi_nan_host_config_param *cfg; in send_nan_disable_req_cmd_tlv() local 239 wmi_nan_host_config_param *cfg; in send_nan_req_cmd_tlv() local
|
D | wmi_unified_cfr_api.c | 47 struct cfr_rcc_param *cfg) in wmi_unified_send_cfr_rcc_cmd()
|
D | wmi_unified_dbr_api.c | 24 struct direct_buf_rx_cfg_req *cfg) in wmi_unified_dbr_ring_cfg()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
D | ce_main.c | 1972 struct pld_wlan_enable_cfg *cfg) in hif_prepare_hal_shadow_reg_cfg_v3() 1986 struct pld_wlan_enable_cfg *cfg) in hif_prepare_hal_shadow_reg_cfg_v3() 4434 static void hif_print_hal_shadow_register_cfg(struct pld_wlan_enable_cfg *cfg) in hif_print_hal_shadow_register_cfg() 4444 static void hif_print_hal_shadow_register_cfg(struct pld_wlan_enable_cfg *cfg) in hif_print_hal_shadow_register_cfg() 4454 static void hif_print_hal_shadow_register_cfg(struct pld_wlan_enable_cfg *cfg) in hif_print_hal_shadow_register_cfg() 4649 struct pld_wlan_enable_cfg *cfg) in hif_update_rri_over_ddr_config() 4662 struct pld_wlan_enable_cfg *cfg) in hif_update_rri_over_ddr_config() 4680 struct pld_wlan_enable_cfg cfg = { 0 }; in hif_wlan_enable() local
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_eht.h | 109 struct wma_tgt_cfg *cfg) in hdd_update_tgt_eht_cap()
|
D | wlan_hdd_he.h | 181 struct wma_tgt_cfg *cfg) in hdd_update_tgt_he_cap()
|
/wlan-driver/qcacld-3.0/core/bmi/inc/ |
D | bmi.h | 85 ol_init_ini_config(struct ol_context *ol_ctx, struct ol_config_info *cfg) in ol_init_ini_config()
|
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/ |
D | epping_main.c | 186 struct ol_config_info cfg; in epping_update_ol_config() local
|