Home | History | Annotate | Download | only in UndiRuntimeDxe

Lines Matching refs:Index

293   UINT16                  Index;

303 for (Index = 0; Index < MAX_PCI_CONFIG_LEN; Index++) {
304 DbPtr->pci.Config.Dword[Index] = AdapterInfo->Config[Index];
557 UINT16 Index;
719 for (Index = 0; Index < copy_len; Index++) {
720 ptr1[Index] = ptr2[Index];
758 UINT16 Index;
770 for (Index = 0; Index < PXE_MAC_LENGTH; Index++) {
771 AdapterInfo->CurrentNodeAddress[Index] = AdapterInfo->PermNodeAddress[Index];
783 for (Index = 0; Index < PXE_MAC_LENGTH; Index++) {
784 AdapterInfo->CurrentNodeAddress[Index] = CpbPtr->StationAddr[Index];
795 for (Index = 0; Index < PXE_MAC_LENGTH; Index++) {
796 DbPtr->StationAddr[Index] = AdapterInfo->CurrentNodeAddress[Index];
797 DbPtr->BroadcastAddr[Index] = AdapterInfo->BroadcastNodeAddress[Index];
798 DbPtr->PermanentAddr[Index] = AdapterInfo->PermNodeAddress[Index];
931 UINT16 Index;
943 for (Index = 0; Index < MAX_PCI_CONFIG_LEN; Index++) {
944 DbPtr->Data.Dword[Index] = AdapterInfo->NVData[Index];
984 UINT16 Index;
1045 for (Index = 0; ((Index < MAX_XMIT_BUFFERS) && (NumEntries >= sizeof (UINT64))); Index++, NumEntries -= sizeof (UINT64)) {
1047 DbPtr->TxBuffer[Index] = AdapterInfo->xmit_done[AdapterInfo->xmit_done_head];
1127 UINTN Index;
1156 for (Index = 0; Index < PXE_HWADDR_LEN_ETHER; Index++) {
1157 MacHeader->dest_addr[Index] = Cpbf->DestAddr[Index];
1158 MacHeader->src_addr[Index] = Cpbf->SrcAddr[Index];
1169 for (Index = 0; Index < PXE_HWADDR_LEN_ETHER; Index++) {
1170 MacHeader->dest_addr[Index] = Cpb->DestAddr[Index];
1171 MacHeader->src_addr[Index] = Cpb->SrcAddr[Index];