HomeSort by: relevance | last modified time | path
    Searched refs:p_rx_flags (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
cd18xx.c 362 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_OVERFLOWED)
    [all...]
cd18xxvar.h 64 p_rx_flags, /* software state */ member in struct:cdtty_port

Completed in 14 milliseconds