Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c11155 uint32_t size_to_compare; in ql_load_flash() local
11164 size_to_compare = 0x20000; in ql_load_flash()
11170 size_to_compare = 0x80000; in ql_load_flash()
11173 size_to_compare = 0x40000; in ql_load_flash()
11179 if (size > size_to_compare) { in ql_load_flash()