Home
last modified time | relevance | path

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

/linux-6.1.9/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()
201 ctcm_pr_debug(" --- %s ---\n", tdup); in ctcmpc_dumpit()
203 ctcm_pr_debug(" %s (+%s) : %s [%s]\n", in ctcmpc_dumpit()
208 ctcm_pr_debug(" --- %s ---\n", tdup); in ctcmpc_dumpit()
211 ctcm_pr_debug(" %s (+%s) : %s [%s]\n", in ctcmpc_dumpit()
242 ctcm_pr_debug("dump:\n"); in ctcmpc_dump_skb()
243 ctcm_pr_debug("skb len=%d \n", skb->len); in ctcmpc_dump_skb()
262 ctcm_pr_debug("pdu->offset: %d hex: %04x\n", in ctcmpc_dump_skb()
264 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