Home
last modified time | relevance | path

Searched refs:TNL_GENEVE (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_tc_lib.c124 case TNL_GENEVE: in ice_proto_type_from_tunnel()
144 case TNL_GENEVE: in ice_sw_type_from_tunnel()
182 case TNL_GENEVE: in ice_tc_fill_tunnel_outer()
598 return TNL_GENEVE; in ice_tc_tun_get_type()
1148 fltr->tunnel_type != TNL_VXLAN && fltr->tunnel_type != TNL_GENEVE) { in ice_parse_tunnel_attr()
Dice_flex_type.h418 TNL_GENEVE, enumerator
Dice_flex_pipe.c22 { TNL_GENEVE, "TNL_GENEVE_PF" },
2489 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_set_port()
2512 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_unset_port()
Dice_main.c4747 if (pf->hw.tnl.valid_count[TNL_GENEVE]) { in ice_probe()
4749 pf->hw.tnl.valid_count[TNL_GENEVE]; in ice_probe()
Dice_switch.c5818 if (!ice_get_open_tunnel_port(hw, &open_port, TNL_GENEVE)) in ice_fill_adv_packet_tun()