Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c21 static const struct ice_tunnel_type_scan tnls[] = { variable
552 for (i = 0; tnls[i].type != TNL_LAST; i++) { in ice_add_tunnel_hint()
553 size_t len = strlen(tnls[i].label_prefix); in ice_add_tunnel_hint()
556 if (strncmp(label_name, tnls[i].label_prefix, len)) in ice_add_tunnel_hint()
564 hw->tnl.tbl[hw->tnl.count].type = tnls[i].type; in ice_add_tunnel_hint()