Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c56 uint32_t DlByteCount, uint32_t Function,
66 uint32_t DlByteCount, uint32_t Function,
2468 uint32_t DlByteCount = AifHdr->RoSize + AifHdr->RwSize; in emlxs_start_abs_download() local
2516 emlxs_format_prog_flash(mbox, DlToAddr, DlByteCount, in emlxs_start_abs_download()
2533 while (DlByteCount) { in emlxs_start_abs_download()
2535 if (DlByteCount > SegSize) { in emlxs_start_abs_download()
2538 DlCount = DlByteCount; in emlxs_start_abs_download()
2540 DlByteCount -= DlCount; in emlxs_start_abs_download()
2557 PROGRAM_FLASH, (DlByteCount) ? 0 : 1, 0, DlCount, NULL, 0); in emlxs_start_abs_download()
2612 uint32_t DlByteCount, in emlxs_format_prog_flash() argument
[all …]