Searched defs:DISC (Results 1 - 3 of 3) sorted by relevance

/drivers/isdn/hisax/
H A Disdnl2.h17 #define DISC 0x43 macro
/drivers/isdn/mISDN/
H A Dlayer2.h112 #define DISC 0x43 macro
/drivers/tty/
H A Dn_gsm.c136 #define DLCI_CLOSING 3 /* Sending DISC not seen UA/DM */
299 #define DISC 0x43 macro
476 case DISC:
477 pr_cont("DISC");
1466 * SABM and DISC). We resend the command until the retry count runs out
1489 gsm_command(dlci->gsm, dlci->addr, DISC|PF);
1522 * Commence closing a DLCI from the Linux side. We issue DISC messages
1536 gsm_command(dlci->gsm, dlci->addr, DISC|PF);
1791 case DISC|PF:

Completed in 72 milliseconds