Searched refs:FF_REG_AREA_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_attr.c3492 if ((off + count) > FF_REG_AREA_SIZE)
3547 if (off > FF_REG_AREA_SIZE)
3550 if ((off + count) > FF_REG_AREA_SIZE)
3551 count = FF_REG_AREA_SIZE - off;
H A Dlpfc_hw.h1207 #define FF_REG_AREA_SIZE 256 macro

Completed in 62 milliseconds