Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c725 uint32_t CopyCount; /* bytes to copy after each successful dump */ in emlxs_read_cfg_region() local
739 CopyCount = 0; in emlxs_read_cfg_region()
742 ByteCountRem -= CopyCount) { in emlxs_read_cfg_region()
783 CopyCount = mb->un.varDmp4.rsp_cnt; in emlxs_read_cfg_region()
786 if (CopyCount == 0) { in emlxs_read_cfg_region()
790 if (CopyCount > ByteCountReq) { in emlxs_read_cfg_region()
794 CopyCount, ByteCountReq); in emlxs_read_cfg_region()
796 CopyCount = ByteCountReq; in emlxs_read_cfg_region()
800 pLocalBuf, CopyCount); in emlxs_read_cfg_region()
833 CopyCount = mb->un.varDmp.word_cnt; in emlxs_read_cfg_region()
[all …]