Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c724 uint32_t ByteCountReq; /* requested byte count for a particular dump */ in emlxs_read_cfg_region() local
747 ByteCountReq = in emlxs_read_cfg_region()
762 mb->un.varDmp4.available_cnt = ByteCountReq; 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()
805 ByteCountReq = in emlxs_read_cfg_region()
816 mb->un.varDmp.word_cnt = ByteCountReq / 4; in emlxs_read_cfg_region()
840 if (CopyCount > ByteCountReq) { in emlxs_read_cfg_region()
844 CopyCount, ByteCountReq); in emlxs_read_cfg_region()
[all …]