Searched refs:async_inflow_source (Results 1 – 4 of 4) sorted by relevance
628 if (!(async->async_inflow_source & IN_FLOW_STREAMS)) { in xencons_rxint()635 if (async->async_inflow_source & IN_FLOW_STREAMS) { in xencons_rxint()1196 if (!(async->async_inflow_source & IN_FLOW_USER)) { in xenconswput()1208 if (async->async_inflow_source & IN_FLOW_USER) { in xenconswput()1493 async->async_inflow_source |= type; in xcasync_flowcontrol_sw_input()1502 if (async->async_inflow_source & (IN_FLOW_STREAMS | in xcasync_flowcontrol_sw_input()1507 "type = %x\n", instance, async->async_inflow_source); in xcasync_flowcontrol_sw_input()1510 async->async_inflow_source &= ~type; in xcasync_flowcontrol_sw_input()1511 if (async->async_inflow_source == 0) { in xcasync_flowcontrol_sw_input()
160 int async_inflow_source; /* input flow control type */ member
3235 !(async->async_inflow_source & IN_FLOW_RINGBUFF)) { in async_rxint()3559 if (!(async->async_inflow_source & IN_FLOW_STREAMS)) { in async_softint()3567 if (async->async_inflow_source & IN_FLOW_STREAMS) { in async_softint()3622 (async->async_inflow_source & IN_FLOW_RINGBUFF)) { in async_softint()4632 if (!(async->async_inflow_source & IN_FLOW_USER)) { in asywputdo()4651 if (async->async_inflow_source & IN_FLOW_USER) { in asywputdo()5234 async->async_inflow_source |= type; in async_flowcontrol_sw_input()5243 if (async->async_inflow_source & (IN_FLOW_RINGBUFF | in async_flowcontrol_sw_input()5248 async->async_inflow_source); in async_flowcontrol_sw_input()5251 async->async_inflow_source &= ~type; in async_flowcontrol_sw_input()[all …]
431 int async_inflow_source; /* input flow control type */ member