Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_attr.c6341 if ((off + count) > FF_REG_AREA_SIZE) in sysfs_ctlreg_write()
6401 if (off > FF_REG_AREA_SIZE) in sysfs_ctlreg_read()
6404 if ((off + count) > FF_REG_AREA_SIZE) in sysfs_ctlreg_read()
6405 count = FF_REG_AREA_SIZE - off; in sysfs_ctlreg_read()
H A Dlpfc_hw.h1649 #define FF_REG_AREA_SIZE 256 macro
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_attr.c6190 if ((off + count) > FF_REG_AREA_SIZE) in sysfs_ctlreg_write()
6250 if (off > FF_REG_AREA_SIZE) in sysfs_ctlreg_read()
6253 if ((off + count) > FF_REG_AREA_SIZE) in sysfs_ctlreg_read()
6254 count = FF_REG_AREA_SIZE - off; in sysfs_ctlreg_read()
H A Dlpfc_hw.h1821 #define FF_REG_AREA_SIZE 256 macro

Completed in 37 milliseconds