Home
last modified time | relevance | path

Searched refs:DLCI_OPEN (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/tty/
Dn_gsm.c105 DLCI_OPEN, /* SABM/UA complete */ enumerator
1447 dlci->state = DLCI_OPEN; in gsm_dlci_open()
1517 if (dlci->state == DLCI_OPEN || dlci->state == DLCI_OPENING) in gsm_dlci_begin_open()
1836 if (dlci == NULL || dlci->state != DLCI_OPEN) { in gsm_queue()
2894 if (dlci->state != DLCI_OPEN) in gsm_carrier_raised()
2956 if (gsm->dlci[0] && gsm->dlci[0]->state != DLCI_OPEN) { in gsmtty_install()