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

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.c866 UINT16 mc_count; local
900 mc_count = AdapterInfo->mcast_list.list_len = (UINT16) (cpbsize / PXE_MAC_LENGTH);
902 for (Index = 0; (Index < mc_count && Index < MAX_MCAST_ADDRESS_CNT); Index++) {
916 mc_count = AdapterInfo->mcast_list.list_len;
921 mc_byte_cnt = (UINT16) ((mc_count << 2) + (mc_count << 1));
927 mc_byte_cnt = mc_count = 0;
953 for (Index = 0; Index < mc_count; Index++) {

Completed in 1781 milliseconds