Home
last modified time | relevance | path

Searched refs:vxlan (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c141 if (p_src->vxlan.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
142 p_tun->vxlan.b_mode_enabled = p_src->vxlan.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
167 type = ecore_tunn_clss_to_fw_clss(p_src->vxlan.tun_cls); in ecore_set_tunn_cls_info()
168 p_tun->vxlan.tun_cls = (enum ecore_tunn_clss)type; in ecore_set_tunn_cls_info()
224 &p_tun->vxlan, in ecore_tunn_set_pf_update_params()
253 ecore_set_vxlan_enable(p_hwfn, p_ptt, p_tun->vxlan.b_mode_enabled); in ecore_set_hw_tunn_mode()
301 &p_tun->vxlan, in ecore_tunn_set_pf_start_params()
H A Decore_vf.c707 if (p_tun->vxlan.b_mode_enabled) in ecore_vf_set_vf_start_tunn_update_param()
708 p_tun->vxlan.b_update_mode = true; in ecore_vf_set_vf_start_tunn_update_param()
743 __ecore_vf_update_tunn_param(&p_tun->vxlan, feat_mask, in ecore_vf_update_tunn_param()
765 p_tun->vxlan.b_mode_enabled, p_tun->l2_geneve.b_mode_enabled, in ecore_vf_update_tunn_param()
787 ecore_vf_prep_tunn_req_tlv(p_req, &p_src->vxlan, (enum ecore_tunn_clss)ECORE_MODE_VXLAN_TUNN, in ecore_vf_pf_tunnel_param_update()
H A Decore.h304 struct ecore_tunn_update_type vxlan; member
H A Decore_sriov.c2430 p_resp->vxlan_mode = p_tun->vxlan.b_mode_enabled; in ecore_iov_pf_update_tun_response()
2435 p_resp->vxlan_clss = p_tun->vxlan.tun_cls; 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()
/freebsd/usr.sbin/tcpdump/tcpdump/
H A DMakefile165 print-vxlan.c \
166 print-vxlan-gpe.c \
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c703 dest.ft = priv->fts.vxlan.t; in mlx5e_add_vlan_rule_sub()
1689 struct mlx5_flow_table *ft = priv->fts.vxlan.t; in mlx5e_add_vxlan_rule_sub()
1728 TAILQ_FOREACH(el, &priv->vxlan.head, link) { in mlx5e_vxlan_find_db_el()
1813 TAILQ_INSERT_TAIL(&priv->vxlan.head, el, link); in mlx5e_add_vxlan_rule()
1823 struct mlx5_flow_table *ft = priv->fts.vxlan.t; in mlx5e_add_vxlan_catchall_rule_sub()
1882 TAILQ_FOREACH(el, &priv->vxlan.head, link) { in mlx5e_add_all_vxlan_rules()
1915 TAILQ_REMOVE(&priv->vxlan.head, el, link); in mlx5e_del_vxlan_rule()
1925 TAILQ_FOREACH(el, &priv->vxlan.head, link) { in mlx5e_del_all_vxlan_rules()
2032 struct mlx5e_flow_table *ft = &priv->fts.vxlan; in mlx5e_create_vxlan_flow_table()
2054 TAILQ_INIT(&priv->vxlan.head); in mlx5e_create_vxlan_flow_table()
[all …]
H A Den.h1036 struct mlx5e_flow_table vxlan; member
1100 struct mlx5e_vxlan_db vxlan; member
/freebsd/sys/dev/enic/
H A Denic_res.c131 enic->vxlan = ENIC_SETTING(enic, VXLAN) && in enic_get_vnic_config()
H A Denic.h206 bool vxlan; member
H A Dif_enic.c1334 if (enic->disable_overlay && enic->vxlan) { in enic_dev_init()
1346 if (!enic->disable_overlay && enic->vxlan && in enic_dev_init()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c889 rule_hw->vxlan.vni = in parse_trans_rule()
890 cpu_to_be32(be32_to_cpu(spec->vxlan.vni) << 8); in parse_trans_rule()
891 rule_hw->vxlan.vni_mask = in parse_trans_rule()
892 cpu_to_be32(be32_to_cpu(spec->vxlan.vni_mask) << 8); in parse_trans_rule()
967 "VNID = %d ", be32_to_cpu(cur->vxlan.vni)); in mlx4_err_rule()
/freebsd/contrib/tcpdump/
H A DMakefile.in246 print-vxlan-gpe.c \
247 print-vxlan.c \
H A DCMakeLists.txt1190 print-vxlan-gpe.c
1191 print-vxlan.c
H A DCHANGES581 draft-ietf-nvo3-vxlan-gpe-01
684 Add support for VXLAN (draft-mahalingam-dutt-dcops-vxlan-03),
685 and add "vxlan" as an option for -T.
/freebsd/share/man/man4/
H A DMakefile603 vxlan.4 \
790 MLINKS+=vxlan.4 if_vxlan.4
/freebsd/sys/dev/mlx4/
H A Ddevice.h1242 struct mlx4_spec_vxlan vxlan; member
1349 struct mlx4_net_trans_rule_hw_vxlan vxlan; member
/freebsd/sys/net/
H A Dif_vxlan.c84 SX_SYSINIT(vxlan, &vxlan_sx, "VXLAN global start/stop lock");
427 SYSCTL_NODE(_net_link, OID_AUTO, vxlan, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/freebsd/sys/conf/
H A DNOTES880 # The `vxlan' device implements the VXLAN encapsulation of Ethernet
882 device vxlan
H A Dfiles4173 net/if_vxlan.c optional vxlan inet | vxlan inet6
/freebsd/usr.sbin/services_mkdb/
H A Dservices1864 vxlan 4789/udp #Virtual eXtensible Local Area Network (VXLAN)