Searched refs:ByteCountReq (Results 1 – 1 of 1) sorted by relevance
724 uint32_t ByteCountReq; /* requested byte count for a particular dump */ in emlxs_read_cfg_region() local747 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 …]