Searched refs:expected_count (Results 1 – 2 of 2) sorted by relevance
309 u32 expected_count = len; in tis_readresponse() local334 while (burst-- && (offset < expected_count)) { in tis_readresponse()350 expected_count = be32_to_cpu(real_length); in tis_readresponse()352 if ((expected_count < offset) || in tis_readresponse()353 (expected_count > len)) { in tis_readresponse()356 expected_count); in tis_readresponse()371 if (offset == expected_count) in tis_readresponse()
17 int args, char *argv[], int expected_count, in do_test_getopt() argument23 for (int i = 0; i < expected_count; i++) { in do_test_getopt()
Completed in 21 milliseconds