Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Dxencons.h186 #define ASYNC_SW_OUT_FLW 0x00040000 /* sw output flow control in effect */ macro
H A Dxencons.c663 (async->async_flags & ASYNC_SW_OUT_FLW)) { in xencons_rxint()
824 if (async->async_flags & (ASYNC_SW_OUT_FLW | ASYNC_STOPPED)) { in xcasync_start()
1442 async->async_flags |= ASYNC_SW_OUT_FLW; in xcasync_flowcontrol_sw_output()
1448 async->async_flags &= ~ASYNC_SW_OUT_FLW; in xcasync_flowcontrol_sw_output()
/titanic_41/usr/src/uts/common/sys/
H A Dasy.h385 #define ASYNC_SW_OUT_FLW 0x00040000 /* sw output flow control in effect */ macro
/titanic_41/usr/src/uts/common/io/
H A Dasy.c2098 async->async_flags &= ~ASYNC_SW_OUT_FLW; in asy_program()
2340 (ASYNC_HW_OUT_FLW|ASYNC_SW_OUT_FLW|ASYNC_STOPPED))) { in async_txint()
2473 (async->async_flags & ASYNC_SW_OUT_FLW)) { in async_rxint()
3156 if (async->async_flags & (ASYNC_HW_OUT_FLW | ASYNC_SW_OUT_FLW | in async_nstart()
3232 (ASYNC_HW_OUT_FLW|ASYNC_SW_OUT_FLW|ASYNC_OUT_SUSPEND))) { in async_resume()
4678 async->async_flags |= ASYNC_SW_OUT_FLW; in async_flowcontrol_sw_output()
4684 async->async_flags &= ~ASYNC_SW_OUT_FLW; in async_flowcontrol_sw_output()
4785 if (!(async->async_flags & ASYNC_SW_OUT_FLW)) in async_flowcontrol_hw_output()