Lines Matching refs:DLCI_CLOSED
117 #define DLCI_CLOSED 0 macro
1424 dlci->state = DLCI_CLOSED; in gsm_dlci_close()
1537 if (dlci->state == DLCI_CLOSED || dlci->state == DLCI_CLOSING) in gsm_dlci_begin_close()
1664 dlci->state = DLCI_CLOSED; in gsm_dlci_alloc()
1727 dlci->state = DLCI_CLOSED; in gsm_dlci_release()
1797 if (dlci == NULL || dlci->state == DLCI_CLOSED) { in gsm_queue()
2044 dlci->state == DLCI_CLOSED); in gsm_disconnect()
2993 if (dlci->state == DLCI_CLOSED) in gsmtty_close()
3011 if (dlci->state == DLCI_CLOSED) in gsmtty_hangup()
3022 if (dlci->state == DLCI_CLOSED) in gsmtty_write()
3034 if (dlci->state == DLCI_CLOSED) in gsmtty_write_room()
3042 if (dlci->state == DLCI_CLOSED) in gsmtty_chars_in_buffer()
3050 if (dlci->state == DLCI_CLOSED) in gsmtty_flush_buffer()
3070 if (dlci->state == DLCI_CLOSED) in gsmtty_tiocmget()
3081 if (dlci->state == DLCI_CLOSED) in gsmtty_tiocmset()
3101 if (dlci->state == DLCI_CLOSED) in gsmtty_ioctl()
3130 if (dlci->state == DLCI_CLOSED) in gsmtty_set_termios()
3143 if (dlci->state == DLCI_CLOSED) in gsmtty_throttle()
3155 if (dlci->state == DLCI_CLOSED) in gsmtty_unthrottle()
3168 if (dlci->state == DLCI_CLOSED) in gsmtty_break_ctl()