Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_mbox.c145 mb->un.varDmp.type = DMP_NV_PARAMS; in lpfc_dump_static_vport()
146 mb->un.varDmp.entry_index = offset; in lpfc_dump_static_vport()
152 mb->un.varDmp.cv = 1; in lpfc_dump_static_vport()
213 mb->un.varDmp.cv = 1; in lpfc_dump_mem()
214 mb->un.varDmp.type = DMP_NV_PARAMS; in lpfc_dump_mem()
218 mb->un.varDmp.co = 0; in lpfc_dump_mem()
219 mb->un.varDmp.resp_offset = 0; in lpfc_dump_mem()
243 mb->un.varDmp.cv = 1; in lpfc_dump_wakeup_param()
246 mb->un.varDmp.entry_index = 0; in lpfc_dump_wakeup_param()
249 mb->un.varDmp.co = 0; in lpfc_dump_wakeup_param()
[all …]
H A Dlpfc_init.c254 mb->un.varDmp.word_cnt = 0; in lpfc_config_port_prep()
259 if (mb->un.varDmp.word_cnt == 0) in lpfc_config_port_prep()
262 if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset) in lpfc_config_port_prep()
263 mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset; in lpfc_config_port_prep()
266 mb->un.varDmp.word_cnt); in lpfc_config_port_prep()
267 offset += mb->un.varDmp.word_cnt; in lpfc_config_port_prep()
268 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE); in lpfc_config_port_prep()
H A Dlpfc_hbadisc.c4088 if (mb->un.varDmp.word_cnt > in lpfc_create_static_vport()
4090 mb->un.varDmp.word_cnt = in lpfc_create_static_vport()
4093 byte_count = mb->un.varDmp.word_cnt; in lpfc_create_static_vport()
H A Dlpfc_els.c7283 mb->un.varDmp.cv = 1; in lpfc_get_sfp_info_wait()
7284 mb->un.varDmp.co = 1; in lpfc_get_sfp_info_wait()
7342 mb->un.varDmp.cv = 1; in lpfc_get_sfp_info_wait()
7343 mb->un.varDmp.co = 1; in lpfc_get_sfp_info_wait()
H A Dlpfc_sli.c20606 mb->un.varDmp.word_cnt = 0; in lpfc_sli_get_config_region23()
20612 if (mb->un.varDmp.word_cnt == 0) in lpfc_sli_get_config_region23()
20615 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset) in lpfc_sli_get_config_region23()
20616 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset; in lpfc_sli_get_config_region23()
20620 mb->un.varDmp.word_cnt); in lpfc_sli_get_config_region23()
20621 offset += mb->un.varDmp.word_cnt; in lpfc_sli_get_config_region23()
20622 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE); in lpfc_sli_get_config_region23()
H A Dlpfc_hw.h3684 DUMP_VAR varDmp; /* Warm Start DUMP mbx cmd */ member
H A Dlpfc_bsg.c4810 (pmb->un.varDmp.type != DMP_WELL_KNOWN)) { in lpfc_bsg_issue_mbox()