vxlan
vxlan_hdr_t *vxlan = (vxlan_hdr_t *)data;
id = ntohl(vxlan->vxlan_id) >> VXLAN_ID_SHIFT;
vxf = ntohl(vxlan->vxlan_flags);
struct eth_classify_vxlan_cmd vxlan;
struct ecore_tunn_update_type vxlan;
if (p_src->vxlan.b_update_mode || b_pf_start)
p_tun->vxlan.b_mode_enabled = p_src->vxlan.b_mode_enabled;
type = ecore_tunn_clss_to_fw_clss(p_src->vxlan.tun_cls);
p_tun->vxlan.tun_cls = (enum ecore_tunn_clss)type;
&p_tun->vxlan,
ecore_set_vxlan_enable(p_hwfn, p_ptt, p_tun->vxlan.b_mode_enabled);
&p_tun->vxlan,