Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc.c190 bwc_matcher->rx_size.size_log, in hws_bwc_matcher_move()
191 bwc_matcher->tx_size.size_log, in hws_bwc_matcher_move()
248 bwc_matcher->rx_size.size_log, in mlx5hws_bwc_matcher_create_simple()
249 bwc_matcher->tx_size.size_log, in mlx5hws_bwc_matcher_create_simple()
308 size->size_log = MLX5HWS_BWC_MATCHER_INIT_SIZE_LOG; in hws_bwc_matcher_init_size_rxtx()
579 if (rx_size->size_log == MLX5HWS_BWC_MATCHER_INIT_SIZE_LOG && in hws_bwc_matcher_rehash_shrink()
580 tx_size->size_log == MLX5HWS_BWC_MATCHER_INIT_SIZE_LOG) in hws_bwc_matcher_rehash_shrink()
590 rx_size->size_log = MLX5HWS_BWC_MATCHER_INIT_SIZE_LOG; in hws_bwc_matcher_rehash_shrink()
591 tx_size->size_log = MLX5HWS_BWC_MATCHER_INIT_SIZE_LOG; in hws_bwc_matcher_rehash_shrink()
739 return (size->size_log + MLX5HWS_MATCHER_ASSURED_MAIN_TBL_DEPTH + in hws_bwc_matcher_size_maxed_out()
[all …]
H A Dbwc.h39 u8 size_log; member
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h103 unsigned char size_log; member
/linux/include/uapi/linux/
H A Dpkt_sched.h104 unsigned char size_log; member
/linux/net/sched/
H A Dsch_api.c527 if (s->size_log > STAB_SIZE_LOG_MAX || in qdisc_get_stab()
597 pkt_len <<= stab->szopts.size_log; in __qdisc_calculate_pkt_len()