Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/include/
Dchannel.h257 u64 expected_min_bytes, in spar_check_channel_client() argument
275 if (expected_min_bytes > 0) { /* caller wants us to verify in spar_check_channel_client()
280 if (bytes < expected_min_bytes) { in spar_check_channel_client()
283 (unsigned long long)expected_min_bytes, bytes); in spar_check_channel_client()
319 u64 expected_min_bytes, in spar_check_channel_server() argument
322 if (expected_min_bytes > 0) /* caller wants us to verify in spar_check_channel_server()
324 if (actual_bytes < expected_min_bytes) { in spar_check_channel_server()
326 name, &typeuuid, expected_min_bytes, in spar_check_channel_server()