Searched defs:DlCount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c2477 uint32_t DlCount; local
2536 DlCount = SegSize;
2538 DlCount = DlByteCount;
2540 DlByteCount -= DlCount;
2545 for (i = 0; i < (DlCount / 4); i++) {
2554 sizeof (MAILBOX)), (DlCount / sizeof (uint32_t)));
2556 emlxs_format_prog_flash(mbox, DlToAddr, DlCount,
2557 PROGRAM_FLASH, (DlByteCount) ? 0 : 1, 0, DlCount, NULL, 0);
2570 Buffer += DlCount;
2571 DlToAddr += DlCount;
3164 uint32_t DlCount; local
5163 uint32_t DlCount; local
[all...]

Completed in 52 milliseconds