Home
last modified time | relevance | path

Searched refs:distribute_mode (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c259 if (attr->distribute_mode == MLX5HWS_MATCHER_DISTRIBUTE_BY_HASH) { in hws_matcher_create_rtc()
263 } else if (attr->distribute_mode == MLX5HWS_MATCHER_DISTRIBUTE_BY_LINEAR) { in hws_matcher_create_rtc()
677 if (matcher->attr.distribute_mode != MLX5HWS_MATCHER_DISTRIBUTE_BY_HASH) { in hws_matcher_validate_insert_mode()
689 if (attr->distribute_mode == MLX5HWS_MATCHER_DISTRIBUTE_BY_HASH) { in hws_matcher_validate_insert_mode()
695 } else if (attr->distribute_mode == MLX5HWS_MATCHER_DISTRIBUTE_BY_LINEAR) { in hws_matcher_validate_insert_mode()
H A Dmlx5hws.h107 enum mlx5hws_matcher_distribute_mode distribute_mode; member
H A Ddebug.c112 attr->distribute_mode); in hws_debug_dump_matcher_attr()
H A Dbwc.c60 attr->distribute_mode = MLX5HWS_MATCHER_DISTRIBUTE_BY_HASH; in hws_bwc_matcher_init_attr()