Home
last modified time | relevance | path

Searched refs:size_log (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc.c51 u8 size_log) in hws_bwc_matcher_init_attr() argument
61 attr->rule.num_log = size_log; in hws_bwc_matcher_init_attr()
91 bwc_matcher->size_log = MLX5HWS_BWC_MATCHER_INIT_SIZE_LOG; in mlx5hws_bwc_matcher_create_simple()
472 if ((bwc_matcher->size_log + in hws_bwc_matcher_size_maxed_out()
479 if ((bwc_matcher->size_log + in hws_bwc_matcher_size_maxed_out()
497 (1UL << bwc_matcher->size_log))) in hws_bwc_matcher_rehash_size_needed()
548 bwc_matcher->size_log = in hws_bwc_matcher_extend_size()
549 min(bwc_matcher->size_log + MLX5HWS_BWC_MATCHER_SIZE_LOG_STEP, in hws_bwc_matcher_extend_size()
691 bwc_matcher->size_log); in hws_bwc_matcher_move()
843 bwc_matcher->size_log - MLX5HWS_BWC_MATCHER_SIZE_LOG_STEP, in mlx5hws_bwc_rule_create_simple()
[all …]
H A Dbwc.h29 u8 size_log; member
/linux-6.15/tools/include/uapi/linux/
H A Dpkt_sched.h103 unsigned char size_log; member
/linux-6.15/include/uapi/linux/
H A Dpkt_sched.h104 unsigned char size_log; member
/linux-6.15/net/sched/
H A Dsch_api.c521 if (s->size_log > STAB_SIZE_LOG_MAX || in qdisc_get_stab()
591 pkt_len <<= stab->szopts.size_log; in __qdisc_calculate_pkt_len()