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.c135 case TNL_VXLAN: in ice_proto_type_from_tunnel()
157 case TNL_VXLAN: in ice_sw_type_from_tunnel()
197 case TNL_VXLAN: in ice_tc_fill_tunnel_outer()
645 return TNL_VXLAN; in ice_tc_tun_get_type()
1403 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.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_virtchnl_fdir.c862 if (ice_get_open_tunnel_port(hw, &udp_port, TNL_VXLAN)) in ice_vc_fdir_parse_raw()
H A Dice_main.c4802 if (pf->hw.tnl.valid_count[TNL_VXLAN]) { in ice_init_dev()
4804 pf->hw.tnl.valid_count[TNL_VXLAN]; in ice_init_dev()
H A Dice_switch.c5776 if (!ice_get_open_tunnel_port(hw, &open_port, TNL_VXLAN)) in ice_fill_adv_packet_tun()