Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c2475 uint32_t SegSize = DL_SLIM_SEG_BYTE_COUNT; in emlxs_start_abs_download() local
2535 if (DlByteCount > SegSize) { in emlxs_start_abs_download()
2536 DlCount = SegSize; in emlxs_start_abs_download()
3163 uint32_t SegSize = DL_SLIM_SEG_BYTE_COUNT; in emlxs_start_rel_download() local
3214 if (DlByteCount > SegSize) { in emlxs_start_rel_download()
3215 DlCount = SegSize; in emlxs_start_rel_download()
5161 uint32_t SegSize = DL_SLIM_SEG_BYTE_COUNT; in emlxs_proc_abs_2mb() local
5271 if (DlByteCount >= SegSize) in emlxs_proc_abs_2mb()
5272 DlCount = SegSize; in emlxs_proc_abs_2mb()