Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c790 uint32_t ByteCountReq; /* requested byte count for a particular dump */ in emlxs_read_cfg_region() local
809 ByteCountReq = in emlxs_read_cfg_region()
824 mb->un.varDmp4.available_cnt = ByteCountReq; 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()
867 ByteCountReq = in emlxs_read_cfg_region()
878 mb->un.varDmp.word_cnt = ByteCountReq / 4; in emlxs_read_cfg_region()
902 if (CopyCount > ByteCountReq) { in emlxs_read_cfg_region()
906 CopyCount, ByteCountReq); in emlxs_read_cfg_region()
[all …]