Lines Matching refs:DLCI_CLOSED
105 DLCI_CLOSED, enumerator
1493 dlci->state = DLCI_CLOSED; in gsm_dlci_close()
1613 case DLCI_CLOSED: in gsm_dlci_set_opening()
1636 if (dlci->state == DLCI_CLOSED || dlci->state == DLCI_CLOSING) in gsm_dlci_begin_close()
1759 dlci->state = DLCI_CLOSED; in gsm_dlci_alloc()
1830 dlci->state = DLCI_CLOSED; in gsm_dlci_release()
1900 if (dlci == NULL || dlci->state == DLCI_CLOSED) { in gsm_queue()
2168 if (disc && dlci->state != DLCI_CLOSED) { in gsm_cleanup_mux()
2170 wait_event(gsm->event, dlci->state == DLCI_CLOSED); in gsm_cleanup_mux()
3153 if (dlci->state == DLCI_CLOSED) in gsmtty_close()
3171 if (dlci->state == DLCI_CLOSED) in gsmtty_hangup()
3182 if (dlci->state == DLCI_CLOSED) in gsmtty_write()
3194 if (dlci->state == DLCI_CLOSED) in gsmtty_write_room()
3202 if (dlci->state == DLCI_CLOSED) in gsmtty_chars_in_buffer()
3212 if (dlci->state == DLCI_CLOSED) in gsmtty_flush_buffer()
3234 if (dlci->state == DLCI_CLOSED) in gsmtty_tiocmget()
3245 if (dlci->state == DLCI_CLOSED) in gsmtty_tiocmset()
3265 if (dlci->state == DLCI_CLOSED) in gsmtty_ioctl()
3294 if (dlci->state == DLCI_CLOSED) in gsmtty_set_termios()
3307 if (dlci->state == DLCI_CLOSED) in gsmtty_throttle()
3319 if (dlci->state == DLCI_CLOSED) in gsmtty_unthrottle()
3332 if (dlci->state == DLCI_CLOSED) in gsmtty_break_ctl()