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

/freebsd-current/sys/dev/ice/
H A Dice_flex_pipe.c132 if (hw->tnl.count < ICE_TUNNEL_MAX_ENTRIES) {
147 hw->tnl.tbl[hw->tnl.count].type = tnls[i].type;
148 hw->tnl.tbl[hw->tnl.count].valid = false;
149 hw->tnl.tbl[hw->tnl.count].in_use = false;
150 hw->tnl.tbl[hw->tnl.count].marked = false;
151 hw->tnl
[all...]
H A Dice_ddp_common.c2242 ice_memset(&hw->tnl, 0, sizeof(hw->tnl), ICE_NONDMA_MEM);
2261 for (i = 0; i < hw->tnl.count; i++) {
2262 ice_find_boost_entry(ice_seg, hw->tnl.tbl[i].boost_addr,
2263 &hw->tnl.tbl[i].boost_entry);
2264 if (hw->tnl.tbl[i].boost_entry)
2265 hw->tnl.tbl[i].valid = true;
H A Dice_type.h1170 struct ice_tunnel_table tnl; member in struct:ice_hw
/freebsd-current/usr.sbin/config/
H A Dmkmakefile.cc610 struct files_name *nl, *tnl; local
617 for (nl = STAILQ_FIRST(&fntab); nl != NULL; nl = tnl) {
619 tnl = STAILQ_NEXT(nl, f_next);

Completed in 168 milliseconds