Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c631 if (!(async->async_inflow_source & IN_FLOW_STREAMS)) { in xencons_rxint()
633 IN_FLOW_STREAMS); in xencons_rxint()
638 if (async->async_inflow_source & IN_FLOW_STREAMS) { in xencons_rxint()
640 IN_FLOW_STREAMS); in xencons_rxint()
1505 if (async->async_inflow_source & (IN_FLOW_STREAMS | in xcasync_flowcontrol_sw_input()
H A Dxencons.h197 #define IN_FLOW_STREAMS 0x00000002 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h499 #define IN_FLOW_STREAMS 0x00000002 macro
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c3538 if (!(async->async_inflow_source & IN_FLOW_STREAMS)) { in async_softint()
3540 IN_FLOW_STREAMS); in async_softint()
3542 IN_FLOW_STREAMS); in async_softint()
3546 if (async->async_inflow_source & IN_FLOW_STREAMS) { in async_softint()
3549 IN_FLOW_STREAMS); in async_softint()
3551 IN_FLOW_STREAMS); in async_softint()
5223 IN_FLOW_STREAMS | IN_FLOW_USER)) in async_flowcontrol_sw_input()
5327 IN_FLOW_STREAMS | IN_FLOW_USER)) in async_flowcontrol_hw_input()