Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch.c1077 int l2_table_size = 1 << MLX5_CAP_GEN(dev, log_max_l2_table); in mlx5_eswitch_init() local
1088 total_vports, l2_table_size, in mlx5_eswitch_init()
1098 esw->l2_table.bitmap = kcalloc(BITS_TO_LONGS(l2_table_size), in mlx5_eswitch_init()
1104 esw->l2_table.size = l2_table_size; in mlx5_eswitch_init()