Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c13 static const struct ice_tunnel_type_scan tnls[] = { variable
482 for (i = 0; tnls[i].type != TNL_LAST; i++) { in ice_init_pkg_hints()
483 size_t len = strlen(tnls[i].label_prefix); in ice_init_pkg_hints()
486 if (strncmp(label_name, tnls[i].label_prefix, len)) in ice_init_pkg_hints()
494 hw->tnl.tbl[hw->tnl.count].type = tnls[i].type; in ice_init_pkg_hints()