Lines Matching refs:DLCI_CLOSED
133 #define DLCI_CLOSED 0 macro
1431 dlci->state = DLCI_CLOSED; in gsm_dlci_close()
1532 if (dlci->state == DLCI_CLOSED || dlci->state == DLCI_CLOSING) in gsm_dlci_begin_close()
1661 dlci->state = DLCI_CLOSED; in gsm_dlci_alloc()
1724 dlci->state = DLCI_CLOSED; in gsm_dlci_release()
1794 if (dlci == NULL || dlci->state == DLCI_CLOSED) { in gsm_queue()
2065 dlci->state == DLCI_CLOSED); in gsm_cleanup_mux()
2544 gsm->dlci[0]->state == DLCI_CLOSED); in gsmld_config()
2982 if (dlci->state == DLCI_CLOSED) in gsmtty_close()
3003 if (dlci->state == DLCI_CLOSED) in gsmtty_hangup()
3014 if (dlci->state == DLCI_CLOSED) in gsmtty_write()
3026 if (dlci->state == DLCI_CLOSED) in gsmtty_write_room()
3034 if (dlci->state == DLCI_CLOSED) in gsmtty_chars_in_buffer()
3042 if (dlci->state == DLCI_CLOSED) in gsmtty_flush_buffer()
3062 if (dlci->state == DLCI_CLOSED) in gsmtty_tiocmget()
3073 if (dlci->state == DLCI_CLOSED) in gsmtty_tiocmset()
3093 if (dlci->state == DLCI_CLOSED) in gsmtty_ioctl()
3122 if (dlci->state == DLCI_CLOSED) in gsmtty_set_termios()
3135 if (dlci->state == DLCI_CLOSED) in gsmtty_throttle()
3147 if (dlci->state == DLCI_CLOSED) in gsmtty_unthrottle()
3160 if (dlci->state == DLCI_CLOSED) in gsmtty_break_ctl()