Searched refs:FLOW_STOP (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xencons.c | 632 (void) xcasync_flowcontrol_sw_input(xcp, FLOW_STOP, in xencons_rxint() 659 xcasync_flowcontrol_sw_output(xcp, FLOW_STOP); in xencons_rxint() 1200 (void) xcasync_flowcontrol_sw_input(xcp, FLOW_STOP, in xenconswput() 1445 case FLOW_STOP: in xcasync_flowcontrol_sw_output() 1495 case FLOW_STOP: in xcasync_flowcontrol_sw_input()
|
H A D | xencons.h | 103 FLOW_STOP, enumerator
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | asy.c | 115 FLOW_STOP, enumerator 2725 async_flowcontrol_hw_output(asy, FLOW_STOP); in asy_program() 3133 FLOW_STOP); in async_rxint() 3215 async_flowcontrol_hw_input(asy, FLOW_STOP, IN_FLOW_RINGBUFF); in async_rxint() 3216 (void) async_flowcontrol_sw_input(asy, FLOW_STOP, in async_rxint() 3259 msr & ASY_MSR_CTS ? FLOW_START : FLOW_STOP); in async_msint() 3539 async_flowcontrol_hw_input(asy, FLOW_STOP, in async_softint() 3541 (void) async_flowcontrol_sw_input(asy, FLOW_STOP, in async_softint() 4612 async_flowcontrol_hw_input(asy, FLOW_STOP, in asywputdo() 4615 FLOW_STOP, IN_FLOW_USER); in asywputdo() [all …]
|