Searched refs:TNL_VXLAN (Results 1 – 5 of 5) sorted by relevance
93 case TNL_VXLAN: in ice_proto_type_from_tunnel()108 case TNL_VXLAN: in ice_sw_type_from_tunnel()131 case TNL_VXLAN: in ice_tc_fill_tunnel_outer()341 return TNL_VXLAN; in ice_tc_tun_get_type()799 fltr->tunnel_type != TNL_VXLAN && fltr->tunnel_type != TNL_GENEVE) { in ice_parse_tunnel_attr()
374 TNL_VXLAN = 0, enumerator
12 { TNL_VXLAN, "TNL_VXLAN_PF" },2103 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_set_port()2126 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_unset_port()
4551 if (pf->hw.tnl.valid_count[TNL_VXLAN]) { in ice_probe()4553 pf->hw.tnl.valid_count[TNL_VXLAN]; in ice_probe()
4966 if (!ice_get_open_tunnel_port(hw, &open_port, TNL_VXLAN)) in ice_fill_adv_packet_tun()
Completed in 33 milliseconds