Home
last modified time | relevance | path

Searched refs:DEV_LABEL (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/atm/
A Dlanai.c160 #define DEV_LABEL "lanai" macro
165 printk(KERN_DEBUG DEV_LABEL ": " format, ##args)
181 printk(KERN_DEBUG DEV_LABEL ": " format, ##args)
559 printk(KERN_ERR DEV_LABEL in sram_test_word()
981 printk(KERN_ERR DEV_LABEL in eeprom_validate()
1348 printk(KERN_INFO DEV_LABEL in vcc_tx_unqueue_aal0()
1942 printk(KERN_WARNING DEV_LABEL in lanai_pci_start()
2197 DEV_LABEL, lanai)) != 0) { in lanai_dev_open()
2560 printk(KERN_ERR DEV_LABEL in lanai_init_one()
2567 printk(KERN_ERR DEV_LABEL in lanai_init_one()
[all …]
A Dadummy.c30 #define DEV_LABEL "adummy" macro
154 printk(KERN_ERR DEV_LABEL ": kzalloc() failed\n"); in adummy_init()
158 atm_dev = atm_dev_register(DEV_LABEL, NULL, &adummy_ops, -1, NULL); in adummy_init()
160 printk(KERN_ERR DEV_LABEL ": atm_dev_register() failed\n"); in adummy_init()
172 printk(KERN_ERR DEV_LABEL ": adummy_start() failed\n"); in adummy_init()
A Dzatm.c218 printk(KERN_WARNING DEV_LABEL "(Itf %d): got no new " in refill_pool()
429 printk(KERN_ERR DEV_LABEL "(itf %d): RX indication " in poll_rx()
441 printk(KERN_WARNING DEV_LABEL "(itf %d): " in poll_rx()
451 printk(KERN_ERR DEV_LABEL "(itf %d): size %d with %d " in poll_rx()
457 printk(KERN_ERR DEV_LABEL "(itf %d): size too big " in poll_rx()
774 printk(KERN_CRIT DEV_LABEL "(itf %d): TX indication " in poll_tx()
1074 printk(KERN_ALERT DEV_LABEL "(itf %d): system bus " in zatm_int()
1080 printk(KERN_CRIT DEV_LABEL "(itf %d): mailbox full " in zatm_int()
1324 printk(KERN_ERR DEV_LABEL "(itf %d): system " in zatm_start()
1598 ret = pci_request_regions(pci_dev, DEV_LABEL); in zatm_init_one()
[all …]
A Deni.c359 printk(KERN_CRIT DEV_LABEL "(itf %d): VCI %d has " in do_rx_dma()
447 printk(KERN_CRIT DEV_LABEL "!j or j too big!!!\n"); in do_rx_dma()
521 DPRINTK(DEV_LABEL "(itf %d): trashing empty cell\n", in rx_aal0()
561 DPRINTK(DEV_LABEL "(itf %d): trashing empty cell\n", in rx_aal5()
569 printk(KERN_WARNING DEV_LABEL "(itf %d): " in rx_aal5()
592 printk(KERN_ERR DEV_LABEL "(itf %d): bad AAL5 PDU " in rx_aal5()
689 printk(KERN_CRIT DEV_LABEL "(itf %d): VCI %ld not " in get_service()
735 DPRINTK(DEV_LABEL "(itf %d): RX but not " in dequeue_rx()
1089 DPRINTK(DEV_LABEL "(itf %d): TX full (size %d)\n", in do_tx()
1737 printk(KERN_ERR DEV_LABEL in eni_do_init()
[all …]
A Dhorizon.h23 #define DEV_LABEL "hrz" macro
35 printk(severity DEV_LABEL ": " format "\n" , ## args)
57 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format , ## args) : 1 )
63 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format "\n" , ## args) : 1 )
A Dambassador.h16 #define DEV_LABEL "amb" macro
31 printk(severity DEV_LABEL ": " format "\n" , ## args)
56 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format , ## args) : 1 )
62 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format "\n" , ## args) : 1 )
A Diphase.c1441 printk(KERN_ERR DEV_LABEL "can't allocate DLEs\n");
1627 printk(KERN_ERR DEV_LABEL "itf %d couldn't get free page\n",
1928 printk(KERN_ERR DEV_LABEL "can't allocate DLEs\n");
1986 printk(KERN_ERR DEV_LABEL " couldn't get mem\n");
1995 printk(KERN_ERR DEV_LABEL " couldn't get freepage\n");
2008 printk(KERN_ERR DEV_LABEL " couldn't get mem\n");
2336 printk(KERN_ERR DEV_LABEL "(itf %d): init error 0x%x\n",
2375 printk(DEV_LABEL " (itf %d): can't set up page mapping\n",
2710 IF_EVENT(printk(DEV_LABEL "(itf %d): open %d.%d\n",
3262 .name = DEV_LABEL,
[all …]
A Dzatm.h17 #define DEV_LABEL "zatm" macro
A Deni.h23 #define DEV_LABEL "eni" macro
A Datmtcp.c30 #define DEV_LABEL "atmtcp" macro
369 dev = atm_dev_register(DEV_LABEL,NULL,&atmtcp_v_dev_ops,itf,NULL); in atmtcp_create()
A Dhorizon.c1830 printk (DEV_LABEL ": Horizon Ultra (at 155.52 MBps)"); in hrz_init()
1832 printk (DEV_LABEL ": Horizon (at 25 MBps)"); in hrz_init()
2625 if (!request_region(iobase, HRZ_IO_EXTENT, DEV_LABEL)) { in hrz_probe()
2645 DEV_LABEL, /* name guess */ in hrz_probe()
2655 dev->atm_dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &hrz_ops, -1, in hrz_probe()
A Dhe.h46 #define DEV_LABEL "he" macro
A Dambassador.c2206 err = pci_request_region(pci_dev, 1, DEV_LABEL); in amb_probe()
2230 err = request_irq(irq, interrupt_handler, IRQF_SHARED, DEV_LABEL, dev); in amb_probe()
2236 dev->atm_dev = atm_dev_register (DEV_LABEL, &pci_dev->dev, &amb_ops, -1, in amb_probe()
A Dhe.c88 #define hprintk(fmt,args...) printk(KERN_ERR DEV_LABEL "%d: " fmt, he_dev->number , ##args)
91 #define HPRINTK(fmt,args...) printk(KERN_DEBUG DEV_LABEL "%d: " fmt, he_dev->number , ##args)
368 atm_dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &he_ops, -1, NULL); in he_init_one()
963 he_irq_handler, IRQF_SHARED, DEV_LABEL, he_dev)) { in he_init_irq()
A Diphase.h169 #define DEV_LABEL "ia" macro

Completed in 89 milliseconds