Searched refs:varDmp (Results 1 – 6 of 6) sorted by relevance
68 mb->un.varDmp.type = DMP_NV_PARAMS; in lpfc_dump_static_vport()69 mb->un.varDmp.entry_index = offset; in lpfc_dump_static_vport()70 mb->un.varDmp.region_id = DMP_REGION_VPORT; in lpfc_dump_static_vport()75 mb->un.varDmp.cv = 1; in lpfc_dump_static_vport()76 mb->un.varDmp.word_cnt = DMP_RSP_SIZE/sizeof(uint32_t); in lpfc_dump_static_vport()98 mb->un.varDmp.sli4_length = sizeof(struct static_vport_info); in lpfc_dump_static_vport()145 mb->un.varDmp.cv = 1; in lpfc_dump_mem()146 mb->un.varDmp.type = DMP_NV_PARAMS; in lpfc_dump_mem()147 mb->un.varDmp.entry_index = offset; in lpfc_dump_mem()148 mb->un.varDmp.region_id = region_id; in lpfc_dump_mem()[all …]
232 mb->un.varDmp.word_cnt = 0; in lpfc_config_port_prep()237 if (mb->un.varDmp.word_cnt == 0) in lpfc_config_port_prep()239 if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset) in lpfc_config_port_prep()240 mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset; in lpfc_config_port_prep()243 mb->un.varDmp.word_cnt); in lpfc_config_port_prep()244 offset += mb->un.varDmp.word_cnt; in lpfc_config_port_prep()245 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE); in lpfc_config_port_prep()
3651 if (mb->un.varDmp.word_cnt > in lpfc_create_static_vport()3653 mb->un.varDmp.word_cnt = in lpfc_create_static_vport()3656 byte_count = mb->un.varDmp.word_cnt; in lpfc_create_static_vport()
16578 mb->un.varDmp.word_cnt = 0; in lpfc_sli_get_config_region23()16584 if (mb->un.varDmp.word_cnt == 0) in lpfc_sli_get_config_region23()16586 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset) in lpfc_sli_get_config_region23()16587 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset; in lpfc_sli_get_config_region23()16591 mb->un.varDmp.word_cnt); in lpfc_sli_get_config_region23()16592 offset += mb->un.varDmp.word_cnt; in lpfc_sli_get_config_region23()16593 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE); in lpfc_sli_get_config_region23()
3270 DUMP_VAR varDmp; /* Warm Start DUMP mbx cmd */ member
4755 (pmb->un.varDmp.type != DMP_WELL_KNOWN)) { in lpfc_bsg_issue_mbox()