Home
last modified time | relevance | path

Searched refs:sz_col_log (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_matcher.c223 rtc_attr->log_depth = is_match_rtc ? matcher->attr.table.sz_col_log : 0; in hws_matcher_set_rtc_attr_sz()
250 ste->order = attr->table.sz_col_log + attr->table.sz_row_log; in hws_matcher_create_rtc()
253 rtc_attr.log_depth = attr->table.sz_col_log; in hws_matcher_create_rtc()
402 if (attr->table.sz_col_log > caps->rtc_log_depth_max) { in hws_matcher_check_attr_sz()
408 if (attr->table.sz_col_log + attr->table.sz_row_log > caps->ste_alloc_log_max) { in hws_matcher_check_attr_sz()
414 if (attr->table.sz_col_log + attr->table.sz_row_log < caps->ste_alloc_log_gran) { in hws_matcher_check_attr_sz()
688 pool_attr.alloc_log_sz = matcher->attr.table.sz_col_log + in hws_matcher_bind_mt()
730 if (attr->table.sz_col_log) { in hws_matcher_validate_insert_mode()
786 attr->table.sz_col_log = hws_matcher_rules_to_tbl_depth(attr->rule.num_log); in hws_matcher_process_attr()
876 col_matcher->attr.table.sz_col_log = MLX5HWS_MATCHER_ASSURED_COL_TBL_DEPTH; in hws_matcher_create_col_matcher()
H A Dmlx5hws.h114 u8 sz_col_log; member
H A Dmlx5hws_debug.c108 attr->table.sz_col_log, in hws_debug_dump_matcher_attr()