Searched refs:enc_opts_id (Results 1 – 1 of 1) sorted by relevance
2263 u32 tun_id, enc_opts_id = 0; in mlx5e_get_flow_tunnel_id() local2308 &tun_enc_opts, &enc_opts_id); in mlx5e_get_flow_tunnel_id()2313 value = tun_id << ENC_OPTS_BITS | enc_opts_id; in mlx5e_get_flow_tunnel_id()2314 mask = enc_opts_id ? TUNNEL_ID_MASK : in mlx5e_get_flow_tunnel_id()2335 if (enc_opts_id) in mlx5e_get_flow_tunnel_id()2337 enc_opts_id); in mlx5e_get_flow_tunnel_id()2345 u32 enc_opts_id = flow->attr->tunnel_id & ENC_OPTS_BITS_MASK; in mlx5e_put_flow_tunnel_id() local2357 if (enc_opts_id) in mlx5e_put_flow_tunnel_id()2359 enc_opts_id); in mlx5e_put_flow_tunnel_id()5588 u32 tun_id, enc_opts_id; in mlx5e_tc_restore_tunnel() local[all …]