DLCI_OPEN        1448 drivers/tty/n_gsm.c 	dlci->state = DLCI_OPEN;
DLCI_OPEN        1515 drivers/tty/n_gsm.c 	if (dlci->state == DLCI_OPEN || dlci->state == DLCI_OPENING)
DLCI_OPEN        1831 drivers/tty/n_gsm.c 		if (dlci == NULL || dlci->state != DLCI_OPEN) {
DLCI_OPEN        2885 drivers/tty/n_gsm.c 	if (dlci->state != DLCI_OPEN)
DLCI_OPEN        2947 drivers/tty/n_gsm.c 	if (gsm->dlci[0] && gsm->dlci[0]->state != DLCI_OPEN) {