Searched refs:async_inflow_source (Results 1 – 4 of 4) sorted by relevance
631 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()
160 int async_inflow_source; /* input flow control type */ member
3233 !(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 …]
431 int async_inflow_source; /* input flow control type */ member