Searched refs:swp_spec (Results 1 – 1 of 1) sorted by relevance
59 struct mlx5e_swp_spec swp_spec = {}; in mlx5e_tx_tunnel_accel() local79 swp_spec.l3_proto = l3_proto; in mlx5e_tx_tunnel_accel()80 swp_spec.l4_proto = l4_proto; in mlx5e_tx_tunnel_accel()81 swp_spec.is_tun = true; in mlx5e_tx_tunnel_accel()83 swp_spec.tun_l3_proto = htons(ETH_P_IPV6); in mlx5e_tx_tunnel_accel()84 swp_spec.tun_l4_proto = inner_ipv6_hdr(skb)->nexthdr; in mlx5e_tx_tunnel_accel()86 swp_spec.tun_l3_proto = htons(ETH_P_IP); in mlx5e_tx_tunnel_accel()87 swp_spec.tun_l4_proto = inner_ip_hdr(skb)->protocol; in mlx5e_tx_tunnel_accel()90 mlx5e_set_eseg_swp(skb, eseg, &swp_spec); in mlx5e_tx_tunnel_accel()