Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_flex_pipe.c132 if (hw->tnl.count < ICE_TUNNEL_MAX_ENTRIES) { in ice_add_tunnel_hint()
147 hw->tnl.tbl[hw->tnl.count].type = tnls[i].type; in ice_add_tunnel_hint()
148 hw->tnl.tbl[hw->tnl.count].valid = false; in ice_add_tunnel_hint()
149 hw->tnl.tbl[hw->tnl.count].in_use = false; in ice_add_tunnel_hint()
150 hw->tnl.tbl[hw->tnl.count].marked = false; in ice_add_tunnel_hint()
151 hw->tnl in ice_add_tunnel_hint()
[all...]
H A Dice_ddp_common.c2237 ice_memset(&hw->tnl, 0, sizeof(hw->tnl), ICE_NONDMA_MEM); in ice_init_pkg_hints()
2256 for (i = 0; i < hw->tnl.count; i++) { in ice_init_pkg_hints()
2257 ice_find_boost_entry(ice_seg, hw->tnl.tbl[i].boost_addr, in ice_init_pkg_hints()
2258 &hw->tnl.tbl[i].boost_entry); in ice_init_pkg_hints()
2259 if (hw->tnl.tbl[i].boost_entry) in ice_init_pkg_hints()
2260 hw->tnl.tbl[i].valid = true; in ice_init_pkg_hints()
H A Dice_type.h1190 struct ice_tunnel_table tnl;
1166 struct ice_tunnel_table tnl; global() member
/freebsd/usr.sbin/config/
H A Dmkoptions.cc430 struct files_name *nl, *tnl; in read_options() local
440 for (nl = STAILQ_FIRST(&optfntab); nl != NULL; nl = tnl) { in read_options()
442 tnl = STAILQ_NEXT(nl, f_next); in read_options()
H A Dmkmakefile.cc622 struct files_name *nl, *tnl; in read_files() local
629 for (nl = STAILQ_FIRST(&fntab); nl != NULL; nl = tnl) { in read_files()
631 tnl = STAILQ_NEXT(nl, f_next); in read_files()