Searched refs:DBGERR (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/tty/ |
| H A D | synclink_gt.c | 38 #define DBGERR(fmt) if (debug_level >= DEBUG_LEVEL_ERROR) printk fmt macro 481 #ifndef DBGERR 482 #define DBGERR(fmt) macro 1663 DBGERR(("%s: can't alloc skb, drop packet\n", dev->name)); in hdlcdev_rx() 2341 DBGERR(("%s can't allocate tx buffer\n", info->device_name)); in startup() 3350 DBGERR(("%s DMA buffer alloc fail\n", info->device_name)); in alloc_dma_bufs() 3370 DBGERR(("%s reg addr conflict, addr=%08X\n", in claim_resources() 3380 DBGERR(("%s can't map device registers, addr=%08X\n", in claim_resources() 3483 DBGERR(("%s device alloc failed adapter=%d port=%d\n", in alloc_dev() 3565 DBGERR(("%s request_irq failed IRQ=%d\n", in device_init() [all …]
|