Searched refs:TNL_VXLAN (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c132 case TNL_VXLAN:
152 case TNL_VXLAN:
190 case TNL_VXLAN:
620 return TNL_VXLAN;
1398 fltr->tunnel_type != TNL_VXLAN && fltr->tunnel_type != TNL_GENEVE) {
H A Dice_switch.c5747 if (!ice_get_open_tunnel_port(hw, &open_port, TNL_VXLAN))
H A Dice_ddp.c20 { TNL_VXLAN, "TNL_VXLAN_PF" },
H A Dice_main.c4653 if (pf->hw.tnl.valid_count[TNL_VXLAN]) {
4655 pf->hw.tnl.valid_count[TNL_VXLAN];
H A Dice_flex_pipe.c584 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE;
607 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE;
H A Dice_flex_type.h91 TNL_VXLAN = 0, enumerator in enum:ice_tunnel_type

Completed in 334 milliseconds