Home
last modified time | relevance | path

Searched refs:DMP_RGN23_SIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_mbox.c2298 mb->un.varDmp.sli4_length = DMP_RGN23_SIZE; in lpfc_sli4_dump_cfg_rg23()
H A Dlpfc_sli.c5373 if (data_length > DMP_RGN23_SIZE) { in lpfc_sli4_read_fcoe_params()
19596 if (offset + i > DMP_RGN23_SIZE) in lpfc_sli_get_config_region23()
19597 i = DMP_RGN23_SIZE - offset; in lpfc_sli_get_config_region23()
19601 } while (offset < DMP_RGN23_SIZE); in lpfc_sli_get_config_region23()
19645 if (data_length > DMP_RGN23_SIZE) { in lpfc_sli4_get_config_region23()
19675 rgn23_data = kzalloc(DMP_RGN23_SIZE, GFP_KERNEL); in lpfc_sli_read_link_ste()
H A Dlpfc_hw.h3020 #define DMP_RGN23_SIZE 0x400 macro
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_mbox.c2355 mb->un.varDmp.sli4_length = DMP_RGN23_SIZE; in lpfc_sli4_dump_cfg_rg23()
H A Dlpfc_sli.c5846 if (data_length > DMP_RGN23_SIZE) { in lpfc_sli4_read_fcoe_params()
20621 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset) in lpfc_sli_get_config_region23()
20622 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset; in lpfc_sli_get_config_region23()
20628 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE); in lpfc_sli_get_config_region23()
20672 if (data_length > DMP_RGN23_SIZE) { in lpfc_sli4_get_config_region23()
20698 rgn23_data = kzalloc(DMP_RGN23_SIZE, GFP_KERNEL); in lpfc_sli_read_link_ste()
H A Dlpfc_hw.h3206 #define DMP_RGN23_SIZE 0x400 macro

Completed in 71 milliseconds