Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c730 uint32_t ByteCountReq; /* requested byte count for a particular dump */ in emlxs_read_cfg_region() local
753 ByteCountReq = in emlxs_read_cfg_region()
768 mb->un.varDmp4.available_cnt = ByteCountReq; in emlxs_read_cfg_region()
796 if (CopyCount > ByteCountReq) { in emlxs_read_cfg_region()
800 CopyCount, ByteCountReq); in emlxs_read_cfg_region()
802 CopyCount = ByteCountReq; in emlxs_read_cfg_region()
811 ByteCountReq = in emlxs_read_cfg_region()
822 mb->un.varDmp.word_cnt = ByteCountReq / 4; in emlxs_read_cfg_region()
846 if (CopyCount > ByteCountReq) { in emlxs_read_cfg_region()
850 CopyCount, ByteCountReq); in emlxs_read_cfg_region()
[all …]