Searched refs:SFP_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
6373 for (iter = 0; iter < SFP_DEV_SIZE / SFP_BLOCK_SIZE; iter++) { in qla2x00_read_sfp_dev()6381 addr, offset, SFP_BLOCK_SIZE, BIT_1); in qla2x00_read_sfp_dev()6393 if ((count - c) >= SFP_BLOCK_SIZE) in qla2x00_read_sfp_dev()6394 sz = SFP_BLOCK_SIZE; in qla2x00_read_sfp_dev()6399 buf += SFP_BLOCK_SIZE; in qla2x00_read_sfp_dev()6402 phys_addr += SFP_BLOCK_SIZE; in qla2x00_read_sfp_dev()6403 sfp_data += SFP_BLOCK_SIZE; in qla2x00_read_sfp_dev()6404 offset += SFP_BLOCK_SIZE; in qla2x00_read_sfp_dev()
3873 #define SFP_BLOCK_SIZE 64 macro