Searched refs:FLOW_STOP (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xencons.c | 628 (void) xcasync_flowcontrol_sw_input(xcp, FLOW_STOP, in xencons_rxint() 655 xcasync_flowcontrol_sw_output(xcp, FLOW_STOP); in xencons_rxint() 1196 (void) xcasync_flowcontrol_sw_input(xcp, FLOW_STOP, in xenconswput() 1441 case FLOW_STOP: in xcasync_flowcontrol_sw_output() 1491 case FLOW_STOP: in xcasync_flowcontrol_sw_input()
|
H A D | xencons.h | 105 FLOW_STOP, enumerator
|
/titanic_44/usr/src/uts/common/io/ |
H A D | asy.c | 111 FLOW_STOP, enumerator 2076 async_flowcontrol_hw_output(asy, FLOW_STOP); in asy_program() 2463 FLOW_STOP); in async_rxint() 2545 async_flowcontrol_hw_input(asy, FLOW_STOP, IN_FLOW_RINGBUFF); in async_rxint() 2546 (void) async_flowcontrol_sw_input(asy, FLOW_STOP, in async_rxint() 2591 msr & CTS ? FLOW_START : FLOW_STOP); in async_msint() 2837 async_flowcontrol_hw_input(asy, FLOW_STOP, in async_softint() 2839 (void) async_flowcontrol_sw_input(asy, FLOW_STOP, in async_softint() 3993 async_flowcontrol_hw_input(asy, FLOW_STOP, in asywputdo() 3996 FLOW_STOP, IN_FLOW_USER); in asywputdo() [all …]
|