Home | History | Annotate | Download | only in UndiRuntimeDxe

Lines Matching refs:copy_len

558   UINT16                  copy_len;

711 copy_len = (UINT16) (AdapterInfo->mcast_list.list_len * PXE_MAC_LENGTH);
713 if (copy_len > CdbPtr->DBsize) {
714 copy_len = CdbPtr->DBsize;
719 for (Index = 0; Index < copy_len; Index++) {