Searched refs:tunnel_udp (Results 1 – 6 of 6) sorted by relevance
532 struct rte_eth_udp_tunnel *tunnel_udp) in qede_udp_dst_port_del() argument544 switch (tunnel_udp->prot_type) { in qede_udp_dst_port_del()546 if (qdev->vxlan.udp_port != tunnel_udp->udp_port) { in qede_udp_dst_port_del()548 tunnel_udp->udp_port); in qede_udp_dst_port_del()576 tunnel_udp->udp_port); in qede_udp_dst_port_del()612 struct rte_eth_udp_tunnel *tunnel_udp) in qede_udp_dst_port_add() argument624 switch (tunnel_udp->prot_type) { in qede_udp_dst_port_add()629 tunnel_udp->udp_port); in qede_udp_dst_port_add()646 udp_port = tunnel_udp->udp_port; in qede_udp_dst_port_add()666 tunnel_udp->udp_port); in qede_udp_dst_port_add()[all …]
304 struct rte_eth_udp_tunnel *tunnel_udp);306 struct rte_eth_udp_tunnel *tunnel_udp);
1422 struct rte_eth_udp_tunnel *tunnel_udp, in sfc_dev_udp_tunnel_op() argument1432 tunnel_udp->udp_port, tunnel_udp->prot_type); in sfc_dev_udp_tunnel_op()1435 sfc_tunnel_rte_type_to_efx_udp_proto(tunnel_udp->prot_type); in sfc_dev_udp_tunnel_op()1446 tunnel_udp->udp_port, in sfc_dev_udp_tunnel_op()1451 tunnel_udp->udp_port, in sfc_dev_udp_tunnel_op()1486 tunnel_udp->udp_port, in sfc_dev_udp_tunnel_op()1491 tunnel_udp->udp_port, in sfc_dev_udp_tunnel_op()1507 struct rte_eth_udp_tunnel *tunnel_udp) in sfc_dev_udp_tunnel_port_add() argument1509 return sfc_dev_udp_tunnel_op(dev, tunnel_udp, SFC_UDP_TUNNEL_ADD_PORT); in sfc_dev_udp_tunnel_port_add()1514 struct rte_eth_udp_tunnel *tunnel_udp) in sfc_dev_udp_tunnel_port_del() argument[all …]
403 struct rte_eth_udp_tunnel *tunnel_udp);407 struct rte_eth_udp_tunnel *tunnel_udp);
4046 struct rte_eth_udp_tunnel *tunnel_udp);4069 struct rte_eth_udp_tunnel *tunnel_udp);
9107 struct rte_eth_udp_tunnel tunnel_udp; in cmd_tunnel_udp_config_parsed() local9110 tunnel_udp.udp_port = res->udp_port; in cmd_tunnel_udp_config_parsed()9113 tunnel_udp.prot_type = RTE_TUNNEL_TYPE_VXLAN; in cmd_tunnel_udp_config_parsed()9117 &tunnel_udp); in cmd_tunnel_udp_config_parsed()9120 &tunnel_udp); in cmd_tunnel_udp_config_parsed()9169 struct rte_eth_udp_tunnel tunnel_udp; in cmd_cfg_tunnel_udp_port_parsed() local9175 tunnel_udp.udp_port = res->udp_port; in cmd_cfg_tunnel_udp_port_parsed()9178 tunnel_udp.prot_type = RTE_TUNNEL_TYPE_VXLAN; in cmd_cfg_tunnel_udp_port_parsed()9180 tunnel_udp.prot_type = RTE_TUNNEL_TYPE_GENEVE; in cmd_cfg_tunnel_udp_port_parsed()9190 &tunnel_udp); in cmd_cfg_tunnel_udp_port_parsed()[all …]