Searched refs:tun_type (Results 1 – 6 of 6) sorted by relevance
125 enum nfp_flower_tun_type tun_type) in nfp_fl_netdev_is_tunnel_type() argument131 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() argument159 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() argument323 (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 …]
78 bool mask_version, enum nfp_flower_tun_type tun_type) in nfp_flower_compile_port() argument85 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() argument361 false, tun_type); in nfp_flower_compile_flow_match()368 true, tun_type); in nfp_flower_compile_flow_match()
165 enum nfp_flower_tun_type *tun_type) in nfp_flower_calculate_key_layers() argument256 *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() local485 &tun_type); in nfp_flower_add_offload()498 tun_type); in nfp_flower_add_offload()
258 enum nfp_flower_tun_type tun_type);
189 struct qed_tunn_update_type *tun_type) in __qed_set_ramrod_tunnel_param() argument191 *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() argument201 __qed_set_ramrod_tunnel_param(p_tunn_cls, tun_type); in qed_set_ramrod_tunnel_param()
14 local tun_type=$146 if [[ $tun_type == "ipip" ]]; then