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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c3134 static boolean_t bge_chip_poll_engine(bge_t *bgep, bge_regno_t regno,
3136 #pragma no_inline(bge_chip_poll_engine)
3139 bge_chip_poll_engine(bge_t *bgep, bge_regno_t regno, function
3145 BGE_TRACE(("bge_chip_poll_engine($%p, 0x%lx, 0x%x, 0x%x)",
3155 bge_problem(bgep, "bge_chip_poll_engine failed: regno = 0x%lx", regno);
3314 return (bge_chip_poll_engine(bgep, regno,
3383 return bge_chip_poll_engine(bgep, regno, STATE_MACHINE_ENABLE_BIT, 0);
3431 return (bge_chip_poll_engine(bgep, regno,

Completed in 52 milliseconds