Home
last modified time | relevance | path

Searched refs:TNL_LAST (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c374 if (tc_fltr->tunnel_type != TNL_LAST) { in ice_tc_fill_rules()
632 return TNL_LAST; in ice_tc_tun_get_type()
637 return ice_tc_tun_get_type(dev) != TNL_LAST; in ice_is_tunnel_supported()
1469 fltr->tunnel_type = TNL_LAST; in ice_parse_cls_flower()
1712 if (fltr->tunnel_type != TNL_LAST && in ice_prep_adq_filter()
1716 if (fltr->tunnel_type == TNL_LAST && in ice_prep_adq_filter()
H A Dice_flex_type.h97 TNL_LAST = 0xFF, enumerator
H A Dice_ddp.c22 { TNL_LAST, "" }
511 for (i = 0; tnls[i].type != TNL_LAST; i++) { in ice_add_tunnel_hint()
H A Dice_flex_pipe.c312 (type == TNL_LAST || type == hw->tnl.tbl[i].type)) { in ice_get_open_tunnel_port()