Home
last modified time | relevance | path

Searched refs:DBGERR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclink_gt.c29 * DBGERR serious errors
38 #define DBGERR(fmt) if (debug_level >= DEBUG_LEVEL_ERROR) printk fmt macro
485 #ifndef DBGERR
486 #define DBGERR(fmt) macro
600 DBGERR(("%s: open with invalid line #%d.\n", driver_name, line)); in open()
610 DBGERR(("%s init error=%d\n", info->device_name, info->init_error)); in open()
1672 DBGERR(("%s: can't alloc skb, drop packet\n", dev->name)); in hdlcdev_rx()
2350 DBGERR(("%s can't allocate tx buffer\n", info->device_name)); in startup()
3373 DBGERR(("%s DMA buffer alloc fail\n", info->device_name)); in alloc_dma_bufs()
3393 DBGERR((" in claim_resources()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c29 * DBGERR serious errors
38 #define DBGERR(fmt) if (debug_level >= DEBUG_LEVEL_ERROR) printk fmt macro
480 #ifndef DBGERR
481 #define DBGERR(fmt) macro
591 DBGERR(("%s: open with invalid line #%d.\n", driver_name, line)); in open()
601 DBGERR(("%s init error=%d\n", info->device_name, info->init_error)); in open()
1662 DBGERR(("%s: can't alloc skb, drop packet\n", dev->name)); in hdlcdev_rx()
2340 DBGERR(("%s can't allocate tx buffer\n", info->device_name)); in startup()
3349 DBGERR(("%s DMA buffer alloc fail\n", info->device_name)); in alloc_dma_bufs()
3369 DBGERR((" in claim_resources()
[all...]

Completed in 9 milliseconds