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

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

Completed in 173 milliseconds