Searched refs:entropy_flags (Results 1 – 1 of 1) sorted by relevance
16 struct mlx5_port_tun_entropy_flags *entropy_flags) in mlx5_query_port_tun_entropy() argument20 entropy_flags->force_supported = false; in mlx5_query_port_tun_entropy()21 entropy_flags->calc_supported = false; in mlx5_query_port_tun_entropy()22 entropy_flags->gre_calc_supported = false; in mlx5_query_port_tun_entropy()23 entropy_flags->force_enabled = false; in mlx5_query_port_tun_entropy()24 entropy_flags->calc_enabled = true; in mlx5_query_port_tun_entropy()25 entropy_flags->gre_calc_enabled = true; in mlx5_query_port_tun_entropy()33 entropy_flags->force_supported = !!(MLX5_GET(pcmr_reg, out, entropy_force_cap)); in mlx5_query_port_tun_entropy()34 entropy_flags->calc_supported = !!(MLX5_GET(pcmr_reg, out, entropy_calc_cap)); in mlx5_query_port_tun_entropy()35 entropy_flags->gre_calc_supported = !!(MLX5_GET(pcmr_reg, out, entropy_gre_calc_cap)); in mlx5_query_port_tun_entropy()[all …]