Home
last modified time | relevance | path

Searched refs:tun_type (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Daction.c125 enum nfp_flower_tun_type tun_type) in nfp_fl_netdev_is_tunnel_type() argument
131 return tun_type == NFP_FL_TUNNEL_VXLAN; in nfp_fl_netdev_is_tunnel_type()
134 return tun_type == NFP_FL_TUNNEL_GENEVE; in nfp_fl_netdev_is_tunnel_type()
143 enum nfp_flower_tun_type tun_type, int *tun_out_cnt) in nfp_fl_output() argument
159 if (tun_type) { in nfp_fl_output()
161 if (!nfp_fl_netdev_is_tunnel_type(out_dev, tun_type)) in nfp_fl_output()
170 output->port = cpu_to_be32(NFP_FL_PORT_TYPE_TUN | tun_type); in nfp_fl_output()
309 enum nfp_flower_tun_type tun_type, in nfp_fl_set_ipv4_udp_tun() argument
323 (tun_type != NFP_FL_TUNNEL_GENEVE || in nfp_fl_set_ipv4_udp_tun()
332 FIELD_PREP(NFP_FL_IPV4_TUNNEL_TYPE, tun_type) | in nfp_fl_set_ipv4_udp_tun()
[all …]
Dmatch.c78 bool mask_version, enum nfp_flower_tun_type tun_type) in nfp_flower_compile_port() argument
85 if (tun_type) in nfp_flower_compile_port()
86 frame->in_port = cpu_to_be32(NFP_FL_PORT_TYPE_TUN | tun_type); in nfp_flower_compile_port()
326 enum nfp_flower_tun_type tun_type) in nfp_flower_compile_flow_match() argument
361 false, tun_type); in nfp_flower_compile_flow_match()
368 true, tun_type); in nfp_flower_compile_flow_match()
Doffload.c165 enum nfp_flower_tun_type *tun_type) in nfp_flower_calculate_key_layers() argument
256 *tun_type = NFP_FL_TUNNEL_VXLAN; in nfp_flower_calculate_key_layers()
266 *tun_type = NFP_FL_TUNNEL_GENEVE; in nfp_flower_calculate_key_layers()
461 enum nfp_flower_tun_type tun_type = NFP_FL_TUNNEL_NONE; in nfp_flower_add_offload() local
485 &tun_type); in nfp_flower_add_offload()
498 tun_type); in nfp_flower_add_offload()
Dmain.h258 enum nfp_flower_tun_type tun_type);
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_sp_commands.c189 struct qed_tunn_update_type *tun_type) in __qed_set_ramrod_tunnel_param() argument
191 *p_tunn_cls = tun_type->tun_cls; in __qed_set_ramrod_tunnel_param()
196 struct qed_tunn_update_type *tun_type, in qed_set_ramrod_tunnel_param() argument
201 __qed_set_ramrod_tunnel_param(p_tunn_cls, tun_type); in qed_set_ramrod_tunnel_param()
/Linux-v4.19/samples/bpf/
Dtc_l2_redirect.sh14 local tun_type=$1
46 if [[ $tun_type == "ipip" ]]; then