Searched refs:DLCI_CLOSED (Results 1 – 1 of 1) sorted by relevance
131 DLCI_CLOSED, enumerator2136 dlci->state = DLCI_CLOSED; in gsm_dlci_close()2304 case DLCI_CLOSED: in gsm_dlci_begin_open()2336 case DLCI_CLOSED: in gsm_dlci_set_opening()2355 case DLCI_CLOSED: in gsm_dlci_set_wait_config()2378 if (dlci->state == DLCI_CLOSED || dlci->state == DLCI_CLOSING) in gsm_dlci_begin_close()2587 wait_event_interruptible(gsm->event, dlci->state == DLCI_CLOSED); in gsm_dlci_config()2666 dlci->state = DLCI_CLOSED; in gsm_dlci_alloc()2737 dlci->state = DLCI_CLOSED; in gsm_dlci_release()2800 if (dlci == NULL || dlci->state == DLCI_CLOSED) { in gsm_queue()[all …]