Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/xen/io/
H A Dxencons.c627 if (!(async->async_inflow_source & IN_FLOW_STREAMS)) { in xencons_rxint()
634 if (async->async_inflow_source & IN_FLOW_STREAMS) { in xencons_rxint()
1195 if (!(async->async_inflow_source & IN_FLOW_USER)) { in xenconswput()
1207 if (async->async_inflow_source & IN_FLOW_USER) { in xenconswput()
1492 async->async_inflow_source |= type; in xcasync_flowcontrol_sw_input()
1501 if (async->async_inflow_source & (IN_FLOW_STREAMS | in xcasync_flowcontrol_sw_input()
1506 "type = %x\n", instance, async->async_inflow_source); in xcasync_flowcontrol_sw_input()
1509 async->async_inflow_source &= ~type; in xcasync_flowcontrol_sw_input()
1510 if (async->async_inflow_source == 0) { in xcasync_flowcontrol_sw_input()
H A Dxencons.h162 int async_inflow_source; /* input flow control type */ member
/titanic_50/usr/src/uts/common/io/
H A Dasy.c2544 !(async->async_inflow_source & IN_FLOW_RINGBUFF)) { in async_rxint()
2836 if (!(async->async_inflow_source & IN_FLOW_STREAMS)) { in async_softint()
2844 if (async->async_inflow_source & IN_FLOW_STREAMS) { in async_softint()
2897 (async->async_inflow_source & IN_FLOW_RINGBUFF)) { in async_softint()
3992 if (!(async->async_inflow_source & IN_FLOW_USER)) { in asywputdo()
4011 if (async->async_inflow_source & IN_FLOW_USER) { in asywputdo()
4608 async->async_inflow_source |= type; in async_flowcontrol_sw_input()
4617 if (async->async_inflow_source & (IN_FLOW_RINGBUFF | in async_flowcontrol_sw_input()
4622 "type = %x\n", instance, async->async_inflow_source); in async_flowcontrol_sw_input()
4625 async->async_inflow_source &= ~type; in async_flowcontrol_sw_input()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dasy.h343 int async_inflow_source; /* input flow control type */ member