Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dn_gsm.c76 #define DBG_PAYLOAD BIT(5) /* Limits DBG_DUMP to payload frames. */ macro
715 /* Only show user payload frames if debug & DBG_PAYLOAD */ in gsm_print_packet()
716 if (!(debug & DBG_PAYLOAD) && addr != 0) in gsm_print_packet()