Searched refs:DLCI_CLOSED (Results 1 – 1 of 1) sorted by relevance
122 DLCI_CLOSED, enumerator1783 dlci->state = DLCI_CLOSED; in gsm_dlci_close()1906 case DLCI_CLOSED: in gsm_dlci_set_opening()1929 if (dlci->state == DLCI_CLOSED || dlci->state == DLCI_CLOSING) in gsm_dlci_begin_close()2081 dlci->state = DLCI_CLOSED; in gsm_dlci_alloc()2152 dlci->state = DLCI_CLOSED; in gsm_dlci_release()2211 if (dlci == NULL || dlci->state == DLCI_CLOSED) { in gsm_queue()2491 if (disc && dlci->state != DLCI_CLOSED) { in gsm_cleanup_mux()2493 wait_event(gsm->event, dlci->state == DLCI_CLOSED); in gsm_cleanup_mux()3545 if (dlci->state == DLCI_CLOSED) in gsmtty_close()[all …]