Searched defs:TailNodeCnt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c2825 UINT8 TailNodeCnt; local
2856 TailNodeCnt = 0;
2899 TailNodeCnt++;
2900 if (TailNodeCnt >= (AllowedCnt - NodeCnt)) {
2986 Index = (UINT8) (16 - (TailNodeCnt + 2) * 2);

Completed in 65 milliseconds