/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
D | wlan_mlo_mgr_setup.c | 30 uint8_t grp_id, in mlo_psoc_get_index_id() argument 46 if (grp_id >= mlo_ctx->total_grp) { in mlo_psoc_get_index_id() 48 grp_id, mlo_ctx->total_grp); in mlo_psoc_get_index_id() 52 for (id = 0; id < mlo_ctx->setup_info[grp_id].tot_socs; id++) in mlo_psoc_get_index_id() 53 if (mlo_ctx->setup_info[grp_id].curr_soc_list[id] == psoc) { in mlo_psoc_get_index_id() 61 for (id = 0; id < mlo_ctx->setup_info[grp_id].tot_socs; id++) in mlo_psoc_get_index_id() 62 if (!mlo_ctx->setup_info[grp_id].curr_soc_list[id]) { in mlo_psoc_get_index_id() 73 uint8_t grp_id; in mlo_psoc_get_grp_id() local 86 for (grp_id = 0; grp_id < mlo_ctx->total_grp; grp_id++) { in mlo_psoc_get_grp_id() 87 tot_socs = mlo_ctx->setup_info[grp_id].tot_socs; in mlo_psoc_get_grp_id() [all …]
|
D | wlan_mlo_mgr_cmn.c | 356 int8_t wlan_mlo_get_max_num_links(uint8_t grp_id) in wlan_mlo_get_max_num_links() argument 364 if (grp_id >= mlo_ctx->total_grp) { in wlan_mlo_get_max_num_links() 366 grp_id, mlo_ctx->total_grp); in wlan_mlo_get_max_num_links() 370 return (mlo_ctx->setup_info[grp_id].tot_socs * in wlan_mlo_get_max_num_links() 374 int8_t wlan_mlo_get_num_active_links(uint8_t grp_id) in wlan_mlo_get_num_active_links() argument 383 if (grp_id >= mlo_ctx->total_grp) { in wlan_mlo_get_num_active_links() 385 grp_id, mlo_ctx->total_grp); in wlan_mlo_get_num_active_links() 389 return mlo_ctx->setup_info[grp_id].tot_links; in wlan_mlo_get_num_active_links() 392 uint16_t wlan_mlo_get_valid_link_bitmap(uint8_t grp_id) in wlan_mlo_get_valid_link_bitmap() argument 400 if (grp_id >= mlo_ctx->total_grp) { in wlan_mlo_get_valid_link_bitmap() [all …]
|
D | wlan_mlo_mgr_main.c | 67 uint8_t grp_id) in mlo_wsi_link_info_update_soc() argument 78 mlo_grp_info = &mlo_ctx->wsi_info->mlo_psoc_grp[grp_id]; in mlo_wsi_link_info_update_soc() 846 uint8_t grp_id = 0; in wlan_mlo_check_grp_id() local 849 if (!mlo_psoc_get_grp_id(psoc, &grp_id)) { in wlan_mlo_check_grp_id() 854 if (grp_id != ref_id) { in wlan_mlo_check_grp_id() 868 uint8_t grp_id = 0; in wlan_mlo_pdev_check() local 873 if (!mlo_psoc_get_grp_id(psoc, &grp_id)) { in wlan_mlo_pdev_check() 878 if (mlo_check_all_pdev_state(psoc, grp_id, MLO_LINK_SETUP_DONE)) { in wlan_mlo_pdev_check() 888 if (wlan_mlo_check_grp_id(grp_id, vdev)) in wlan_mlo_pdev_check()
|
D | wlan_mlo_mgr_peer.c | 2370 uint8_t grp_id, i; in wlan_mlo_psoc_get_mlo_grp_idx() local 2380 for (grp_id = 0; grp_id < MLO_WSI_MAX_MLO_GRPS; grp_id++) { in wlan_mlo_psoc_get_mlo_grp_idx() 2381 mlo_psoc_grp = &wsi_info->mlo_psoc_grp[grp_id]; in wlan_mlo_psoc_get_mlo_grp_idx() 2384 return grp_id; in wlan_mlo_psoc_get_mlo_grp_idx() 2459 uint32_t grp_id, in wlan_mlo_psoc_get_ix_in_grp() argument 2470 for (i = 0; i < mlo_mgr->wsi_info->mlo_psoc_grp[grp_id].num_psoc; i++) { in wlan_mlo_psoc_get_ix_in_grp() 2471 if (mlo_mgr->wsi_info->mlo_psoc_grp[grp_id].psoc_order[i] == in wlan_mlo_psoc_get_ix_in_grp()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ |
D | wlan_mlo_mgr_setup.h | 46 bool mlo_is_ml_soc(struct wlan_objmgr_psoc *psoc, uint8_t grp_id); 55 bool mlo_check_start_stop_inprogress(uint8_t grp_id); 64 void mlo_clear_start_stop_inprogress(uint8_t grp_id); 75 void mlo_get_soc_list(struct wlan_objmgr_psoc **soc_list, uint8_t grp_id, 86 void mlo_setup_update_soc_id_list(uint8_t grp_id, uint8_t *soc_id_list); 95 bool mlo_psoc_get_grp_id(struct wlan_objmgr_psoc *psoc, uint8_t *grp_id); 106 uint8_t grp_id); 115 void mlo_setup_update_total_socs(uint8_t grp_id, uint8_t tot_socs); 123 uint8_t mlo_setup_get_total_socs(uint8_t grp_id); 134 uint8_t grp_id, [all …]
|
D | wlan_mlo_mgr_cmn.h | 384 int8_t wlan_mlo_get_max_num_links(uint8_t grp_id); 393 int8_t wlan_mlo_get_num_active_links(uint8_t grp_id); 403 uint16_t wlan_mlo_get_valid_link_bitmap(uint8_t grp_id); 469 wlan_mlo_get_max_num_links(uint8_t grp_id) in wlan_mlo_get_max_num_links() argument 475 wlan_mlo_get_num_active_links(uint8_t grp_id) in wlan_mlo_get_num_active_links() argument 481 wlan_mlo_get_valid_link_bitmap(uint8_t grp_id) in wlan_mlo_get_valid_link_bitmap() argument
|
D | wlan_mlo_mgr_main.h | 1030 uint8_t grp_id); 1033 uint8_t grp_id) in mlo_wsi_link_info_update_soc() argument
|
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/inc/ |
D | mlo_global_h_shmem_arena.h | 133 uint8_t grp_id); 142 QDF_STATUS mlo_glb_h_shmem_arena_ctx_deinit(uint8_t grp_id); 155 void *mlo_glb_h_shmem_arena_get_crash_reason_address(uint8_t grp_id, 167 void *mlo_glb_h_shmem_arena_get_recovery_mode_address(uint8_t grp_id, 178 uint8_t mlo_glb_h_shmem_arena_get_no_of_chips_from_crash_info(uint8_t grp_id); 188 uint16_t mgmt_rx_reo_get_valid_link_bitmap(uint8_t grp_id); 196 int mgmt_rx_reo_get_num_links(uint8_t grp_id); 207 uint8_t grp_id, 219 (uint8_t grp_id,
|
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/ |
D | mlo_global_h_shmem_arena.c | 534 uint8_t mlo_glb_h_shmem_arena_get_no_of_chips_from_crash_info(uint8_t grp_id) in mlo_glb_h_shmem_arena_get_no_of_chips_from_crash_info() argument 538 if (grp_id >= WLAN_MAX_MLO_GROUPS) in mlo_glb_h_shmem_arena_get_no_of_chips_from_crash_info() 541 shmem_arena_ctx = get_shmem_arena_ctx(grp_id); in mlo_glb_h_shmem_arena_get_no_of_chips_from_crash_info() 560 void *mlo_glb_h_shmem_arena_get_crash_reason_address(uint8_t grp_id, in mlo_glb_h_shmem_arena_get_crash_reason_address() argument 568 if (grp_id > WLAN_MAX_MLO_GROUPS) in mlo_glb_h_shmem_arena_get_crash_reason_address() 571 shmem_arena_ctx = get_shmem_arena_ctx(grp_id); in mlo_glb_h_shmem_arena_get_crash_reason_address() 604 void *mlo_glb_h_shmem_arena_get_recovery_mode_address(uint8_t grp_id, in mlo_glb_h_shmem_arena_get_recovery_mode_address() argument 612 if (grp_id > WLAN_MAX_MLO_GROUPS) in mlo_glb_h_shmem_arena_get_recovery_mode_address() 615 shmem_arena_ctx = get_shmem_arena_ctx(grp_id); in mlo_glb_h_shmem_arena_get_recovery_mode_address() 874 uint8_t grp_id) in mlo_glb_h_shmem_arena_ctx_init() argument [all …]
|
D | init_event_handler.c | 833 uint8_t *grp_id) in init_deinit_mlo_get_group_id() argument 845 *grp_id = tgt_hdl->tif_ops->mlo_get_group_id(psoc); in init_deinit_mlo_get_group_id() 854 uint8_t grp_id = 0; in init_deinit_mlo_update_soc_ready() local 857 if (!init_deinit_mlo_get_group_id(psoc, &grp_id)) { in init_deinit_mlo_update_soc_ready() 861 mlo_setup_update_soc_ready(psoc, grp_id); in init_deinit_mlo_update_soc_ready() 869 uint8_t grp_id = 0; in init_deinit_send_ml_link_ready() local 877 if (!init_deinit_mlo_get_group_id(psoc, &grp_id)) in init_deinit_send_ml_link_ready() 878 qdf_assert_always(grp_id); in init_deinit_send_ml_link_ready() 880 mlo_setup_link_ready(pdev, grp_id); in init_deinit_send_ml_link_ready() 1220 uint8_t grp_id = 0; in init_deinit_mlo_setup_comp_event_handler() local [all …]
|
/wlan-driver/qca-wifi-host-cmn/target_if/mgmt_txrx/src/ |
D | target_if_mgmt_txrx_rx_reo.c | 198 uint8_t grp_id; in target_if_mgmt_rx_reo_get_num_active_hw_links() local 210 if (!mlo_psoc_get_grp_id(psoc, &grp_id)) { in target_if_mgmt_rx_reo_get_num_active_hw_links() 227 *num_active_hw_links = low_level_ops->get_num_links(grp_id); in target_if_mgmt_rx_reo_get_num_active_hw_links() 247 uint8_t grp_id; in target_if_mgmt_rx_reo_get_valid_hw_link_bitmap() local 259 if (!mlo_psoc_get_grp_id(psoc, &grp_id)) { in target_if_mgmt_rx_reo_get_valid_hw_link_bitmap() 276 *valid_hw_link_bitmap = low_level_ops->get_valid_link_bitmap(grp_id); in target_if_mgmt_rx_reo_get_valid_hw_link_bitmap() 542 uint8_t grp_id; in target_if_mgmt_rx_reo_get_snapshot_info() local 566 if (!mlo_psoc_get_grp_id(psoc, &grp_id)) { in target_if_mgmt_rx_reo_get_snapshot_info() 590 low_level_ops->get_snapshot_address(grp_id, in target_if_mgmt_rx_reo_get_snapshot_info() 593 snapshot_version = low_level_ops->get_snapshot_version(grp_id, id); in target_if_mgmt_rx_reo_get_snapshot_info() [all …]
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_cfr_tlv.c | 102 static void populate_wmi_cfr_param(uint8_t grp_id, struct cfr_rcc_param *rcc, in populate_wmi_cfr_param() argument 111 tgt_cfg = &rcc->curr[grp_id]; in populate_wmi_cfr_param() 113 param->filter_group_id = grp_id; in populate_wmi_cfr_param() 154 uint8_t *buf_ptr, grp_id; in send_cfr_rcc_cmd_tlv() local 219 for (grp_id = 0; grp_id < MAX_TA_RA_ENTRIES; grp_id++) { in send_cfr_rcc_cmd_tlv() 220 if (qdf_test_bit(grp_id, in send_cfr_rcc_cmd_tlv() 222 populate_wmi_cfr_param(grp_id, rcc, param); in send_cfr_rcc_cmd_tlv()
|
/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/src/ |
D | wlan_cfr_ucfg_api.c | 798 if (params->grp_id >= MAX_TA_RA_ENTRIES) { in ucfg_cfr_set_frame_type_subtype() 800 params->grp_id, in ucfg_cfr_set_frame_type_subtype() 806 curr_cfg = &pcfr->rcc_param.curr[params->grp_id]; in ucfg_cfr_set_frame_type_subtype() 815 qdf_set_bit(params->grp_id, in ucfg_cfr_set_frame_type_subtype() 842 if (params->grp_id >= MAX_TA_RA_ENTRIES) { in ucfg_cfr_set_bw_nss() 844 params->grp_id, in ucfg_cfr_set_bw_nss() 850 curr_cfg = &pcfr->rcc_param.curr[params->grp_id]; in ucfg_cfr_set_bw_nss() 857 qdf_set_bit(params->grp_id, in ucfg_cfr_set_bw_nss() 884 if (params->grp_id >= MAX_TA_RA_ENTRIES) { in ucfg_cfr_set_tara_config() 886 params->grp_id, in ucfg_cfr_set_tara_config() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/ |
D | wlan_objmgr_global_obj.h | 608 void wlan_objmgr_set_dp_mlo_ctx(void *dp_handle, uint8_t grp_id); 616 void *wlan_objmgr_get_dp_mlo_ctx(uint8_t grp_id); 626 static inline void *wlan_objmgr_get_dp_mlo_ctx(uint8_t grp_id) in wlan_objmgr_get_dp_mlo_ctx() argument 631 static inline void wlan_objmgr_set_dp_mlo_ctx(void *dp_handle, uint8_t grp_id) in wlan_objmgr_set_dp_mlo_ctx() argument
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
D | hif_exec.c | 472 bool hif_exec_should_yield(struct hif_opaque_softc *hif_ctx, uint grp_id) in hif_exec_should_yield() argument 479 if (!(grp_id < hif_state->hif_num_extgroup) || in hif_exec_should_yield() 480 !(grp_id < HIF_MAX_GROUP)) in hif_exec_should_yield() 483 hif_ext_group = hif_state->hif_ext_group[grp_id]; in hif_exec_should_yield() 647 hif_record_event(hif_ext_group->hif, hif_ext_group->grp_id, in hif_irq_disabled_time_limit_reached() 675 hif_record_event(hif_ext_group->hif, hif_ext_group->grp_id, in hif_exec_poll() 701 hif_record_event(hif_ext_group->hif, hif_ext_group->grp_id, in hif_exec_poll() 710 hif_record_event(hif_ext_group->hif, hif_ext_group->grp_id, in hif_exec_poll() 980 hif_record_event(hif_ext_group->hif, hif_ext_group->grp_id, in hif_ext_group_interrupt_handler() 1094 hif_ext_group->grp_id = hif_state->hif_num_extgroup; in hif_register_ext_group() [all …]
|
D | hif_exec.h | 88 uint32_t grp_id; member
|
/wlan-driver/qca-wifi-host-cmn/hif/src/dispatcher/ |
D | dummy.c | 231 void hif_dummy_grp_irq_enable(struct hif_softc *hif_sc, uint32_t grp_id) in hif_dummy_grp_irq_enable() argument 251 void hif_dummy_grp_irq_disable(struct hif_softc *hif_sc, uint32_t grp_id) in hif_dummy_grp_irq_disable() argument
|
D | dummy.h | 44 void hif_dummy_grp_irq_enable(struct hif_softc *hif_sc, uint32_t grp_id); 45 void hif_dummy_grp_irq_disable(struct hif_softc *hif_sc, uint32_t grp_id);
|
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/ |
D | target_if_cfr.c | 630 int grp_id; in target_if_cfr_default_ta_ra_config() local 637 for (grp_id = 0; grp_id < MAX_TA_RA_ENTRIES; grp_id++) { in target_if_cfr_default_ta_ra_config() 638 if (qdf_test_bit(grp_id, &bitmap)) { in target_if_cfr_default_ta_ra_config() 639 curr_cfg = &rcc_info->curr[grp_id]; in target_if_cfr_default_ta_ra_config()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/src/ |
D | wlan_objmgr_global_obj.c | 933 void wlan_objmgr_set_dp_mlo_ctx(void *dp_handle, uint8_t grp_id) in wlan_objmgr_set_dp_mlo_ctx() argument 940 if (grp_id >= mlo_ctx->total_grp) in wlan_objmgr_set_dp_mlo_ctx() 943 mlo_ctx->setup_info[grp_id].dp_handle = dp_handle; in wlan_objmgr_set_dp_mlo_ctx() 948 void *wlan_objmgr_get_dp_mlo_ctx(uint8_t grp_id) in wlan_objmgr_get_dp_mlo_ctx() argument 955 if (grp_id >= mlo_ctx->total_grp) in wlan_objmgr_get_dp_mlo_ctx() 958 return mlo_ctx->setup_info[grp_id].dp_handle; in wlan_objmgr_get_dp_mlo_ctx()
|
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/ |
D | wlan_lmac_if_def.h | 275 uint8_t grp_id); 276 QDF_STATUS (*deinit_shmem_arena_ctx)(uint8_t grp_id); 277 void *(*get_crash_reason_address)(uint8_t grp_id, 279 void *(*get_recovery_mode_address)(uint8_t grp_id, 281 uint8_t (*get_no_of_chips_from_crash_info)(uint8_t grp_id); 304 int (*get_num_links)(uint8_t grp_id); 305 uint16_t (*get_valid_link_bitmap)(uint8_t grp_id); 307 (uint8_t grp_id, uint8_t link_id, 310 (uint8_t grp_id, 596 uint8_t grp_id); [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/inc/ |
D | wlan_cfr_public_structs.h | 177 grp_id :4, member
|
/wlan-driver/qca-wifi-host-cmn/target_if/core/src/ |
D | target_if_main.c | 1181 uint8_t num_links, uint8_t grp_id) in target_if_mlo_setup_send() argument 1191 params.mld_grp_id = grp_id; in target_if_mlo_setup_send() 1208 uint8_t num_pdevs, uint8_t grp_id) in target_if_mlo_setup_req() argument 1213 target_if_mlo_setup_send(pdev[idx], pdev, num_pdevs, grp_id); in target_if_mlo_setup_req()
|
/wlan-driver/qca-wifi-host-cmn/hif/inc/ |
D | hif.h | 1286 bool hif_exec_should_yield(struct hif_opaque_softc *hif_ctx, uint grp_id); 1289 uint grp_id) in hif_exec_should_yield() argument 2909 hif_affinity_mgr_init_grp_irq(struct hif_softc *scn, int grp_id, 2924 uint32_t grp_id, uint32_t irq_index, 2954 hif_affinity_mgr_init_grp_irq(struct hif_softc *scn, int grp_id, int irq_num, in hif_affinity_mgr_init_grp_irq() argument 2961 uint32_t grp_id, uint32_t irq_index, in hif_affinity_mgr_set_qrg_irq_affinity() argument
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_cfr.c | 118 params.grp_id = nla_get_u32(tb[ in wlan_cfg80211_cfr_set_group_config() 120 hdd_debug("group_id %d", params.grp_id); in wlan_cfg80211_cfr_set_group_config() 123 if (params.grp_id >= HDD_INVALID_GROUP_ID) { in wlan_cfg80211_cfr_set_group_config()
|