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

/netbsd-current/sys/dev/ic/
H A Dcd18xx.c362 SET(p->p_rx_flags, RX_IBUF_BLOCKED);
474 CLR(port->p_rx_flags, RX_ANY_BLOCK);
906 if (ISSET(p->p_rx_flags, RX_TTY_OVERFLOWED)) {
907 CLR(p->p_rx_flags, RX_TTY_OVERFLOWED);
910 if (ISSET(p->p_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED)) {
911 CLR(p->p_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED);
1003 if (!ISSET(p->p_rx_flags, RX_TTY_BLOCKED)) {
1004 SET(p->p_rx_flags, RX_TTY_BLOCKED);
1008 if (ISSET(p->p_rx_flags, RX_TTY_OVERFLOWED)) {
1009 CLR(p->p_rx_flags, RX_TTY_OVERFLOWE
[all...]
H A Dcd18xxvar.h64 p_rx_flags, /* software state */ member in struct:cdtty_port

Completed in 157 milliseconds