Home
last modified time | relevance | path

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

/src/sys/dev/ice/
H A Dice_flex_pipe.c38 static const struct ice_tunnel_type_scan tnls[] = { variable
135 for (i = 0; tnls[i].type != TNL_LAST; i++) { in ice_add_tunnel_hint()
136 size_t len = strlen(tnls[i].label_prefix); in ice_add_tunnel_hint()
139 if (strncmp(label_name, tnls[i].label_prefix, len)) in ice_add_tunnel_hint()
147 hw->tnl.tbl[hw->tnl.count].type = tnls[i].type; in ice_add_tunnel_hint()