Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c791 uint32_t CopyCount; /* bytes to copy after each successful dump */ in emlxs_read_cfg_region() local
801 CopyCount = 0; in emlxs_read_cfg_region()
804 ByteCountRem -= CopyCount) { in emlxs_read_cfg_region()
845 CopyCount = mb->un.varDmp4.rsp_cnt; in emlxs_read_cfg_region()
848 if (CopyCount == 0) { in emlxs_read_cfg_region()
852 if (CopyCount > ByteCountReq) { in emlxs_read_cfg_region()
856 CopyCount, ByteCountReq); in emlxs_read_cfg_region()
858 CopyCount = ByteCountReq; in emlxs_read_cfg_region()
862 pLocalBuf, CopyCount); in emlxs_read_cfg_region()
895 CopyCount = mb->un.varDmp.word_cnt; in emlxs_read_cfg_region()
[all …]