Searched refs:DLCI_OPEN (Results 1 – 1 of 1) sorted by relevance
135 #define DLCI_OPEN 2 /* SABM/UA complete */ macro1455 dlci->state = DLCI_OPEN; in gsm_dlci_open()1510 if (dlci->state == DLCI_OPEN || dlci->state == DLCI_OPENING) in gsm_dlci_begin_open()1831 if (dlci == NULL || dlci->state != DLCI_OPEN) { in gsm_queue()2874 if (dlci->state != DLCI_OPEN) in gsm_carrier_raised()2927 if (gsm->dlci[0] && gsm->dlci[0]->state != DLCI_OPEN) { in gsmtty_install()