Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c5247 NextAddr = mb->un.varLdArea.dl_to_adr; in emlxs_proc_abs_2mb()
5317 RspProgress = mb->un.varLdArea.progress; in emlxs_proc_abs_2mb()
5384 mb->un.varLdArea.update_flash = 1; in emlxs_format_load_area_cmd()
5385 mb->un.varLdArea.erase_or_prog = Function; in emlxs_format_load_area_cmd()
5386 mb->un.varLdArea.dl_to_adr = Base; in emlxs_format_load_area_cmd()
5387 mb->un.varLdArea.dl_len = DlByteCount; in emlxs_format_load_area_cmd()
5388 mb->un.varLdArea.load_cmplt = Complete; in emlxs_format_load_area_cmd()
5389 mb->un.varLdArea.method = DL_FROM_SLIM; in emlxs_format_load_area_cmd()
5390 mb->un.varLdArea.area_id = AreaId; in emlxs_format_load_area_cmd()
5391 mb->un.varLdArea.step = StepCmd; in emlxs_format_load_area_cmd()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2604 LOAD_AREA_VAR varLdArea; /* cmd = 0x81 (LOAD_AREA) */ member