Searched defs:timeout_us (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2236 bge_ape_event_lock(bge_t *bgep, uint32_t timeout_us) argument
2240 BGE_TRACE(("bge_ape_event_lock($%p, %d)", (void *)bgep, timeout_us));
2242 ASSERT(timeout_us > 0);
2244 while (timeout_us) {
2255 timeout_us -= (timeout_us > 10) ? 10 : timeout_us;
2258 return (timeout_us ? 0 : -1);
2263 bge_ape_wait_for_event(bge_t *bgep, uint32_t timeout_us) argument
2268 BGE_TRACE(("bge_ape_wait_for_event($%p, %d)", (void *)bgep, timeout_us));
[all...]

Completed in 177 milliseconds