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 …]
301 struct rte_eth_udp_tunnel *tunnel_udp);303 struct rte_eth_udp_tunnel *tunnel_udp);
1539 struct rte_eth_udp_tunnel *tunnel_udp, in sfc_dev_udp_tunnel_op() argument1549 tunnel_udp->udp_port, tunnel_udp->prot_type); in sfc_dev_udp_tunnel_op()1552 sfc_tunnel_rte_type_to_efx_udp_proto(tunnel_udp->prot_type); in sfc_dev_udp_tunnel_op()1563 tunnel_udp->udp_port, in sfc_dev_udp_tunnel_op()1568 tunnel_udp->udp_port, in sfc_dev_udp_tunnel_op()1603 tunnel_udp->udp_port, in sfc_dev_udp_tunnel_op()1608 tunnel_udp->udp_port, in sfc_dev_udp_tunnel_op()1624 struct rte_eth_udp_tunnel *tunnel_udp) in sfc_dev_udp_tunnel_port_add() argument1626 return sfc_dev_udp_tunnel_op(dev, tunnel_udp, SFC_UDP_TUNNEL_ADD_PORT); in sfc_dev_udp_tunnel_port_add()1631 struct rte_eth_udp_tunnel *tunnel_udp) in sfc_dev_udp_tunnel_port_del() argument[all …]
605 struct rte_eth_udp_tunnel *tunnel_udp);609 struct rte_eth_udp_tunnel *tunnel_udp);
4463 struct rte_eth_udp_tunnel *tunnel_udp);4486 struct rte_eth_udp_tunnel *tunnel_udp);
9801 struct rte_eth_udp_tunnel tunnel_udp; in cmd_tunnel_udp_config_parsed() local9804 tunnel_udp.udp_port = res->udp_port; in cmd_tunnel_udp_config_parsed()9805 tunnel_udp.prot_type = RTE_ETH_TUNNEL_TYPE_VXLAN; in cmd_tunnel_udp_config_parsed()9809 &tunnel_udp); in cmd_tunnel_udp_config_parsed()9812 &tunnel_udp); in cmd_tunnel_udp_config_parsed()9862 struct rte_eth_udp_tunnel tunnel_udp; in cmd_cfg_tunnel_udp_port_parsed() local9868 tunnel_udp.udp_port = res->udp_port; in cmd_cfg_tunnel_udp_port_parsed()9871 tunnel_udp.prot_type = RTE_ETH_TUNNEL_TYPE_VXLAN; in cmd_cfg_tunnel_udp_port_parsed()9877 tunnel_udp.prot_type = RTE_ETH_TUNNEL_TYPE_ECPRI; in cmd_cfg_tunnel_udp_port_parsed()9885 &tunnel_udp); in cmd_cfg_tunnel_udp_port_parsed()[all …]