Searched refs:varDmp (Results 1 – 6 of 6) sorted by relevance
145 mb->un.varDmp.type = DMP_NV_PARAMS; in lpfc_dump_static_vport()146 mb->un.varDmp.entry_index = offset; in lpfc_dump_static_vport()147 mb->un.varDmp.region_id = DMP_REGION_VPORT; in lpfc_dump_static_vport()152 mb->un.varDmp.cv = 1; in lpfc_dump_static_vport()153 mb->un.varDmp.word_cnt = DMP_RSP_SIZE/sizeof(uint32_t); in lpfc_dump_static_vport()168 mb->un.varDmp.sli4_length = sizeof(struct static_vport_info); in lpfc_dump_static_vport()215 mb->un.varDmp.cv = 1; in lpfc_dump_mem()216 mb->un.varDmp.type = DMP_NV_PARAMS; in lpfc_dump_mem()217 mb->un.varDmp.entry_index = offset; in lpfc_dump_mem()218 mb->un.varDmp.region_id = region_id; in lpfc_dump_mem()[all …]
253 mb->un.varDmp.word_cnt = 0; in lpfc_config_port_prep()258 if (mb->un.varDmp.word_cnt == 0) in lpfc_config_port_prep()261 if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset) in lpfc_config_port_prep()262 mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset; in lpfc_config_port_prep()265 mb->un.varDmp.word_cnt); in lpfc_config_port_prep()266 offset += mb->un.varDmp.word_cnt; in lpfc_config_port_prep()267 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE); in lpfc_config_port_prep()
4097 if (mb->un.varDmp.word_cnt > in lpfc_create_static_vport()4099 mb->un.varDmp.word_cnt = in lpfc_create_static_vport()4102 byte_count = mb->un.varDmp.word_cnt; in lpfc_create_static_vport()
20526 mb->un.varDmp.word_cnt = 0; in lpfc_sli_get_config_region23()20532 if (mb->un.varDmp.word_cnt == 0) in lpfc_sli_get_config_region23()20535 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset) in lpfc_sli_get_config_region23()20536 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset; in lpfc_sli_get_config_region23()20540 mb->un.varDmp.word_cnt); in lpfc_sli_get_config_region23()20541 offset += mb->un.varDmp.word_cnt; in lpfc_sli_get_config_region23()20542 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE); in lpfc_sli_get_config_region23()
3682 DUMP_VAR varDmp; /* Warm Start DUMP mbx cmd */ member
4810 (pmb->un.varDmp.type != DMP_WELL_KNOWN)) { in lpfc_bsg_issue_mbox()