Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c214 rtc_attr->log_size = is_match_rtc ? matcher->attr.table.sz_row_log : ste->order; in hws_matcher_set_rtc_attr_sz()
241 ste->order = attr->table.sz_col_log + attr->table.sz_row_log; in hws_matcher_create_rtc()
243 rtc_attr.log_size = attr->table.sz_row_log; in hws_matcher_create_rtc()
292 attr->table.sz_row_log + in hws_matcher_create_rtc()
404 if (attr->table.sz_col_log + attr->table.sz_row_log > caps->ste_alloc_log_max) { in hws_matcher_check_attr_sz()
565 matcher->attr.table.sz_row_log + in hws_matcher_bind_at()
643 matcher->attr.table.sz_row_log; in hws_matcher_bind_mt()
704 if (attr->table.sz_row_log > MLX5_IFC_RTC_LINEAR_LOOKUP_TBL_LOG_MAX) { in hws_matcher_validate_insert_mode()
829 col_matcher->attr.table.sz_row_log = matcher->attr.rule.num_log; in hws_matcher_create_col_matcher()
831 if (col_matcher->attr.table.sz_row_log > MLX5HWS_MATCHER_ASSURED_ROW_RATIO) in hws_matcher_create_col_matcher()
[all …]
H A Dmlx5hws.h112 u8 sz_row_log; member
H A Ddebug.c107 attr->table.sz_row_log, in hws_debug_dump_matcher_attr()