Searched refs:ASY_DEBUG_HFLOW (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 83 #define ASY_DEBUG_HFLOW 0x010 macro 1897 if (asydebug & ASY_DEBUG_HFLOW) in async_rxint() 1999 if (asydebug & ASY_DEBUG_HFLOW) in async_msint() 2107 if (asydebug & ASY_DEBUG_HFLOW) in async_softint() 2204 if (!(asydebug & ASY_DEBUG_HFLOW)) { in async_softint() 2224 if (asydebug & ASY_DEBUG_HFLOW) in async_softint() 2670 if (asydebug & ASY_DEBUG_HFLOW && in async_nstart()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | asy.c | 124 #define ASY_DEBUG_HFLOW 0x0010 /* Output msgs when H/W flowcontrol is active */ macro 5348 ASY_DPRINTF(asy, ASY_DEBUG_HFLOW, "input hflow stop, type = %x", in async_flowcontrol_hw_input() 5355 ASY_DPRINTF(asy, ASY_DEBUG_HFLOW, "input hflow start"); in async_flowcontrol_hw_input() 5396 ASY_DPRINTF(asy, ASY_DEBUG_HFLOW, "output hflow stop"); in async_flowcontrol_hw_output() 5402 ASY_DPRINTF(asy, ASY_DEBUG_HFLOW, "output hflow start"); in async_flowcontrol_hw_output()
|