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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_init.c211 lpfc_vpd_data = kmalloc(DMP_VPD_SIZE, GFP_KERNEL);
231 if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset)
232 mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset;
237 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE);
H A Dlpfc_hw.h2484 #define DMP_VPD_SIZE 0x400 /* maximum amount of VPD */ macro

Completed in 214 milliseconds