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

/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c500 ice_memset(&hw->tnl, 0, sizeof(hw->tnl), ICE_NONDMA_MEM);
509 while (label_name && hw->tnl.count < ICE_TUNNEL_MAX_ENTRIES) {
522 hw->tnl.tbl[hw->tnl.count].type = tnls[i].type;
523 hw->tnl.tbl[hw->tnl.count].valid = false;
524 hw->tnl.tbl[hw->tnl.count].in_use = false;
525 hw->tnl
[all...]
H A Dice_type.h1018 struct ice_tunnel_table tnl; member in struct:ice_hw
/freebsd-13-stable/usr.sbin/config/
H A Dmkmakefile.c624 struct files_name *nl, *tnl; local
631 for (nl = STAILQ_FIRST(&fntab); nl != NULL; nl = tnl) {
633 tnl = STAILQ_NEXT(nl, f_next);

Completed in 124 milliseconds