/openbmc/bmcweb/scripts/ |
H A D | parse_registries.py | 199 def get_response_code(entry_id, entry): argument 240 code = codes.get(entry_id, "NOCODE") 248 entry_id, entry, is_header, registry_name, namespace_name argument 295 if arg_index in entries.get(entry_id, []): 300 function_name = entry_id[0].lower() + entry_id[1:] 341 if entry_id == "InternalError": 354 if entry_id == "InternalError": 359 if entry_id == "ServiceTemporarilyUnavailable": 362 res = get_response_code(entry_id, entry) 389 if entry_id in addMessageToJson: [all …]
|
/openbmc/u-boot/arch/x86/cpu/coreboot/ |
H A D | timestamp.c | 14 uint32_t entry_id; member 40 tse->entry_id = id; in timestamp_add() 60 switch (tse->entry_id) { in timestamp_add_to_bootstage()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | acl.py | 66 def acl_get_entry(acl, entry_id): argument 68 ret = libacl.acl_get_entry(acl, entry_id, ctypes.byref(entry)) 166 entry_id = ACL_FIRST_ENTRY 168 entry = acl_get_entry(self.acl, entry_id) 188 entry_id = ACL_NEXT_ENTRY
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | mac.c | 200 u32 entry_id = 0; in rtl92c_set_key() local 248 entry_id = key_index; in rtl92c_set_key() 252 entry_id = key_index; in rtl92c_set_key() 256 entry_id = rtl_cam_get_free_entry(hw, in rtl92c_set_key() 258 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92c_set_key() 263 entry_id = CAM_PAIRWISE_KEY_POSITION; in rtl92c_set_key() 276 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92c_set_key() 297 entry_id, enc_algo, in rtl92c_set_key() 312 [entry_id]); in rtl92c_set_key() 315 entry_id, enc_algo, in rtl92c_set_key() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu7_hwmgr.c | 2201 uint8_t entry_id; in smu7_patch_voltage_dependency_tables_with_lookup_table() local 2215 for (entry_id = 0; entry_id < sclk_table->count; ++entry_id) { in smu7_patch_voltage_dependency_tables_with_lookup_table() 2216 voltage_id = sclk_table->entries[entry_id].vddInd; in smu7_patch_voltage_dependency_tables_with_lookup_table() 2217 sclk_table->entries[entry_id].vddgfx = in smu7_patch_voltage_dependency_tables_with_lookup_table() 2221 for (entry_id = 0; entry_id < sclk_table->count; ++entry_id) { in smu7_patch_voltage_dependency_tables_with_lookup_table() 2222 voltage_id = sclk_table->entries[entry_id].vddInd; in smu7_patch_voltage_dependency_tables_with_lookup_table() 2223 sclk_table->entries[entry_id].vddc = in smu7_patch_voltage_dependency_tables_with_lookup_table() 2228 for (entry_id = 0; entry_id < mclk_table->count; ++entry_id) { in smu7_patch_voltage_dependency_tables_with_lookup_table() 2229 voltage_id = mclk_table->entries[entry_id].vddInd; in smu7_patch_voltage_dependency_tables_with_lookup_table() 2230 mclk_table->entries[entry_id].vddc = in smu7_patch_voltage_dependency_tables_with_lookup_table() [all …]
|
H A D | smu_helper.c | 464 uint8_t entry_id; in phm_get_sclk_for_voltage_evv() local 472 for (entry_id = 0; entry_id < table_info->vdd_dep_on_sclk->count; entry_id++) { in phm_get_sclk_for_voltage_evv() 473 voltage_id = table_info->vdd_dep_on_sclk->entries[entry_id].vddInd; in phm_get_sclk_for_voltage_evv() 478 if (entry_id >= table_info->vdd_dep_on_sclk->count) { in phm_get_sclk_for_voltage_evv() 483 *sclk = table_info->vdd_dep_on_sclk->entries[entry_id].clk; in phm_get_sclk_for_voltage_evv()
|
H A D | vega10_hwmgr.c | 528 uint8_t entry_id; in vega10_get_socclk_for_voltage_evv() local 538 for (entry_id = 0; entry_id < table_info->vdd_dep_on_sclk->count; entry_id++) { in vega10_get_socclk_for_voltage_evv() 539 voltage_id = table_info->vdd_dep_on_socclk->entries[entry_id].vddInd; in vega10_get_socclk_for_voltage_evv() 544 PP_ASSERT_WITH_CODE(entry_id < table_info->vdd_dep_on_socclk->count, in vega10_get_socclk_for_voltage_evv() 548 *socclk = table_info->vdd_dep_on_socclk->entries[entry_id].clk; in vega10_get_socclk_for_voltage_evv() 670 uint8_t entry_id, voltage_id; in vega10_patch_voltage_dependency_tables_with_lookup_table() local 690 for (entry_id = 0; entry_id < vdt->count; entry_id++) { in vega10_patch_voltage_dependency_tables_with_lookup_table() 691 voltage_id = vdt->entries[entry_id].vddInd; in vega10_patch_voltage_dependency_tables_with_lookup_table() 692 vdt->entries[entry_id].vddc = in vega10_patch_voltage_dependency_tables_with_lookup_table() 697 for (entry_id = 0; entry_id < mm_table->count; ++entry_id) { in vega10_patch_voltage_dependency_tables_with_lookup_table() [all …]
|
H A D | ppatomctrl.c | 1160 int entry_id; in atomctrl_get_voltage_evv() local 1163 for (entry_id = 0; entry_id < hwmgr->dyn_state.vddc_dependency_on_sclk->count; entry_id++) { in atomctrl_get_voltage_evv() 1164 if (hwmgr->dyn_state.vddc_dependency_on_sclk->entries[entry_id].v == virtual_voltage_id) { in atomctrl_get_voltage_evv() 1170 if (entry_id >= hwmgr->dyn_state.vddc_dependency_on_sclk->count) { in atomctrl_get_voltage_evv() 1179 cpu_to_le32(hwmgr->dyn_state.vddc_dependency_on_sclk->entries[entry_id].clk); in atomctrl_get_voltage_evv()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | hw.c | 2091 u32 entry_id; in rtl92de_set_key() local 2140 entry_id = key_index; in rtl92de_set_key() 2144 entry_id = key_index; in rtl92de_set_key() 2147 entry_id = rtl_cam_get_free_entry(hw, in rtl92de_set_key() 2149 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92de_set_key() 2154 entry_id = CAM_PAIRWISE_KEY_POSITION; in rtl92de_set_key() 2163 entry_id); in rtl92de_set_key() 2166 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92de_set_key() 2186 entry_id, enc_algo, in rtl92de_set_key() 2199 rtlpriv->sec.key_buf[entry_id]); in rtl92de_set_key() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | hw.c | 2379 u32 entry_id = 0; in rtl92se_set_key() local 2433 entry_id = key_index; in rtl92se_set_key() 2437 entry_id = key_index; in rtl92se_set_key() 2440 entry_id = rtl_cam_get_free_entry(hw, in rtl92se_set_key() 2442 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92se_set_key() 2447 entry_id = CAM_PAIRWISE_KEY_POSITION; in rtl92se_set_key() 2458 entry_id); in rtl92se_set_key() 2461 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92se_set_key() 2470 entry_id, enc_algo, in rtl92se_set_key() 2483 rtlpriv->sec.key_buf[entry_id]); in rtl92se_set_key() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | hw.c | 2154 u32 entry_id = 0; in rtl8723e_set_key() local 2208 entry_id = key_index; in rtl8723e_set_key() 2212 entry_id = key_index; in rtl8723e_set_key() 2215 entry_id = in rtl8723e_set_key() 2217 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8723e_set_key() 2222 entry_id = CAM_PAIRWISE_KEY_POSITION; in rtl8723e_set_key() 2233 entry_id); in rtl8723e_set_key() 2236 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8723e_set_key() 2245 entry_id, enc_algo, in rtl8723e_set_key() 2260 [entry_id]); in rtl8723e_set_key() [all …]
|
/openbmc/linux/drivers/acpi/ |
H A D | tables.c | 435 char *id, unsigned long table_size, int entry_id, in __acpi_table_parse_entries() argument 440 .id = entry_id, in __acpi_table_parse_entries() 461 int entry_id, in acpi_table_parse_entries() argument 465 return __acpi_table_parse_entries(id, table_size, entry_id, handler, in acpi_table_parse_entries()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A D | hw.c | 2084 u32 entry_id = 0; in rtl92ce_set_key() local 2138 entry_id = key_index; in rtl92ce_set_key() 2142 entry_id = key_index; in rtl92ce_set_key() 2146 entry_id = rtl_cam_get_free_entry(hw, in rtl92ce_set_key() 2148 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92ce_set_key() 2153 entry_id = CAM_PAIRWISE_KEY_POSITION; in rtl92ce_set_key() 2164 entry_id); in rtl92ce_set_key() 2168 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92ce_set_key() 2191 entry_id, enc_algo, in rtl92ce_set_key() 2207 [entry_id]); in rtl92ce_set_key() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | hw.c | 2283 u32 entry_id = 0; in rtl88ee_set_key() local 2336 entry_id = key_index; in rtl88ee_set_key() 2340 entry_id = key_index; in rtl88ee_set_key() 2344 entry_id = in rtl88ee_set_key() 2346 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl88ee_set_key() 2351 entry_id = CAM_PAIRWISE_KEY_POSITION; in rtl88ee_set_key() 2361 entry_id); in rtl88ee_set_key() 2365 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl88ee_set_key() 2374 entry_id, enc_algo, in rtl88ee_set_key() 2389 [entry_id]); in rtl88ee_set_key() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | hw.c | 2423 u32 entry_id = 0; in rtl92ee_set_key() local 2477 entry_id = key_index; in rtl92ee_set_key() 2481 entry_id = key_index; in rtl92ee_set_key() 2485 entry_id = rtl_cam_get_free_entry(hw, in rtl92ee_set_key() 2487 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92ee_set_key() 2492 entry_id = CAM_PAIRWISE_KEY_POSITION; in rtl92ee_set_key() 2503 entry_id); in rtl92ee_set_key() 2507 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92ee_set_key() 2516 entry_id, enc_algo, in rtl92ee_set_key() 2529 rtlpriv->sec.key_buf[entry_id]); in rtl92ee_set_key() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | hw.c | 2547 u32 entry_id = 0; in rtl8723be_set_key() local 2601 entry_id = key_index; in rtl8723be_set_key() 2605 entry_id = key_index; in rtl8723be_set_key() 2608 entry_id = rtl_cam_get_free_entry(hw, in rtl8723be_set_key() 2610 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8723be_set_key() 2615 entry_id = CAM_PAIRWISE_KEY_POSITION; in rtl8723be_set_key() 2626 entry_id); in rtl8723be_set_key() 2629 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8723be_set_key() 2638 entry_id, enc_algo, in rtl8723be_set_key() 2653 [entry_id]); in rtl8723be_set_key() [all …]
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_discovery.c | 291 u32 device, val, entry_id, bar_offset; in intel_uncore_has_discovery_tables() local 308 entry_id = val & UNCORE_DISCOVERY_DVSEC_ID_MASK; in intel_uncore_has_discovery_tables() 309 if (entry_id != UNCORE_DISCOVERY_DVSEC_ID_PMON) in intel_uncore_has_discovery_tables()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | logging_utils.robot | 224 ${entry_id}= Read Attribute ${elog_entry[0]} Message 225 Should Be Equal ${entry_id} 228 ${entry_id}= Read Attribute ${elog_entry[0]} Severity 229 Should Be Equal ${entry_id}
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | hw.c | 3829 u32 entry_id = 0; in rtl8821ae_set_key() local 3882 entry_id = key_index; in rtl8821ae_set_key() 3886 entry_id = key_index; in rtl8821ae_set_key() 3889 entry_id = rtl_cam_get_free_entry(hw, p_macaddr); in rtl8821ae_set_key() 3890 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8821ae_set_key() 3895 entry_id = CAM_PAIRWISE_KEY_POSITION; in rtl8821ae_set_key() 3906 entry_id); in rtl8821ae_set_key() 3909 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8821ae_set_key() 3918 entry_id, enc_algo, in rtl8821ae_set_key() 3933 [entry_id]); in rtl8821ae_set_key() [all …]
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-is.h | 206 u32 entry_id; member
|
H A D | fimc-is-regs.c | 78 mcuctl_write(is->h2i_cmd.entry_id, is, MCUCTL_REG_ISSR(2)); in fimc_is_hw_set_tune()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.h | 395 u64 entry_id, u16 vsi, enum ice_flow_priority prio,
|
H A D | ice_flow.c | 1593 u64 entry_id, u16 vsi_handle, enum ice_flow_priority prio, in ice_flow_add_entry() argument 1627 e->id = entry_id; in ice_flow_add_entry()
|
/openbmc/docs/ |
H A D | REST-cheatsheet.md | 118 …ntent-Type: application/json" -X DELETE https://${bmc}/xyz/openbmc_project/logging/entry/<entry_id> 125 …"Content-Type: application/json" -X DELETE https://${bmc}/xyz/openbmc_project/dump/entry/<entry_id>
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_atombios.c | 3317 u32 entry_id; in radeon_atom_get_voltage_evv() local 3321 for (entry_id = 0; entry_id < count; entry_id++) { in radeon_atom_get_voltage_evv() 3322 if (rdev->pm.dpm.dyn_state.vddc_dependency_on_sclk.entries[entry_id].v == in radeon_atom_get_voltage_evv() 3327 if (entry_id >= count) in radeon_atom_get_voltage_evv() 3334 cpu_to_le32(rdev->pm.dpm.dyn_state.vddc_dependency_on_sclk.entries[entry_id].clk); in radeon_atom_get_voltage_evv()
|