Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/s390/net/
Dctcm_mpc.c176 ctcm_pr_debug(" --- %s ---\n", in ctcmpc_dumpit()
179 ctcm_pr_debug(" %s (+%s) : %s [%s]\n", in ctcmpc_dumpit()
202 ctcm_pr_debug(" --- %s ---\n", tdup); in ctcmpc_dumpit()
204 ctcm_pr_debug(" %s (+%s) : %s [%s]\n", in ctcmpc_dumpit()
210 ctcm_pr_debug(" --- %s ---\n", tdup); in ctcmpc_dumpit()
213 ctcm_pr_debug(" %s (+%s) : %s [%s]\n", in ctcmpc_dumpit()
244 ctcm_pr_debug("dump:\n"); in ctcmpc_dump_skb()
245 ctcm_pr_debug("skb len=%d \n", skb->len); in ctcmpc_dump_skb()
264 ctcm_pr_debug("pdu->offset: %d hex: %04x\n", in ctcmpc_dump_skb()
266 ctcm_pr_debug("pdu->flag : %02x\n", pheader->pdu_flag); in ctcmpc_dump_skb()
[all …]
Dctcm_main.h41 #define ctcm_pr_debug(fmt, arg...) printk(KERN_DEBUG fmt, ##arg) macro