HomeSort by relevance Sort by last modified time
    Searched full:mcast_list (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
Decode.c 660 if ((CdbPtr->CPBsize == 0) && (AdapterInfo->mcast_list.list_len == 0)) {
690 AdapterInfo->mcast_list.list_len = 0;
700 if ((CdbPtr->DBsize != 0) && (AdapterInfo->mcast_list.list_len != 0)) {
709 // DbPtr->mc_count = AdapterInfo->mcast_list.list_len;
711 copy_len = (UINT16) (AdapterInfo->mcast_list.list_len * PXE_MAC_LENGTH);
718 ptr2 = (UINT8 *) (&AdapterInfo->mcast_list.mc_list[0]);
    [all...]
E100b.c 788 AdapterInfo->mcast_list.list_len = 0;
900 mc_count = AdapterInfo->mcast_list.list_len = (UINT16) (cpbsize / PXE_MAC_LENGTH);
904 AdapterInfo->mcast_list.mc_list[Index][Index2] = mc_list->MCastList[Index][Index2];
916 mc_count = AdapterInfo->mcast_list.list_len;
955 data_ptr->m_list[Index][Index2] = AdapterInfo->mcast_list.mc_list[Index][Index2];
    [all...]
E100b.h 634 } mcast_list; member in struct:s_data_instance

Completed in 150 milliseconds