Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dchannel.h295 u64 expected_min_bytes, in spar_check_channel_client() argument
313 if (expected_min_bytes > 0) { /* caller wants us to verify in spar_check_channel_client()
318 if (bytes < expected_min_bytes) { in spar_check_channel_client()
321 (unsigned long long)expected_min_bytes, bytes); in spar_check_channel_client()
357 u64 expected_min_bytes, in spar_check_channel_server() argument
360 if (expected_min_bytes > 0) /* caller wants us to verify in spar_check_channel_server()
362 if (actual_bytes < expected_min_bytes) { in spar_check_channel_server()
364 name, &typeuuid, expected_min_bytes, in spar_check_channel_server()