Home | History | Annotate | Download | only in UndiRuntimeDxe

Lines Matching defs:NumEntries

966   The transmit buffers are returned in CdbPtr->DBaddr->TxBufer[0 - NumEntries].

986 UINT16 NumEntries;
1030 NumEntries = (UINT16) (CdbPtr->DBsize - sizeof (UINT64));
1045 for (Index = 0; ((Index < MAX_XMIT_BUFFERS) && (NumEntries >= sizeof (UINT64))); Index++, NumEntries -= sizeof (UINT64)) {