Lines Matching refs:DLCI_CLOSED
131 DLCI_CLOSED, enumerator
2134 dlci->state = DLCI_CLOSED; in gsm_dlci_close()
2302 case DLCI_CLOSED: in gsm_dlci_begin_open()
2334 case DLCI_CLOSED: in gsm_dlci_set_opening()
2353 case DLCI_CLOSED: in gsm_dlci_set_wait_config()
2376 if (dlci->state == DLCI_CLOSED || dlci->state == DLCI_CLOSING) in gsm_dlci_begin_close()
2585 wait_event_interruptible(gsm->event, dlci->state == DLCI_CLOSED); in gsm_dlci_config()
2664 dlci->state = DLCI_CLOSED; in gsm_dlci_alloc()
2735 dlci->state = DLCI_CLOSED; in gsm_dlci_release()
2798 if (dlci == NULL || dlci->state == DLCI_CLOSED) { in gsm_queue()
3079 if (disc && dlci->state != DLCI_CLOSED) { in gsm_cleanup_mux()
3081 wait_event(gsm->event, dlci->state == DLCI_CLOSED); in gsm_cleanup_mux()
4281 if (dlci->state == DLCI_CLOSED) in gsmtty_close()
4299 if (dlci->state == DLCI_CLOSED) in gsmtty_hangup()
4309 if (dlci->state == DLCI_CLOSED) in gsmtty_write()
4321 if (dlci->state == DLCI_CLOSED) in gsmtty_write_room()
4329 if (dlci->state == DLCI_CLOSED) in gsmtty_chars_in_buffer()
4339 if (dlci->state == DLCI_CLOSED) in gsmtty_flush_buffer()
4361 if (dlci->state == DLCI_CLOSED) in gsmtty_tiocmget()
4372 if (dlci->state == DLCI_CLOSED) in gsmtty_tiocmset()
4393 if (dlci->state == DLCI_CLOSED) in gsmtty_ioctl()
4442 if (dlci->state == DLCI_CLOSED) in gsmtty_set_termios()
4455 if (dlci->state == DLCI_CLOSED) in gsmtty_throttle()
4467 if (dlci->state == DLCI_CLOSED) in gsmtty_unthrottle()
4480 if (dlci->state == DLCI_CLOSED) in gsmtty_break_ctl()