Home
last modified time | relevance | path

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

/drivers/s390/net/
Dctcm_mpc.c175 ctcm_pr_debug(" --- %s ---\n", in ctcmpc_dumpit()
178 ctcm_pr_debug(" %s (+%s) : %s [%s]\n", in ctcmpc_dumpit()
200 ctcm_pr_debug(" --- %s ---\n", tdup); in ctcmpc_dumpit()
202 ctcm_pr_debug(" %s (+%s) : %s [%s]\n", in ctcmpc_dumpit()
207 ctcm_pr_debug(" --- %s ---\n", tdup); in ctcmpc_dumpit()
210 ctcm_pr_debug(" %s (+%s) : %s [%s]\n", in ctcmpc_dumpit()
241 ctcm_pr_debug("dump:\n"); in ctcmpc_dump_skb()
242 ctcm_pr_debug("skb len=%d \n", skb->len); in ctcmpc_dump_skb()
261 ctcm_pr_debug("pdu->offset: %d hex: %04x\n", in ctcmpc_dump_skb()
263 ctcm_pr_debug("pdu->flag : %02x\n", pheader->pdu_flag); in ctcmpc_dump_skb()
[all …]
Dctcm_main.h40 #define ctcm_pr_debug(fmt, arg...) printk(KERN_DEBUG fmt, ##arg) macro