Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_tc_lib.c367 if (tc_fltr->tunnel_type != TNL_LAST) { in ice_tc_fill_rules()
625 return TNL_LAST; in ice_tc_tun_get_type()
630 return ice_tc_tun_get_type(dev) != TNL_LAST; in ice_is_tunnel_supported()
1447 fltr->tunnel_type = TNL_LAST; in ice_parse_cls_flower()
1690 if (fltr->tunnel_type != TNL_LAST && in ice_prep_adq_filter()
1694 if (fltr->tunnel_type == TNL_LAST && in ice_prep_adq_filter()
Dice_flex_type.h97 TNL_LAST = 0xFF, enumerator
Dice_ddp.c22 { TNL_LAST, "" }
511 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()