Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c2630 mb->un.varLdSM.load_cmplt = Complete; in emlxs_format_prog_flash()
2631 mb->un.varLdSM.method = DL_FROM_SLIM; in emlxs_format_prog_flash()
2632 mb->un.varLdSM.update_flash = 1; in emlxs_format_prog_flash()
2633 mb->un.varLdSM.erase_or_prog = Function; in emlxs_format_prog_flash()
2634 mb->un.varLdSM.dl_to_adr = Base; in emlxs_format_prog_flash()
2635 mb->un.varLdSM.dl_len = DlByteCount; in emlxs_format_prog_flash()
2636 mb->un.varLdSM.keep = keep; in emlxs_format_prog_flash()
2639 mb->un.varLdSM.un.dl_from_slim_offset = DL_FROM_SLIM_OFFSET; in emlxs_format_prog_flash()
2641 mb->un.varLdSM.un.prog_id = *ProgId; in emlxs_format_prog_flash()
2643 mb->un.varLdSM.un.dl_from_slim_offset = 0; in emlxs_format_prog_flash()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2573 LOAD_SM_VAR varLdSM; /* cmd = 1 (LOAD_SM) */ member