Home
last modified time | relevance | path

Searched refs:upper_bound (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_init_fw_funcs.c454 u32 upper_bound = QM_GLOBAL_RL_UPPER_BOUND(QM_MAX_LINK_SPEED) | in qed_global_rl_rt_init() local
468 upper_bound); in qed_global_rl_rt_init()
511 u32 upper_bound, inc_val; in qed_vport_rl_rt_init() local
513 upper_bound = in qed_vport_rl_rt_init()
521 if (inc_val > upper_bound) { in qed_vport_rl_rt_init()
530 upper_bound | (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_vport_rl_rt_init()
1040 u32 inc_val, upper_bound; in qed_init_global_rl() local
1042 upper_bound = in qed_init_global_rl()
1047 if (inc_val > upper_bound) { in qed_init_global_rl()
1057 upper_bound | (u32)QM_RL_CRD_REG_SIGN_BIT); in qed_init_global_rl()
/linux/include/rdma/
A Duverbs_ioctl.h881 size_t idx, s64 lower_bound, u64 upper_bound,
885 size_t idx, u64 upper_bound, u64 *def_val);
918 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const() argument
932 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const_signed() argument
940 size_t idx, u64 upper_bound, u64 *def_val) in _uverbs_get_const_unsigned() argument
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
A Deeprom.h38 int upper_bound; /* J */ member
A Dpci_phy.c272 db_diff = min(db_diff, t.upper_bound); in mt76x2_phy_temp_compensate()
A Deeprom.c489 t->upper_bound = (bounds >> 4) & 0xf; in mt76x2_get_temp_comp()
/linux/drivers/infiniband/core/
A Duverbs_ioctl.c757 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const_signed() argument
772 if (*to < lower_bound || (*to > 0 && (u64)*to > upper_bound)) in _uverbs_get_const_signed()
781 size_t idx, u64 upper_bound, u64 *def_val) in _uverbs_get_const_unsigned() argument
795 if (*to > upper_bound) in _uverbs_get_const_unsigned()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dppevvmath.h150 fInt upper_bound = Divide(8, 1000); in fNaturalLog() local
158 while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) { in fNaturalLog()
/linux/arch/x86/include/asm/fpu/
A Dtypes.h190 u64 upper_bound; member
/linux/net/ipv4/
A Dnexthop.c1163 if (hash > atomic_read(&nhge->hthr.upper_bound)) in nexthop_select_path_hthr()
1645 int upper_bound; in nh_res_group_rebalance() local
1648 upper_bound = DIV_ROUND_CLOSEST(res_table->num_nh_buckets * w, in nh_res_group_rebalance()
1650 nhge->res.wants_buckets = upper_bound - prev_upper_bound; in nh_res_group_rebalance()
1651 prev_upper_bound = upper_bound; in nh_res_group_rebalance()
1724 int upper_bound; in nh_hthr_group_rebalance() local
1727 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, total) - 1; in nh_hthr_group_rebalance()
1728 atomic_set(&nhge->hthr.upper_bound, upper_bound); in nh_hthr_group_rebalance()
A Dfib_semantics.c812 int upper_bound; in fib_rebalance() local
815 upper_bound = -1; in fib_rebalance()
818 upper_bound = -1; in fib_rebalance()
821 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, in fib_rebalance()
825 atomic_set(&nexthop_nh->fib_nh_upper_bound, upper_bound); in fib_rebalance()
/linux/include/net/
A Dnexthop.h104 atomic_t upper_bound; member
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_init.h391 pdata->fair_vars.upper_bound = r_param * tFair * FAIR_MEM; in bnx2x_init_min()
A Dbnx2x_hsi.h4950 u32 upper_bound; member
/linux/drivers/net/wireless/realtek/rtw88/
A Dphy.c482 u8 upper_bound, lower_bound; in rtw_phy_dig() local
520 rtw_phy_dig_get_boundary(rtwdev, dm_info, &upper_bound, &lower_bound, in rtw_phy_dig()
522 cur_igi = clamp_t(u8, cur_igi, lower_bound, upper_bound); in rtw_phy_dig()
/linux/drivers/md/persistent-data/
A Ddm-btree.c66 static int upper_bound(struct btree_node *n, uint64_t key) in upper_bound() function
451 i = upper_bound(n, key); in dm_btree_lookup_next_single()
/linux/net/ipv6/
A Droute.c4721 int upper_bound = -1; in rt6_upper_bound_set() local
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_upper_bound_set()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router.c3766 int upper_bound; in mlxsw_sp_nexthop_group_rebalance() local
3771 upper_bound = DIV_ROUND_CLOSEST(ecmp_size * weight, total); in mlxsw_sp_nexthop_group_rebalance()
3772 nh->num_adj_entries = upper_bound - lower_bound; in mlxsw_sp_nexthop_group_rebalance()
3773 lower_bound = upper_bound; in mlxsw_sp_nexthop_group_rebalance()

Completed in 114 milliseconds