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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_flex_type.h97 TNL_LAST = 0xFF, enumerator in enum:ice_tunnel_type
H A Dice_tc_lib.c374 if (tc_fltr->tunnel_type != TNL_LAST) {
632 return TNL_LAST;
637 return ice_tc_tun_get_type(dev) != TNL_LAST;
1499 fltr->tunnel_type = TNL_LAST;
1742 if (fltr->tunnel_type != TNL_LAST &&
1746 if (fltr->tunnel_type == TNL_LAST &&
H A Dice_ddp.c22 { TNL_LAST, "" }
511 for (i = 0; tnls[i].type != TNL_LAST; i++) {
H A Dice_flex_pipe.c299 * @type: type of tunnel, can be TNL_LAST if it doesn't matter
312 (type == TNL_LAST || type == hw->tnl.tbl[i].type)) {

Completed in 129 milliseconds