Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c526 u32 tun_id, enc_opts_id; in mlx5e_restore_tunnel() local
530 enc_opts_id = tunnel_id & ENC_OPTS_BITS_MASK; in mlx5e_restore_tunnel()
548 if (enc_opts_id) { in mlx5e_restore_tunnel()
550 enc_opts_id, &enc_opts); in mlx5e_restore_tunnel()
554 enc_opts_id, err); in mlx5e_restore_tunnel()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1734 u32 tun_id, enc_opts_id = 0; in mlx5e_get_flow_tunnel_id() local
1779 &tun_enc_opts, &enc_opts_id); in mlx5e_get_flow_tunnel_id()
1784 value = tun_id << ENC_OPTS_BITS | enc_opts_id; in mlx5e_get_flow_tunnel_id()
1785 mask = enc_opts_id ? TUNNEL_ID_MASK : in mlx5e_get_flow_tunnel_id()
1806 if (enc_opts_id) in mlx5e_get_flow_tunnel_id()
1808 enc_opts_id); in mlx5e_get_flow_tunnel_id()
1816 u32 enc_opts_id = flow->tunnel_id & ENC_OPTS_BITS_MASK; in mlx5e_put_flow_tunnel_id() local
1828 if (enc_opts_id) in mlx5e_put_flow_tunnel_id()
1830 enc_opts_id); in mlx5e_put_flow_tunnel_id()