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.c500 if (attr->distribute_mode == in hws_matcher_create_rtc()
507 } else if (attr->distribute_mode == in hws_matcher_create_rtc()
765 if (matcher->attr.distribute_mode != MLX5HWS_MATCHER_DISTRIBUTE_BY_HASH) { in hws_matcher_validate_insert_mode()
777 if (attr->distribute_mode == MLX5HWS_MATCHER_DISTRIBUTE_BY_HASH) { in hws_matcher_validate_insert_mode()
783 } else if (attr->distribute_mode == MLX5HWS_MATCHER_DISTRIBUTE_BY_LINEAR) { in hws_matcher_validate_insert_mode()
H A Dmlx5hws.h125 enum mlx5hws_matcher_distribute_mode distribute_mode; member
H A Ddebug.c112 attr->distribute_mode, in hws_debug_dump_matcher_attr()
H A Dbwc.c61 attr->distribute_mode = MLX5HWS_MATCHER_DISTRIBUTE_BY_HASH; in hws_bwc_matcher_init_attr()