Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/xen/io/
H A Dxencons.h189 #define ASYNC_OUT_FLW_RESUME 0x00100000 /* output need to be resumed */ macro
H A Dxencons.c562 if (async->async_flags & ASYNC_OUT_FLW_RESUME) { in xencons_rxint()
564 async->async_flags &= ~ASYNC_OUT_FLW_RESUME; in xencons_rxint()
1443 async->async_flags &= ~ASYNC_OUT_FLW_RESUME; in xcasync_flowcontrol_sw_output()
1449 async->async_flags |= ASYNC_OUT_FLW_RESUME; in xcasync_flowcontrol_sw_output()
/titanic_44/usr/src/uts/common/sys/
H A Dasy.h388 #define ASYNC_OUT_FLW_RESUME 0x00100000 /* output need to be resumed */ macro
/titanic_44/usr/src/uts/common/io/
H A Dasy.c2697 if (async->async_flags & ASYNC_OUT_FLW_RESUME) { in async_softint()
2708 async->async_flags &= ~ASYNC_OUT_FLW_RESUME; in async_softint()
4679 async->async_flags &= ~ASYNC_OUT_FLW_RESUME; in async_flowcontrol_sw_output()
4686 async->async_flags |= ASYNC_OUT_FLW_RESUME; in async_flowcontrol_sw_output()
4779 async->async_flags &= ~ASYNC_OUT_FLW_RESUME; in async_flowcontrol_hw_output()
4786 async->async_flags |= ASYNC_OUT_FLW_RESUME; in async_flowcontrol_hw_output()