Home
last modified time | relevance | path

Searched refs:DMESGE (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/rtl8187se/
Dr8180_core.c647 DMESGE("Unable to initialize /proc/net/rtl8180/%s\n", in rtl8180_proc_init_one()
656 DMESGE("Unable to initialize " in rtl8180_proc_init_one()
665 DMESGE("Unable to initialize " in rtl8180_proc_init_one()
675 DMESGE("Unable to initialize " in rtl8180_proc_init_one()
684 DMESGE("Unable to initialize " in rtl8180_proc_init_one()
694 DMESGE("Unable to initialize " in rtl8180_proc_init_one()
704 DMESGE("Unable to initialize " in rtl8180_proc_init_one()
731 DMESGE("Failed to kmalloc head of TX/RX struct"); in buffer_add()
745 DMESGE("Failed to kmalloc TX/RX struct"); in buffer_add()
967 DMESGE ("NIC TX ack, but TX queue corrupted!"); in check_tx_ring()
[all …]
Dr8185b_init.c258 DMESGE("PlatformIOWrite1Byte(): illegal page number: %d, offset: %#X", Page, offset); in PlatformIOWrite1Byte()
299 DMESGE("PlatformIOWrite2Byte(): illegal page number: %d, offset: %#X", Page, offset); in PlatformIOWrite2Byte()
380 DMESGE("PlatformIOWrite4Byte(): illegal page number: %d, offset: %#X", Page, offset); in PlatformIOWrite4Byte()
420 DMESGE("PlatformIORead1Byte(): illegal page number: %d, offset: %#X", Page, offset); in PlatformIORead1Byte()
462 DMESGE("PlatformIORead2Byte(): illegal page number: %d, offset: %#X", Page, offset); in PlatformIORead2Byte()
504 DMESGE("PlatformIORead4Byte(): illegal page number: %d, offset: %#X\n", Page, offset); in PlatformIORead4Byte()
959 DMESGE("RF_WriteReg(): invalid RegThreeWireMode(%d) !!!", priv->RegThreeWireMode); in RF_WriteReg()
965 DMESGE("RF_WriteReg(): unknown RFChipID: %#X", priv->rf_chip); in RF_WriteReg()
Dr8180.h25 #define DMESGE(x,a...) printk(KERN_WARNING RTL8180_MODULE_NAME ": EE:" x "\n", ## a) macro