Home
last modified time | relevance | path

Searched refs:async_inflow_source (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()
638 if (async->async_inflow_source & IN_FLOW_STREAMS) { in xencons_rxint()
1199 if (!(async->async_inflow_source & IN_FLOW_USER)) { in xenconswput()
1211 if (async->async_inflow_source & IN_FLOW_USER) { in xenconswput()
1496 async->async_inflow_source |= type; in xcasync_flowcontrol_sw_input()
1505 if (async->async_inflow_source & (IN_FLOW_STREAMS | in xcasync_flowcontrol_sw_input()
1510 "type = %x\n", instance, async->async_inflow_source); in xcasync_flowcontrol_sw_input()
1513 async->async_inflow_source &= ~type; in xcasync_flowcontrol_sw_input()
1514 if (async->async_inflow_source == 0) { in xcasync_flowcontrol_sw_input()
H A Dxencons.h160 int async_inflow_source; /* input flow control type */ member
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c3233 !(async->async_inflow_source & IN_FLOW_RINGBUFF)) { in async_rxint()
3557 if (!(async->async_inflow_source & IN_FLOW_STREAMS)) { in async_softint()
3565 if (async->async_inflow_source & IN_FLOW_STREAMS) { in async_softint()
3620 (async->async_inflow_source & IN_FLOW_RINGBUFF)) { in async_softint()
4630 if (!(async->async_inflow_source & IN_FLOW_USER)) { in asywputdo()
4649 if (async->async_inflow_source & IN_FLOW_USER) { in asywputdo()
5232 async->async_inflow_source |= type; in async_flowcontrol_sw_input()
5241 if (async->async_inflow_source & (IN_FLOW_RINGBUFF | in async_flowcontrol_sw_input()
5246 async->async_inflow_source); in async_flowcontrol_sw_input()
5249 async->async_inflow_source &= ~type; in async_flowcontrol_sw_input()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h431 int async_inflow_source; /* input flow control type */ member