Searched refs:varDmp (Results 1 – 6 of 6) sorted by relevance
70 mb->un.varDmp.type = DMP_NV_PARAMS; in lpfc_dump_static_vport()71 mb->un.varDmp.entry_index = offset; in lpfc_dump_static_vport()72 mb->un.varDmp.region_id = DMP_REGION_VPORT; in lpfc_dump_static_vport()77 mb->un.varDmp.cv = 1; in lpfc_dump_static_vport()78 mb->un.varDmp.word_cnt = DMP_RSP_SIZE/sizeof(uint32_t); in lpfc_dump_static_vport()100 mb->un.varDmp.sli4_length = sizeof(struct static_vport_info); in lpfc_dump_static_vport()147 mb->un.varDmp.cv = 1; in lpfc_dump_mem()148 mb->un.varDmp.type = DMP_NV_PARAMS; in lpfc_dump_mem()149 mb->un.varDmp.entry_index = offset; in lpfc_dump_mem()150 mb->un.varDmp.region_id = region_id; in lpfc_dump_mem()[all …]
251 mb->un.varDmp.word_cnt = 0; in lpfc_config_port_prep()256 if (mb->un.varDmp.word_cnt == 0) in lpfc_config_port_prep()259 if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset) in lpfc_config_port_prep()260 mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset; in lpfc_config_port_prep()263 mb->un.varDmp.word_cnt); in lpfc_config_port_prep()264 offset += mb->un.varDmp.word_cnt; in lpfc_config_port_prep()265 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE); in lpfc_config_port_prep()
3980 if (mb->un.varDmp.word_cnt > in lpfc_create_static_vport()3982 mb->un.varDmp.word_cnt = in lpfc_create_static_vport()3985 byte_count = mb->un.varDmp.word_cnt; in lpfc_create_static_vport()
20537 mb->un.varDmp.word_cnt = 0; in lpfc_sli_get_config_region23()20543 if (mb->un.varDmp.word_cnt == 0) in lpfc_sli_get_config_region23()20546 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset) in lpfc_sli_get_config_region23()20547 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset; in lpfc_sli_get_config_region23()20551 mb->un.varDmp.word_cnt); in lpfc_sli_get_config_region23()20552 offset += mb->un.varDmp.word_cnt; in lpfc_sli_get_config_region23()20553 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE); in lpfc_sli_get_config_region23()
3622 DUMP_VAR varDmp; /* Warm Start DUMP mbx cmd */ member
4885 (pmb->un.varDmp.type != DMP_WELL_KNOWN)) { in lpfc_bsg_issue_mbox()