Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c497 if (attr->distribute_mode == in hws_matcher_create_rtc()
504 } else if (attr->distribute_mode == in hws_matcher_create_rtc()
762 if (matcher->attr.distribute_mode != MLX5HWS_MATCHER_DISTRIBUTE_BY_HASH) { in hws_matcher_validate_insert_mode()
774 if (attr->distribute_mode == MLX5HWS_MATCHER_DISTRIBUTE_BY_HASH) { in hws_matcher_validate_insert_mode()
780 } else if (attr->distribute_mode == MLX5HWS_MATCHER_DISTRIBUTE_BY_LINEAR) { in hws_matcher_validate_insert_mode()
H A Dmlx5hws.h124 enum mlx5hws_matcher_distribute_mode distribute_mode; member
H A Ddebug.c112 attr->distribute_mode, in hws_debug_dump_matcher_attr()
H A Dbwc.c64 attr->distribute_mode = MLX5HWS_MATCHER_DISTRIBUTE_BY_HASH; in hws_bwc_matcher_init_attr()