Searched refs:upper_bound (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Deeprom.h38 int upper_bound; /* J */ member in struct:mt76x2_temp_comp
H A Dpci_phy.c272 db_diff = min(db_diff, t.upper_bound);
H A Deeprom.c486 t->upper_bound = (bounds >> 4) & 0xf;
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Dint-attributes.c46 in_val > integer_data->upper_bound)
77 ATTRIBUTE_N_PROPERTY_SHOW(upper_bound, integer);
79 __ATTR_RO(upper_bound);
258 integer_data->upper_bound = int_value;
352 &integer_data->upper_bound);
H A Dbioscfg.h146 u32 upper_bound; member in struct:integer_data
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c530 u32 upper_bound = QM_GLOBAL_RL_UPPER_BOUND(QM_MAX_LINK_SPEED) | local
544 upper_bound);
587 u32 upper_bound, inc_val; local
589 upper_bound =
597 if (inc_val > upper_bound) {
606 upper_bound | (u32)QM_RL_CRD_REG_SIGN_BIT);
1116 u32 inc_val, upper_bound; local
1118 upper_bound =
1123 if (inc_val > upper_bound) {
1133 upper_bound | (u3
[all...]
/linux-master/include/rdma/
H A Duverbs_ioctl.h891 size_t idx, s64 lower_bound, u64 upper_bound,
895 size_t idx, u64 upper_bound, u64 *def_val);
928 size_t idx, s64 lower_bound, u64 upper_bound,
942 size_t idx, s64 lower_bound, u64 upper_bound,
950 size_t idx, u64 upper_bound, u64 *def_val)
927 _uverbs_get_const(s64 *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, s64 lower_bound, u64 upper_bound, s64 *def_val) argument
940 _uverbs_get_const_signed(s64 *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, s64 lower_bound, u64 upper_bound, s64 *def_val) argument
948 _uverbs_get_const_unsigned(u64 *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, u64 upper_bound, u64 *def_val) argument
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h150 fInt upper_bound = Divide(8, 1000); local
158 while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) {
/linux-master/arch/x86/include/asm/fpu/
H A Dtypes.h194 u64 upper_bound; member in struct:mpx_bndreg
/linux-master/drivers/infiniband/core/
H A Duverbs_ioctl.c777 size_t idx, s64 lower_bound, u64 upper_bound,
792 if (*to < lower_bound || (*to > 0 && (u64)*to > upper_bound))
801 size_t idx, u64 upper_bound, u64 *def_val)
815 if (*to > upper_bound)
775 _uverbs_get_const_signed(s64 *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, s64 lower_bound, u64 upper_bound, s64 *def_val) argument
799 _uverbs_get_const_unsigned(u64 *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, u64 upper_bound, u64 *def_val) argument
/linux-master/net/ipv4/
H A Dnexthop.c1395 if (hash > atomic_read(&nhge->hthr.upper_bound))
1426 if (hash > atomic_read(&nhge->hthr.upper_bound))
1894 int upper_bound; local
1897 upper_bound = DIV_ROUND_CLOSEST(res_table->num_nh_buckets * w,
1899 nhge->res.wants_buckets = upper_bound - prev_upper_bound;
1900 prev_upper_bound = upper_bound;
1973 int upper_bound; local
1976 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, total) - 1;
1977 atomic_set(&nhge->hthr.upper_bound, upper_bound);
[all...]
H A Dfib_semantics.c824 int upper_bound; local
827 upper_bound = -1;
830 upper_bound = -1;
833 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31,
837 atomic_set(&nexthop_nh->fib_nh_upper_bound, upper_bound);
/linux-master/include/net/
H A Dnexthop.h112 atomic_t upper_bound; member in struct:nh_grp_entry::__anon2503::__anon2504
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init.h391 pdata->fair_vars.upper_bound = r_param * tFair * FAIR_MEM;
H A Dbnx2x_hsi.h4951 u32 upper_bound; member in struct:fairness_vars_per_port
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dphy.c483 u8 upper_bound, lower_bound; local
521 rtw_phy_dig_get_boundary(rtwdev, dm_info, &upper_bound, &lower_bound,
523 cur_igi = clamp_t(u8, cur_igi, lower_bound, upper_bound);
/linux-master/drivers/md/persistent-data/
H A Ddm-btree.c69 static int upper_bound(struct btree_node *n, uint64_t key) function
456 i = upper_bound(n, key);
/linux-master/net/ipv6/
H A Droute.c4717 int upper_bound = -1; local
4721 upper_bound = DIV_ROUND_CLOSEST_ULL((u64) (*weight) << 31,
4724 atomic_set(&rt->fib6_nh->fib_nh_upper_bound, upper_bound);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c4028 int upper_bound; local
4033 upper_bound = DIV_ROUND_CLOSEST(ecmp_size * weight, total);
4034 nh->num_adj_entries = upper_bound - lower_bound;
4035 lower_bound = upper_bound;

Completed in 337 milliseconds