Searched refs:vxlan_port (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c185 p_tun->vxlan_port.b_update_port = p_src->vxlan_port.b_update_port;
190 if (p_src->vxlan_port.b_update_port)
191 p_tun->vxlan_port.port = p_src->vxlan_port.port;
229 &p_tun->vxlan_port);
271 if (p_tunn->vxlan_port.b_update_port)
273 p_tunn->vxlan_port.port);
306 &p_tun->vxlan_port);
H A Decore_iov_api.h747 u16 vxlan_port, u16 geneve_port);
820 static OSAL_INLINE void ecore_iov_bulletin_set_udp_ports(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid, u16 OSAL_UNUSED vxlan_port, u16 OSAL_UNUSED geneve_port) { return; } argument
H A Decore_vfpf_if.h512 u16 vxlan_port; member in struct:vfpf_update_tunn_param_tlv
H A Decore_vf.c765 p_tun->vxlan_port.port = p_resp->vxlan_udp_port;
792 &p_req->vxlan_clss, &p_src->vxlan_port,
794 &p_req->vxlan_port);
H A Decore_sriov.c2444 p_resp->vxlan_udp_port = p_tun->vxlan_port.port;
2519 ecore_iov_pf_update_tun_param(p_req, &tunn.vxlan, &tunn.vxlan_port,
2522 p_req->vxlan_port);
2561 p_tun->vxlan_port.port,
4578 int vfid, u16 vxlan_port, u16 geneve_port)
4596 vf_info->bulletin.p_virt->vxlan_udp_port = vxlan_port;
4577 ecore_iov_bulletin_set_udp_ports(struct ecore_hwfn *p_hwfn, int vfid, u16 vxlan_port, u16 geneve_port) argument
H A Decore.h311 struct ecore_tunn_update_udp_port vxlan_port; member in struct:ecore_tunnel_info
/freebsd-12-stable/sys/dev/cxgbe/
H A Dadapter.h852 int vxlan_port; member in struct:adapter
H A Dt4_main.c11101 sc->vxlan_port = v->port;
11123 } else if (sc->vxlan_port == v->port) {
11128 device_get_nameunit(sc->dev), sc->vxlan_port, v->port);
11148 if (sc->vxlan_port != v->port)
11154 device_get_nameunit(sc->dev), sc->vxlan_port);

Completed in 190 milliseconds