Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c6200 if ((off + count) > FF_REG_AREA_SIZE) in sysfs_ctlreg_write()
6260 if (off > FF_REG_AREA_SIZE) in sysfs_ctlreg_read()
6263 if ((off + count) > FF_REG_AREA_SIZE) in sysfs_ctlreg_read()
6264 count = FF_REG_AREA_SIZE - off; in sysfs_ctlreg_read()
H A Dlpfc_hw.h1843 #define FF_REG_AREA_SIZE 256 macro