Lines Matching refs:DBGERR
39 #define DBGERR(fmt) if (debug_level >= DEBUG_LEVEL_ERROR) printk fmt macro
541 #ifndef DBGERR
542 #define DBGERR(fmt) macro
656 DBGERR(("%s: open with invalid line #%d.\n", driver_name, line)); in open()
666 DBGERR(("%s init error=%d\n", info->device_name, info->init_error)); in open()
1758 DBGERR(("%s: can't alloc skb, drop packet\n", dev->name)); in hdlcdev_rx()
2435 DBGERR(("%s can't allocate tx buffer\n", info->device_name)); in startup()
3461 DBGERR(("%s DMA buffer alloc fail\n", info->device_name)); in alloc_dma_bufs()
3481 DBGERR(("%s reg addr conflict, addr=%08X\n", in claim_resources()
3491 DBGERR(("%s can't map device registers, addr=%08X\n", in claim_resources()
3594 DBGERR(("%s device alloc failed adapter=%d port=%d\n", in alloc_dev()
3679 DBGERR(("%s request_irq failed IRQ=%d\n", in device_init()
3754 DBGERR(("tty_unregister_driver error=%d\n", rc)); in slgt_cleanup()
3816 DBGERR(("%s can't register serial driver\n", driver_name)); in slgt_init()