Searched refs:UCOM_FLAG_RTS_IFLOW (Results 1 – 2 of 2) sorted by relevance
784 sc->sc_flag &= ~(UCOM_FLAG_HL_READY | UCOM_FLAG_RTS_IFLOW); in ucom_close()831 (sc->sc_flag & UCOM_FLAG_RTS_IFLOW)) in ucom_inwakeup()1270 sc->sc_flag |= UCOM_FLAG_RTS_IFLOW; in ucom_param()1271 } else if (sc->sc_flag & UCOM_FLAG_RTS_IFLOW) { in ucom_param()1272 sc->sc_flag &= ~UCOM_FLAG_RTS_IFLOW; in ucom_param()1508 if (sc->sc_flag & UCOM_FLAG_RTS_IFLOW) in ucom_put_data()
173 #define UCOM_FLAG_RTS_IFLOW 0x01 /* use RTS input flow control */ macro