Searched refs:SFP_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
543 memset(ha->sfp_data, 0, SFP_BLOCK_SIZE); in qla2x00_sysfs_read_sfp()545 for (iter = 0, offset = 0; iter < (SFP_DEV_SIZE * 2) / SFP_BLOCK_SIZE; in qla2x00_sysfs_read_sfp()546 iter++, offset += SFP_BLOCK_SIZE) { in qla2x00_sysfs_read_sfp()554 addr, offset, SFP_BLOCK_SIZE, 0); in qla2x00_sysfs_read_sfp()562 memcpy(buf, ha->sfp_data, SFP_BLOCK_SIZE); in qla2x00_sysfs_read_sfp()563 buf += SFP_BLOCK_SIZE; in qla2x00_sysfs_read_sfp()
3044 #define SFP_BLOCK_SIZE 64 macro