Searched refs:DEV_LABEL (Results 1 - 15 of 15) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dadummy.c29 #define DEV_LABEL "adummy" macro
117 printk(KERN_ERR DEV_LABEL ": kzalloc() failed\n");
121 atm_dev = atm_dev_register(DEV_LABEL, &adummy_ops, -1, NULL);
123 printk(KERN_ERR DEV_LABEL ": atm_dev_register() failed\n");
132 printk(KERN_ERR DEV_LABEL ": adummy_start() failed\n");
H A Dambassador.c1948 err = pci_request_region(pci_dev, 1, DEV_LABEL);
1972 err = request_irq(irq, interrupt_handler, IRQF_SHARED, DEV_LABEL, dev);
1978 dev->atm_dev = atm_dev_register (DEV_LABEL, &amb_ops, -1, NULL);
H A Dambassador.h31 #define DEV_LABEL "amb" macro
46 printk(severity DEV_LABEL ": " format "\n" , ## args)
71 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format , ## args) : 1 )
77 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format "\n" , ## args) : 1 )
H A Datmtcp.c28 #define DEV_LABEL "atmtcp" macro
368 dev = atm_dev_register(DEV_LABEL,&atmtcp_v_dev_ops,itf,NULL);
H A Deni.c323 printk(KERN_ALERT DEV_LABEL "(itf %d): driver error - RX ident "
360 printk(KERN_CRIT DEV_LABEL "(itf %d): VCI %d has "
448 printk(KERN_CRIT DEV_LABEL "!j or j too big!!!\n");
460 printk(KERN_WARNING DEV_LABEL "(itf %d): RX DMA full\n",
521 DPRINTK(DEV_LABEL "(itf %d): trashing empty cell\n",
561 DPRINTK(DEV_LABEL "(itf %d): trashing empty cell\n",
569 printk(KERN_WARNING DEV_LABEL "(itf %d): "
592 printk(KERN_ERR DEV_LABEL "(itf %d): bad AAL5 PDU "
689 printk(KERN_CRIT DEV_LABEL "(itf %d): VCI %ld not "
735 DPRINTK(DEV_LABEL "(it
[all...]
H A Deni.h22 #define DEV_LABEL "eni" macro
H A Dhe.c94 #define hprintk(fmt,args...) printk(KERN_ERR DEV_LABEL "%d: " fmt, he_dev->number , ##args)
97 #define HPRINTK(fmt,args...) printk(KERN_DEBUG DEV_LABEL "%d: " fmt, he_dev->number , ##args)
379 atm_dev = atm_dev_register(DEV_LABEL, &he_ops, -1, NULL);
1008 if (request_irq(he_dev->pci_dev->irq, he_irq_handler, IRQF_DISABLED|IRQF_SHARED, DEV_LABEL, he_dev)) {
H A Dhe.h48 #define DEV_LABEL "he" macro
H A Dhorizon.c1752 printk (DEV_LABEL ": Horizon Ultra (at 155.52 MBps)");
1754 printk (DEV_LABEL ": Horizon (at 25 MBps)");
2409 if (!request_region(iobase, HRZ_IO_EXTENT, DEV_LABEL)) {
2429 DEV_LABEL, /* name guess */
2439 dev->atm_dev = atm_dev_register(DEV_LABEL, &hrz_ops, -1, NULL);
H A Dhorizon.h38 #define DEV_LABEL "hrz" macro
50 printk(severity DEV_LABEL ": " format "\n" , ## args)
72 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format , ## args) : 1 )
78 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format "\n" , ## args) : 1 )
H A Diphase.c965 printk(KERN_ERR DEV_LABEL "(itf %d) Receive queue empty\n", dev->number);
1268 printk(KERN_CRIT DEV_LABEL "(itf %d): VCI %d already open\n",
1295 printk(KERN_ERR DEV_LABEL "can't allocate DLEs\n");
1479 printk(KERN_ERR DEV_LABEL "itf %d couldn't get free page\n",
1780 printk(KERN_ERR DEV_LABEL "can't allocate DLEs\n");
1836 printk(KERN_ERR DEV_LABEL " couldn't get mem\n");
1845 printk(KERN_ERR DEV_LABEL " couldn't get freepage\n");
1855 printk(KERN_ERR DEV_LABEL " couldn't get mem\n");
2178 printk(KERN_ERR DEV_LABEL "(itf %d): init error 0x%x\n",
2182 IF_INIT(printk(DEV_LABEL "(it
[all...]
H A Diphase.h170 #define DEV_LABEL "ia" macro
H A Dlanai.c164 #define DEV_LABEL "lanai" macro
169 printk(KERN_DEBUG DEV_LABEL ": " format, ##args)
173 printk(KERN_ERR DEV_LABEL ": " format, ##args); \
185 printk(KERN_DEBUG DEV_LABEL ": " format, ##args)
564 printk(KERN_ERR DEV_LABEL
812 printk(KERN_ERR DEV_LABEL "(itf %d): Timed out on "
867 printk(KERN_INFO DEV_LABEL "(itf %d): *NOT* reading EEPROM\n",
938 printk(KERN_ERR DEV_LABEL "(itf %d): error reading EEPROM byte %d\n",
981 printk(KERN_ERR DEV_LABEL "(itf %d): EEPROM checksum bad "
988 printk(KERN_ERR DEV_LABEL "(it
[all...]
H A Dzatm.c211 printk(KERN_WARNING DEV_LABEL "(Itf %d): got no new "
262 printk(KERN_ERR DEV_LABEL ": driver error in pool_index: "
380 printk(KERN_ERR DEV_LABEL "(itf %d): RX indication "
392 printk(KERN_WARNING DEV_LABEL "(itf %d): "
402 printk(KERN_ERR DEV_LABEL "(itf %d): size %d with %d "
408 printk(KERN_ERR DEV_LABEL "(itf %d): size too big "
538 printk(KERN_CRIT DEV_LABEL "(itf %d): can't close RX channel "
638 printk(KERN_CRIT DEV_LABEL "(itf %d): dequeue_tx but not "
680 printk(KERN_CRIT DEV_LABEL "(itf %d): TX indication "
737 printk(KERN_CRIT DEV_LABEL "shape
[all...]
H A Dzatm.h16 #define DEV_LABEL "zatm" macro

Completed in 190 milliseconds