Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c678 u32 tun_id, enc_opts_id; in mlx5e_restore_tunnel() local
682 enc_opts_id = tunnel_id & ENC_OPTS_BITS_MASK; in mlx5e_restore_tunnel()
700 if (enc_opts_id) { in mlx5e_restore_tunnel()
702 enc_opts_id, &enc_opts); in mlx5e_restore_tunnel()
706 enc_opts_id, err); in mlx5e_restore_tunnel()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2100 u32 tun_id, enc_opts_id = 0; in mlx5e_get_flow_tunnel_id() local
2145 &tun_enc_opts, &enc_opts_id); in mlx5e_get_flow_tunnel_id()
2150 value = tun_id << ENC_OPTS_BITS | enc_opts_id; in mlx5e_get_flow_tunnel_id()
2151 mask = enc_opts_id ? TUNNEL_ID_MASK : in mlx5e_get_flow_tunnel_id()
2172 if (enc_opts_id) in mlx5e_get_flow_tunnel_id()
2174 enc_opts_id); in mlx5e_get_flow_tunnel_id()
2182 u32 enc_opts_id = flow->attr->tunnel_id & ENC_OPTS_BITS_MASK; in mlx5e_put_flow_tunnel_id() local
2194 if (enc_opts_id) in mlx5e_put_flow_tunnel_id()
2196 enc_opts_id); in mlx5e_put_flow_tunnel_id()