Searched refs:expected_count (Results 1 – 1 of 1) sorted by relevance
308 u32 expected_count = len; in tis_readresponse() local333 while (burst-- && (offset < expected_count)) { in tis_readresponse()349 expected_count = be32_to_cpu(real_length); in tis_readresponse()351 if ((expected_count < offset) || in tis_readresponse()352 (expected_count > len)) { in tis_readresponse()355 expected_count); in tis_readresponse()370 if (offset == expected_count) in tis_readresponse()