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()
2545 gsm->dlci[0]->state == DLCI_CLOSED); in gsmld_config()
2983 if (dlci->state == DLCI_CLOSED) in gsmtty_close()
3004 if (dlci->state == DLCI_CLOSED) in gsmtty_hangup()
3015 if (dlci->state == DLCI_CLOSED) in gsmtty_write()
3027 if (dlci->state == DLCI_CLOSED) in gsmtty_write_room()
3035 if (dlci->state == DLCI_CLOSED) in gsmtty_chars_in_buffer()
3043 if (dlci->state == DLCI_CLOSED) in gsmtty_flush_buffer()
3063 if (dlci->state == DLCI_CLOSED) in gsmtty_tiocmget()
3074 if (dlci->state == DLCI_CLOSED) in gsmtty_tiocmset()
3094 if (dlci->state == DLCI_CLOSED) in gsmtty_ioctl()
3123 if (dlci->state == DLCI_CLOSED) in gsmtty_set_termios()
3136 if (dlci->state == DLCI_CLOSED) in gsmtty_throttle()
3148 if (dlci->state == DLCI_CLOSED) in gsmtty_unthrottle()
3161 if (dlci->state == DLCI_CLOSED) in gsmtty_break_ctl()