Searched refs:sz_col_log (Results 1 – 3 of 3) sorted by relevance
483 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 …]
108 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()
106 u8 sz_col_log; member