Searched defs: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; local
2535 if (DlByteCount > SegSize) {
2536 DlCount = SegSize;
3163 uint32_t SegSize = DL_SLIM_SEG_BYTE_COUNT; local
3214 if (DlByteCount > SegSize) {
3215 DlCount = SegSize;
5161 uint32_t SegSize = DL_SLIM_SEG_BYTE_COUNT; local
5271 if (DlByteCount >= SegSize)
5272 DlCount = SegSize;

Completed in 54 milliseconds