Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dcd18xx.c362 SET(p->p_rx_flags, RX_IBUF_BLOCKED); in cdtty_shutdown()
474 CLR(port->p_rx_flags, RX_ANY_BLOCK); in cdttyopen()
907 CLR(p->p_rx_flags, RX_TTY_OVERFLOWED); in cdttyparam()
1004 SET(p->p_rx_flags, RX_TTY_BLOCKED); in cdttyhwiflow()
1009 CLR(p->p_rx_flags, RX_TTY_OVERFLOWED); in cdttyhwiflow()
1013 CLR(p->p_rx_flags, RX_TTY_BLOCKED); in cdttyhwiflow()
1031 if (ISSET(p->p_rx_flags, RX_ANY_BLOCK)) { in cdtty_hwiflow()
1125 SET(p->p_rx_flags, RX_IBUF_OVERFLOWED); in cd18xx_rint()
1398 SET(p->p_rx_flags, RX_TTY_OVERFLOWED); in cdtty_rxsoft()
1416 CLR(p->p_rx_flags, RX_IBUF_OVERFLOWED); in cdtty_rxsoft()
[all …]
H A Dcd18xxvar.h64 p_rx_flags, /* software state */ member