Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3108 int flow_ctl, ctl_val; in usbser_port_program() local
3136 flow_ctl = tp->t_iflag & (IXON | IXANY | IXOFF); in usbser_port_program()
3138 flow_ctl |= CTSXON; in usbser_port_program()
3141 flow_ctl |= RTSXOFF; in usbser_port_program()
3171 pe[5].val.ui = flow_ctl; in usbser_port_program()