Searched refs:async_inflow_source (Results 1 – 4 of 4) sorted by relevance
627 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()
162 int async_inflow_source; /* input flow control type */ member
2543 !(async->async_inflow_source & IN_FLOW_RINGBUFF)) { in async_rxint()2835 if (!(async->async_inflow_source & IN_FLOW_STREAMS)) { in async_softint()2843 if (async->async_inflow_source & IN_FLOW_STREAMS) { in async_softint()2896 (async->async_inflow_source & IN_FLOW_RINGBUFF)) { in async_softint()3991 if (!(async->async_inflow_source & IN_FLOW_USER)) { in asywputdo()4010 if (async->async_inflow_source & IN_FLOW_USER) { in asywputdo()4607 async->async_inflow_source |= type; in async_flowcontrol_sw_input()4616 if (async->async_inflow_source & (IN_FLOW_RINGBUFF | in async_flowcontrol_sw_input()4621 "type = %x\n", instance, async->async_inflow_source); in async_flowcontrol_sw_input()4624 async->async_inflow_source &= ~type; in async_flowcontrol_sw_input()[all …]
343 int async_inflow_source; /* input flow control type */ member