Searched refs:schpc_getmsg_timeout_range (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c122 static mboxsc_timeout_range_t schpc_getmsg_timeout_range; variable
334 (void *) &schpc_getmsg_timeout_range);
341 if (schpc_timeout_getmsg < schpc_getmsg_timeout_range.min_timeout) {
342 schpc_timeout_getmsg = schpc_getmsg_timeout_range.min_timeout;
347 if (schpc_timeout_getmsg > schpc_getmsg_timeout_range.max_timeout) {
348 schpc_timeout_getmsg = schpc_getmsg_timeout_range.max_timeout;
353 if (schpc_timeout_event < schpc_getmsg_timeout_range.min_timeout) {
354 schpc_timeout_event = schpc_getmsg_timeout_range.min_timeout;
359 if (schpc_timeout_event > schpc_getmsg_timeout_range.max_timeout) {
360 schpc_timeout_event = schpc_getmsg_timeout_range
[all...]

Completed in 45 milliseconds