Searched refs:dlci0 (Results 1 – 1 of 1) sorted by relevance
4259 struct gsm_dlci *dlci, *dlci0; in gsmtty_install() local4283 dlci0 = gsm->dlci[0]; in gsmtty_install()4284 if (dlci0 && dlci0->state != DLCI_OPEN) { in gsmtty_install()4287 if (dlci0->state == DLCI_OPENING) in gsmtty_install()4288 wait_event(gsm->event, dlci0->state != DLCI_OPENING); in gsmtty_install()4290 if (dlci0->state != DLCI_OPEN) in gsmtty_install()