Searched refs:vxlan_port (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_sp_commands.c | 156 p_tun->vxlan_port.b_update_port = p_src->vxlan_port.b_update_port; in ecore_set_tunn_ports() 161 if (p_src->vxlan_port.b_update_port) in ecore_set_tunn_ports() 162 p_tun->vxlan_port.port = p_src->vxlan_port.port; in ecore_set_tunn_ports() 200 &p_tun->vxlan_port); in ecore_tunn_set_pf_update_params() 242 if (p_tunn->vxlan_port.b_update_port) in ecore_set_hw_tunn_mode_port() 244 p_tunn->vxlan_port.port); in ecore_set_hw_tunn_mode_port() 277 &p_tun->vxlan_port); in ecore_tunn_set_pf_start_params()
|
| H A D | ecore_iov_api.h | 752 u16 vxlan_port, u16 geneve_port);
|
| H A D | ecore_vfpf_if.h | 492 u16 vxlan_port; member
|
| H A D | ecore_vf.c | 775 p_tun->vxlan_port.port = p_resp->vxlan_udp_port; in ecore_vf_update_tunn_param() 802 &p_req->vxlan_clss, &p_src->vxlan_port, in ecore_vf_pf_tunnel_param_update() 804 &p_req->vxlan_port); in ecore_vf_pf_tunnel_param_update()
|
| H A D | ecore_sriov.c | 2479 p_resp->vxlan_udp_port = p_tun->vxlan_port.port; in ecore_iov_pf_update_tun_response() 2554 ecore_iov_pf_update_tun_param(p_req, &tunn.vxlan, &tunn.vxlan_port, in ecore_iov_vf_mbx_update_tunn_param() 2557 p_req->vxlan_port); in ecore_iov_vf_mbx_update_tunn_param() 2596 p_tun->vxlan_port.port, in ecore_iov_vf_mbx_update_tunn_param() 4686 int vfid, u16 vxlan_port, u16 geneve_port) in ecore_iov_bulletin_set_udp_ports() argument 4704 vf_info->bulletin.p_virt->vxlan_udp_port = vxlan_port; in ecore_iov_bulletin_set_udp_ports()
|
| H A D | ecore.h | 254 struct ecore_tunn_update_udp_port vxlan_port; member
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_filter.c | 477 tunn.vxlan_port.b_update_port = true; in qede_vxlan_enable() 478 tunn.vxlan_port.port = enable ? QEDE_VXLAN_DEF_PORT : 0; in qede_vxlan_enable() 553 tunn.vxlan_port.b_update_port = true; in qede_udp_dst_port_del() 554 tunn.vxlan_port.port = udp_port; in qede_udp_dst_port_del() 559 tunn.vxlan_port.port); in qede_udp_dst_port_del() 588 tunn.vxlan_port.port); in qede_udp_dst_port_del() 648 tunn.vxlan_port.b_update_port = true; in qede_udp_dst_port_add() 649 tunn.vxlan_port.port = udp_port; in qede_udp_dst_port_add()
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_ethdev.c | 1005 enic->vxlan_port = port; in update_vxlan_port() 1023 if (tnl->udp_port == enic->vxlan_port || tnl->udp_port == 0) { in enicpmd_dev_udp_tunnel_port_add() 1048 if (tnl->udp_port != enic->vxlan_port) { in enicpmd_dev_udp_tunnel_port_del()
|
| H A D | enic.h | 149 uint16_t vxlan_port; /* current vxlan port pushed to NIC */ member
|
| H A D | enic_main.c | 1838 enic->vxlan_port = RTE_VXLAN_DEFAULT_PORT; in enic_dev_init()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt.h | 788 uint16_t vxlan_port; member
|
| H A D | bnxt_ethdev.c | 2124 if (bp->vxlan_port != udp_tunnel->udp_port) { in bnxt_udp_tunnel_port_add_op() 2178 if (bp->vxlan_port != udp_tunnel->udp_port) { in bnxt_udp_tunnel_port_del_op() 2180 udp_tunnel->udp_port, bp->vxlan_port); in bnxt_udp_tunnel_port_del_op()
|
| H A D | bnxt_hwrm.c | 3797 bp->vxlan_port = port; in bnxt_hwrm_tunnel_dst_port_alloc() 3831 bp->vxlan_port = 0; in bnxt_hwrm_tunnel_dst_port_free()
|