Searched refs:DLCI_OPEN (Results 1 – 1 of 1) sorted by relevance
119 #define DLCI_OPEN 2 /* SABM/UA complete */ macro1448 dlci->state = DLCI_OPEN; in gsm_dlci_open()1515 if (dlci->state == DLCI_OPEN || dlci->state == DLCI_OPENING) in gsm_dlci_begin_open()1834 if (dlci == NULL || dlci->state != DLCI_OPEN) { in gsm_queue()2877 if (dlci->state != DLCI_OPEN) in gsm_carrier_raised()2939 if (gsm->dlci[0] && gsm->dlci[0]->state != DLCI_OPEN) { in gsmtty_install()