Home
last modified time | relevance | path

Searched refs:vxlan_port (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c183 p_tun->vxlan_port.b_update_port = p_src->vxlan_port.b_update_port; in ecore_set_tunn_ports()
188 if (p_src->vxlan_port.b_update_port) in ecore_set_tunn_ports()
189 p_tun->vxlan_port.port = p_src->vxlan_port.port; in ecore_set_tunn_ports()
227 &p_tun->vxlan_port); in ecore_tunn_set_pf_update_params()
269 if (p_tunn->vxlan_port.b_update_port) in ecore_set_hw_tunn_mode_port()
271 p_tunn->vxlan_port.port); in ecore_set_hw_tunn_mode_port()
304 &p_tun->vxlan_port); in ecore_tunn_set_pf_start_params()
H A Decore_iov_api.h745 u16 vxlan_port, u16 geneve_port);
816 … ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid, u16 OSAL_UNUSED vxlan_port, u16 OSAL_UNUSED… in ecore_iov_bulletin_set_udp_ports() argument
H A Decore_vfpf_if.h509 u16 vxlan_port; member
H A Decore_vf.c761 p_tun->vxlan_port.port = p_resp->vxlan_udp_port; in ecore_vf_update_tunn_param()
788 &p_req->vxlan_clss, &p_src->vxlan_port, in ecore_vf_pf_tunnel_param_update()
790 &p_req->vxlan_port); in ecore_vf_pf_tunnel_param_update()
H A Decore_sriov.c2441 p_resp->vxlan_udp_port = p_tun->vxlan_port.port; in ecore_iov_pf_update_tun_response()
2516 ecore_iov_pf_update_tun_param(p_req, &tunn.vxlan, &tunn.vxlan_port, in ecore_iov_vf_mbx_update_tunn_param()
2519 p_req->vxlan_port); in ecore_iov_vf_mbx_update_tunn_param()
2558 p_tun->vxlan_port.port, in ecore_iov_vf_mbx_update_tunn_param()
4575 int vfid, u16 vxlan_port, u16 geneve_port) in ecore_iov_bulletin_set_udp_ports() argument
4593 vf_info->bulletin.p_virt->vxlan_udp_port = vxlan_port; in ecore_iov_bulletin_set_udp_ports()
H A Decore.h310 struct ecore_tunn_update_udp_port vxlan_port; member
/freebsd/sys/dev/enic/
H A Denic.h212 uint16_t vxlan_port; /* current vxlan port pushed to NIC */ member
H A Dif_enic.c1351 enic->vxlan_port = ENIC_DEFAULT_VXLAN_PORT; in enic_dev_init()
/freebsd/sys/dev/axgbe/
H A Dxgbe.h1179 uint16_t vxlan_port; member
/freebsd/sys/dev/cxgbe/
H A Dadapter.h928 int vxlan_port; member
H A Dt4_main.c13030 t4_write_reg(sc, A_MPS_RX_VXLAN_TYPE, V_VXLAN(sc->vxlan_port) | in enable_vxlan_rx()
13061 sc->vxlan_port = v->port; in t4_vxlan_start()
13065 } else if (sc->vxlan_port == v->port) { in t4_vxlan_start()
13070 sc->vxlan_port, v->port); in t4_vxlan_start()
13090 if (sc->vxlan_port != v->port) in t4_vxlan_stop()
13094 "ignoring attempt to stop it again.\n", sc->vxlan_port); in t4_vxlan_stop()