Home
last modified time | relevance | path

Searched refs:insert_mode (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.h105 return matcher->attr.insert_mode == MLX5HWS_MATCHER_INSERT_BY_INDEX; in mlx5hws_matcher_is_insert_by_idx()
H A Dmatcher.c249 if (attr->insert_mode == MLX5HWS_MATCHER_INSERT_BY_HASH) { in hws_matcher_create_rtc()
255 } else if (attr->insert_mode == MLX5HWS_MATCHER_INSERT_BY_INDEX) { in hws_matcher_create_rtc()
675 switch (attr->insert_mode) { in hws_matcher_validate_insert_mode()
739 attr->insert_mode == MLX5HWS_MATCHER_INSERT_BY_HASH) in hws_matcher_process_attr()
807 matcher->attr.insert_mode == MLX5HWS_MATCHER_INSERT_BY_INDEX) in hws_matcher_create_col_matcher()
858 matcher->attr.insert_mode == MLX5HWS_MATCHER_INSERT_BY_INDEX) in hws_matcher_destroy_col_matcher()
H A Dmlx5hws.h106 enum mlx5hws_matcher_insert_mode insert_mode; member
H A Ddebug.c111 attr->insert_mode, in hws_debug_dump_matcher_attr()
H A Dbwc.c59 attr->insert_mode = MLX5HWS_MATCHER_INSERT_BY_HASH; in hws_bwc_matcher_init_attr()
/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c27 static const struct insert_mode { struct
219 const struct insert_mode *mode) in expect_insert()