Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dport_tun.c20 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()
97 if (entropy_flags.gre_calc_supported && in mlx5_set_entropy()
99 if (!entropy_flags.force_supported) in mlx5_set_entropy()
110 if (entropy_flags.force_enabled && in mlx5_set_entropy()
114 !entropy_flags.calc_enabled); in mlx5_set_entropy()
[all …]