Searched refs:ctcm_pr_debug (Results  1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/s390/net/ | 
| D | ctcm_mpc.c | 176 				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 …] 
 | 
| D | ctcm_main.h | 41 #define ctcm_pr_debug(fmt, arg...) printk(KERN_DEBUG fmt, ##arg)  macro
  |