Searched refs:SFF_READ_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
4552 #define SFF_READ_BLOCK_SIZE 8 in ice_get_module_eeprom() macro4553 u8 value[SFF_READ_BLOCK_SIZE] = { 0 }; in ice_get_module_eeprom()4576 for (i = 0; i < ee->len; i += SFF_READ_BLOCK_SIZE) { in ice_get_module_eeprom()4608 SFF_READ_BLOCK_SIZE, in ice_get_module_eeprom()4617 memset(value, 0, SFF_READ_BLOCK_SIZE); in ice_get_module_eeprom()4624 copy_len = min_t(u32, SFF_READ_BLOCK_SIZE, ee->len - i); in ice_get_module_eeprom()