Home
last modified time | relevance | path

Searched refs:RC_RTSFLOW (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/dev/rc/
HDrc.c141 #define RC_RTSFLOW 0x0004 /* RTS flow ctl enabled */ macro
410 if ( (rc->rc_flags & RC_RTSFLOW) in rc_intr()
604 if ( (rc->rc_flags & RC_RTSFLOW) in rc_start()
717 if ( (rc->rc_flags & RC_RTSFLOW) in rc_pollcard()
736 && ((rc->rc_flags & RC_RTSFLOW) || (tp->t_iflag & IXOFF)) in rc_pollcard()
970 rc->rc_flags |= RC_RTSFLOW; in rc_param()
972 rc->rc_flags &= ~RC_RTSFLOW; in rc_param()
1252 (f & RC_RTSFLOW)?"RTSFLOW " :"", in printrcflags()