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 Dmatcher.c483 rtc_attr.log_depth = size_rx->table.sz_col_log; in hws_matcher_create_rtc()
536 rtc_attr.log_depth = size_tx->table.sz_col_log; in hws_matcher_create_rtc()
581 if (size->table.sz_col_log > caps->rtc_log_depth_max) { in hws_matcher_check_attr_sz()
587 if (size->table.sz_col_log + size->table.sz_row_log > in hws_matcher_check_attr_sz()
595 if (size->table.sz_col_log + size->table.sz_row_log < in hws_matcher_check_attr_sz()
709 0 : size->table.sz_col_log + size->table.sz_row_log; in hws_matcher_bind_mt()
723 0 : size->table.sz_col_log + size->table.sz_row_log; in hws_matcher_bind_mt()
772 if (size_rx->table.sz_col_log || size_tx->table.sz_col_log) { in hws_matcher_validate_insert_mode()
835 size_rx->table.sz_col_log = in hws_matcher_process_attr()
837 size_tx->table.sz_col_log = in hws_matcher_process_attr()
[all …]
H A Ddebug.c108 attr->size[MLX5HWS_MATCHER_SIZE_TYPE_RX].table.sz_col_log, in hws_debug_dump_matcher_attr()
114 attr->size[MLX5HWS_MATCHER_SIZE_TYPE_TX].table.sz_col_log); in hws_debug_dump_matcher_attr()
H A Dmlx5hws.h106 u8 sz_col_log; member