Searched refs:remote_config (Results 1 – 6 of 6) sorted by relevance
325 struct mod_cmn600_ccix_remote_node_config remote_config; in rdn1e1_system_process_notification() local346 remote_config.remote_rnf_count = 2; in rdn1e1_system_process_notification()347 remote_config.remote_sa_count = 0; in rdn1e1_system_process_notification()348 remote_config.remote_ha_count = 1; in rdn1e1_system_process_notification()349 remote_config.ccix_link_id = 0; in rdn1e1_system_process_notification()350 remote_config.remote_ha_mmap_count = 1; in rdn1e1_system_process_notification()351 remote_config.smp_mode = true; in rdn1e1_system_process_notification()353 remote_config.remote_ha_mmap[0].ha_id = 0x1; in rdn1e1_system_process_notification()356 remote_config.remote_ha_mmap[0].ha_id = 0x0; in rdn1e1_system_process_notification()357 remote_config.remote_ha_mmap[0].base = 0x0; in rdn1e1_system_process_notification()[all …]
382 remote_config.remote_rnf_count = 2; in n1sdp_c2c_multichip_run_command()383 remote_config.remote_sa_count = 0; in n1sdp_c2c_multichip_run_command()384 remote_config.remote_ha_count = 1; in n1sdp_c2c_multichip_run_command()387 remote_config.pcie_bus_num = 1; in n1sdp_c2c_multichip_run_command()388 remote_config.ccix_link_id = 0; in n1sdp_c2c_multichip_run_command()390 remote_config.smp_mode = true; in n1sdp_c2c_multichip_run_command()681 remote_config.remote_sa_count = 0; in n1sdp_c2c_process_command()682 remote_config.remote_ha_count = 1; in n1sdp_c2c_process_command()685 remote_config.pcie_bus_num = 1; in n1sdp_c2c_process_command()686 remote_config.ccix_link_id = 0; in n1sdp_c2c_process_command()[all …]
25 int ccix_setup(struct cmn600_ctx *ctx, void *remote_config);
25 int ccix_setup(struct cmn_skeena_ctx *ctx, void *remote_config);
454 int ccix_setup(struct cmn600_ctx *ctx, void *remote_config) in ccix_setup() argument469 (struct mod_cmn600_ccix_remote_node_config *)remote_config; in ccix_setup()
480 int ccix_setup(struct cmn_skeena_ctx *ctx, void *remote_config) in ccix_setup() argument495 (struct mod_cmn_skeena_ccix_remote_node_config *)remote_config; in ccix_setup()
Completed in 11 milliseconds