/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_integer_attribute_test.cpp | 35 "upper_bound" : 15, in TEST_F() 55 "upper_bound" : 15, in TEST_F() 68 "upper_bound" : 15, in TEST_F() 95 "upper_bound" : 15, in TEST_F() 129 "upper_bound" : 15, in TEST_F() 181 "upper_bound" : 15, in TEST_F()
|
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | int-attributes.c | 46 in_val > integer_data->upper_bound) in validate_integer_input() 77 ATTRIBUTE_N_PROPERTY_SHOW(upper_bound, integer); 79 __ATTR_RO(upper_bound); 258 integer_data->upper_bound = int_value; in hp_populate_integer_elements_from_package() 352 &integer_data->upper_bound); in hp_populate_integer_elements_from_buffer()
|
H A D | bioscfg.h | 146 u32 upper_bound; member
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_init_fw_funcs.c | 530 u32 upper_bound = QM_GLOBAL_RL_UPPER_BOUND(QM_MAX_LINK_SPEED) | in qed_global_rl_rt_init() local 544 upper_bound); in qed_global_rl_rt_init() 587 u32 upper_bound, inc_val; in qed_vport_rl_rt_init() local 589 upper_bound = in qed_vport_rl_rt_init() 597 if (inc_val > upper_bound) { in qed_vport_rl_rt_init() 606 upper_bound | (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_vport_rl_rt_init() 1116 u32 inc_val, upper_bound; in qed_init_global_rl() local 1118 upper_bound = in qed_init_global_rl() 1123 if (inc_val > upper_bound) { in qed_init_global_rl() 1133 upper_bound | (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_init_global_rl()
|
/openbmc/libpldm/src/dsp/ |
H A D | bios_table.c | 498 uint64_t upper_bound; member 515 if (info->lower_bound == info->upper_bound) { in pldm_bios_table_attr_entry_integer_info_check() 526 if (info->lower_bound > info->upper_bound) { in pldm_bios_table_attr_entry_integer_info_check() 531 if (info->default_value > info->upper_bound || in pldm_bios_table_attr_entry_integer_info_check() 574 attr_fields->upper_bound = htole64(info->upper_bound); in pldm_bios_table_attr_entry_integer_encode() 588 *upper = le64toh(fields->upper_bound); in pldm_bios_table_attr_entry_integer_decode()
|
/openbmc/linux/include/rdma/ |
H A D | uverbs_ioctl.h | 889 size_t idx, s64 lower_bound, u64 upper_bound, 893 size_t idx, u64 upper_bound, u64 *def_val); 926 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const() argument 940 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const_signed() argument 948 size_t idx, u64 upper_bound, u64 *def_val) in _uverbs_get_const_unsigned() argument
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | eeprom.h | 38 int upper_bound; /* J */ member
|
H A D | pci_phy.c | 272 db_diff = min(db_diff, t.upper_bound); in mt76x2_phy_temp_compensate()
|
H A D | eeprom.c | 486 t->upper_bound = (bounds >> 4) & 0xf; in mt76x2_get_temp_comp()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs_ioctl.c | 765 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const_signed() argument 780 if (*to < lower_bound || (*to > 0 && (u64)*to > upper_bound)) in _uverbs_get_const_signed() 789 size_t idx, u64 upper_bound, u64 *def_val) in _uverbs_get_const_unsigned() argument 803 if (*to > upper_bound) in _uverbs_get_const_unsigned()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppevvmath.h | 150 fInt upper_bound = Divide(8, 1000); in fNaturalLog() local 158 while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) { in fNaturalLog()
|
/openbmc/libpldm/include/libpldm/ |
H A D | bios_table.h | 388 uint64_t upper_bound; //!< The upper bound on the integer value member
|
/openbmc/linux/arch/x86/include/asm/fpu/ |
H A D | types.h | 192 u64 upper_bound; member
|
/openbmc/linux/net/ipv4/ |
H A D | nexthop.c | 1177 if (hash > atomic_read(&nhge->hthr.upper_bound)) in nexthop_select_path_fdb() 1207 if (hash > atomic_read(&nhge->hthr.upper_bound)) in nexthop_select_path_hthr() 1670 int upper_bound; in nh_res_group_rebalance() local 1673 upper_bound = DIV_ROUND_CLOSEST(res_table->num_nh_buckets * w, in nh_res_group_rebalance() 1675 nhge->res.wants_buckets = upper_bound - prev_upper_bound; in nh_res_group_rebalance() 1676 prev_upper_bound = upper_bound; in nh_res_group_rebalance() 1749 int upper_bound; in nh_hthr_group_rebalance() local 1752 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, total) - 1; in nh_hthr_group_rebalance() 1753 atomic_set(&nhge->hthr.upper_bound, upper_bound); in nh_hthr_group_rebalance()
|
H A D | fib_semantics.c | 824 int upper_bound; in fib_rebalance() local 827 upper_bound = -1; in fib_rebalance() 830 upper_bound = -1; in fib_rebalance() 833 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, in fib_rebalance() 837 atomic_set(&nexthop_nh->fib_nh_upper_bound, upper_bound); in fib_rebalance()
|
/openbmc/linux/include/net/ |
H A D | nexthop.h | 104 atomic_t upper_bound; member
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init.h | 391 pdata->fair_vars.upper_bound = r_param * tFair * FAIR_MEM; in bnx2x_init_min()
|
H A D | bnx2x_hsi.h | 4951 u32 upper_bound; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | phy.c | 483 u8 upper_bound, lower_bound; in rtw_phy_dig() local 521 rtw_phy_dig_get_boundary(rtwdev, dm_info, &upper_bound, &lower_bound, in rtw_phy_dig() 523 cur_igi = clamp_t(u8, cur_igi, lower_bound, upper_bound); in rtw_phy_dig()
|
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-btree.c | 69 static int upper_bound(struct btree_node *n, uint64_t key) in upper_bound() function 456 i = upper_bound(n, key); in dm_btree_lookup_next_single()
|
/openbmc/pldm/ |
H A D | README.md | 241 "upper_bound": "The upper bound on the integer value",
|
/openbmc/libpldm/tests/dsp/ |
H A D | bios_table.cpp | 396 info.upper_bound = 50; in TEST()
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | 4721 int upper_bound = -1; in rt6_upper_bound_set() 4725 upper_bound = DIV_ROUND_CLOSEST_ULL((u64) (*weight) << 31, in rt6_upper_bound_set() 4728 atomic_set(&rt->fib6_nh->fib_nh_upper_bound, upper_bound); in rt6_multipath_upper_bound_set() 4718 int upper_bound = -1; rt6_upper_bound_set() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 3908 int upper_bound; in mlxsw_sp_nexthop_group_rebalance() local 3913 upper_bound = DIV_ROUND_CLOSEST(ecmp_size * weight, total); in mlxsw_sp_nexthop_group_rebalance() 3914 nh->num_adj_entries = upper_bound - lower_bound; in mlxsw_sp_nexthop_group_rebalance() 3915 lower_bound = upper_bound; in mlxsw_sp_nexthop_group_rebalance()
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 10734 'name' => 'upper_bound',
|