Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dport_tun.c21 entropy_flags->force_supported = false; in mlx5_query_port_tun_entropy()
22 entropy_flags->calc_supported = false; in mlx5_query_port_tun_entropy()
23 entropy_flags->gre_calc_supported = false; in mlx5_query_port_tun_entropy()
24 entropy_flags->force_enabled = false; in mlx5_query_port_tun_entropy()
25 entropy_flags->calc_enabled = true; in mlx5_query_port_tun_entropy()
26 entropy_flags->gre_calc_enabled = true; in mlx5_query_port_tun_entropy()
98 if (entropy_flags.gre_calc_supported && in mlx5_set_entropy()
100 if (!entropy_flags.force_supported) in mlx5_set_entropy()
111 if (entropy_flags.force_enabled && in mlx5_set_entropy()
115 !entropy_flags.calc_enabled); in mlx5_set_entropy()
[all …]

Completed in 7 milliseconds