Home
last modified time | relevance | path

Searched refs:DMP_VPD_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_init.c211 lpfc_vpd_data = kmalloc(DMP_VPD_SIZE, GFP_KERNEL); in lpfc_config_port_prep()
231 if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset) in lpfc_config_port_prep()
232 mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset; in lpfc_config_port_prep()
237 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE); in lpfc_config_port_prep()
Dlpfc_hw.h2560 #define DMP_VPD_SIZE 0x400 /* maximum amount of VPD */ macro