Home
last modified time | relevance | path

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

/titanic_44/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); in _init()
341 if (schpc_timeout_getmsg < schpc_getmsg_timeout_range.min_timeout) { in _init()
342 schpc_timeout_getmsg = schpc_getmsg_timeout_range.min_timeout; in _init()
347 if (schpc_timeout_getmsg > schpc_getmsg_timeout_range.max_timeout) { in _init()
348 schpc_timeout_getmsg = schpc_getmsg_timeout_range.max_timeout; in _init()
353 if (schpc_timeout_event < schpc_getmsg_timeout_range.min_timeout) { in _init()
354 schpc_timeout_event = schpc_getmsg_timeout_range.min_timeout; in _init()
359 if (schpc_timeout_event > schpc_getmsg_timeout_range.max_timeout) { in _init()
360 schpc_timeout_event = schpc_getmsg_timeout_range.max_timeout; in _init()