Searched refs:DMP_RGN23_SIZE (Results 1 – 3 of 3) sorted by relevance
2296 mb->un.varDmp.sli4_length = DMP_RGN23_SIZE; in lpfc_sli4_dump_cfg_rg23()
3042 #define DMP_RGN23_SIZE 0x400 macro
5246 if (data_length > DMP_RGN23_SIZE) { in lpfc_sli4_read_fcoe_params()19016 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset) in lpfc_sli_get_config_region23()19017 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset; in lpfc_sli_get_config_region23()19023 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE); in lpfc_sli_get_config_region23()19067 if (data_length > DMP_RGN23_SIZE) { in lpfc_sli4_get_config_region23()19097 rgn23_data = kzalloc(DMP_RGN23_SIZE, GFP_KERNEL); in lpfc_sli_read_link_ste()