Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_matcher.c222 rtc_attr->log_size = is_match_rtc ? matcher->attr.table.sz_row_log : ste->order; 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()
252 rtc_attr.log_size = attr->table.sz_row_log; in hws_matcher_create_rtc()
296 attr->table.sz_row_log; in hws_matcher_create_rtc()
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()
557 matcher->attr.table.sz_row_log; in hws_matcher_bind_at_idx()
689 matcher->attr.table.sz_row_log; in hws_matcher_bind_mt()
750 if (attr->table.sz_row_log > MLX5_IFC_RTC_LINEAR_LOOKUP_TBL_LOG_MAX) { in hws_matcher_validate_insert_mode()
875 col_matcher->attr.table.sz_row_log = matcher->attr.rule.num_log; in hws_matcher_create_col_matcher()
[all …]
H A Dmlx5hws.h113 u8 sz_row_log; member
H A Dmlx5hws_debug.c107 attr->table.sz_row_log, in hws_debug_dump_matcher_attr()