Symbol: MLX5_ENCAP_ENTRY_VALID
drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c
102
encap_connected = !!(e->flags & MLX5_ENCAP_ENTRY_VALID);
drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c
108
if ((e->flags & MLX5_ENCAP_ENTRY_VALID) &&
drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c
112
if (neigh_connected && !(e->flags & MLX5_ENCAP_ENTRY_VALID)) {
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
324
e->flags |= MLX5_ENCAP_ENTRY_VALID;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
430
e->flags |= MLX5_ENCAP_ENTRY_VALID;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
594
e->flags |= MLX5_ENCAP_ENTRY_VALID;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
699
e->flags |= MLX5_ENCAP_ENTRY_VALID;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1488
if (e->flags & MLX5_ENCAP_ENTRY_VALID) {
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1489
e->flags &= ~MLX5_ENCAP_ENTRY_VALID;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1542
if (e->flags & MLX5_ENCAP_ENTRY_VALID) {
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
179
e->flags |= MLX5_ENCAP_ENTRY_VALID;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
269
e->flags &= ~MLX5_ENCAP_ENTRY_VALID;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
368
return e->flags & MLX5_ENCAP_ENTRY_VALID;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
471
if (e->flags & MLX5_ENCAP_ENTRY_VALID)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
926
if (e->flags & MLX5_ENCAP_ENTRY_VALID) {