Home
last modified time | relevance | path

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

/linux/drivers/isdn/mISDN/
H A Dlayer2.h103 #define DISC 0x43 macro
H A Dlayer2.c450 return (data[0] & 0xef) == DISC; in IsDISC()
900 send_uframe(l2, NULL, DISC | 0x10, CMD); in l2_disconnect()
1408 send_uframe(l2, NULL, DISC | 0x10, CMD); in l2_st6_tout_200()
/linux/drivers/scsi/pm8001/
H A Dpm8001_sas.c724 pm8001_dbg(pm8001_ha, DISC, "Found device\n"); in pm8001_dev_found_notify()
759 pm8001_dbg(pm8001_ha, DISC, "found dev[%d:%x] is gone.\n", in pm8001_dev_gone_notify()
771 pm8001_dbg(pm8001_ha, DISC, "Found dev has gone.\n"); in pm8001_dev_gone_notify()
H A Dpm80xx_hwi.c4860 pm8001_dbg(pm8001_ha, DISC, in mpi_set_phy_profile_req()
/linux/drivers/tty/
H A Dn_gsm.c137 DLCI_CLOSING, /* Sending DISC not seen UA/DM */
379 #define DISC 0x43 macro
729 case DISC: in gsm_print_packet()
730 pr_cont("DISC"); in gsm_print_packet()
2220 * SABM and DISC). We resend the command until the retry count runs out
2268 gsm_command(dlci->gsm, dlci->addr, DISC|PF); in gsm_dlci_t1()
2374 * Commence closing a DLCI from the Linux side. We issue DISC messages
2388 gsm_command(dlci->gsm, dlci->addr, DISC|PF);
2803 case DISC|PF: in gsm_queue()