Home
last modified time | relevance | path

Searched refs:mc_list (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.c861 PXE_CPB_RECEIVE_FILTERS *mc_list = (PXE_CPB_RECEIVE_FILTERS *) (UINTN)cpb; in E100bSetfilter() local
896 (mc_list != NULL) ) { in E100bSetfilter()
899 if (mc_list != NULL) { in E100bSetfilter()
904 AdapterInfo->mcast_list.mc_list[Index][Index2] = mc_list->MCastList[Index][Index2]; in E100bSetfilter()
955 data_ptr->m_list[Index][Index2] = AdapterInfo->mcast_list.mc_list[Index][Index2]; in E100bSetfilter()
DE100b.h633 UINT8 mc_list[MAX_MCAST_ADDRESS_CNT][PXE_MAC_LENGTH]; // 8*32 is the size member
DDecode.c718 ptr2 = (UINT8 *) (&AdapterInfo->mcast_list.mc_list[0]); in UNDI_RecFilter()