Home
last modified time | relevance | path

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

/openbmc/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()
152 case TNL_VXLAN: in ice_sw_type_from_tunnel()
190 case TNL_VXLAN: in ice_tc_fill_tunnel_outer()
620 return TNL_VXLAN; in ice_tc_tun_get_type()
1368 fltr->tunnel_type != TNL_VXLAN && fltr->tunnel_type != TNL_GENEVE) { in ice_parse_tunnel_attr()
H A Dice_ddp.c20 { TNL_VXLAN, "TNL_VXLAN_PF" },
H A Dice_flex_pipe.c584 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_set_port()
607 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_unset_port()
H A Dice_main.c4620 if (pf->hw.tnl.valid_count[TNL_VXLAN]) { in ice_init_dev()
4622 pf->hw.tnl.valid_count[TNL_VXLAN]; in ice_init_dev()
H A Dice_switch.c5790 if (!ice_get_open_tunnel_port(hw, &open_port, TNL_VXLAN)) in ice_fill_adv_packet_tun()