Home
last modified time | relevance | path

Searched refs:TNL_VXLAN (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_type.h91 TNL_VXLAN = 0, enumerator
H A Dice_tc_lib.c132 case TNL_VXLAN: in ice_proto_type_from_tunnel()
154 case TNL_VXLAN: in ice_sw_type_from_tunnel()
194 case TNL_VXLAN: in ice_tc_fill_tunnel_outer()
642 return TNL_VXLAN; in ice_tc_tun_get_type()
1578 fltr->tunnel_type != TNL_VXLAN && fltr->tunnel_type != TNL_GENEVE) { in ice_parse_tunnel_attr()
H A Dice_ddp.c21 { TNL_VXLAN, "TNL_VXLAN_PF" },
H A Dice_flex_pipe.c582 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_set_port()
603 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_unset_port()
H A Dice_switch.c5778 if (!ice_get_open_tunnel_port(hw, &open_port, TNL_VXLAN)) in ice_fill_adv_packet_tun()
H A Dice_main.c4083 udp_tunnel_nic->tables[0].n_entries = hw->tnl.valid_count[TNL_VXLAN]; in ice_init_pf()
/linux/drivers/net/ethernet/intel/ice/virt/
H A Dfdir.c868 if (ice_get_open_tunnel_port(hw, &udp_port, TNL_VXLAN)) in ice_vc_fdir_parse_raw()