Home
last modified time | relevance | path

Searched refs:DMP_VPD_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_init.c237 lpfc_vpd_data = kmalloc(DMP_VPD_SIZE, GFP_KERNEL); in lpfc_config_port_prep()
258 if (offset + i > DMP_VPD_SIZE) in lpfc_config_port_prep()
259 i = DMP_VPD_SIZE - offset; in lpfc_config_port_prep()
263 } while (offset < DMP_VPD_SIZE); in lpfc_config_port_prep()
H A Dlpfc_hw.h3011 #define DMP_VPD_SIZE 0x400 /* maximum amount of VPD */ macro
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_init.c241 lpfc_vpd_data = kmalloc(DMP_VPD_SIZE, GFP_KERNEL); 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()
267 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE); in lpfc_config_port_prep()
H A Dlpfc_hw.h3197 #define DMP_VPD_SIZE 0x400 /* maximum amount of VPD */ macro

Completed in 51 milliseconds