Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_tc_lib.c396 if (tc_fltr->tunnel_type != TNL_LAST) { in ice_tc_fill_rules()
659 return TNL_LAST; in ice_tc_tun_get_type()
664 return ice_tc_tun_get_type(dev) != TNL_LAST; in ice_is_tunnel_supported()
1534 fltr->tunnel_type = TNL_LAST; in ice_parse_cls_flower()
1781 if (fltr->tunnel_type != TNL_LAST && in ice_prep_adq_filter()
1785 if (fltr->tunnel_type == TNL_LAST && in ice_prep_adq_filter()
Dice_flex_type.h98 TNL_LAST = 0xFF, enumerator
Dice_ddp.c23 { TNL_LAST, "" }
512 for (i = 0; tnls[i].type != TNL_LAST; i++) { in ice_add_tunnel_hint()
Dice_flex_pipe.c312 (type == TNL_LAST || type == hw->tnl.tbl[i].type)) { in ice_get_open_tunnel_port()