Home
last modified time | relevance | path

Searched refs:PFX (Results 1 – 25 of 136) sorted by relevance

123456

/drivers/net/wireless/orinoco/
Dorinoco_nortel.c41 #define PFX DRIVER_NAME ": " macro
97 printk(KERN_ERR PFX "brg1 answer1 wrong\n"); in orinoco_nortel_hw_init()
110 printk(KERN_ERR PFX "brg1 timed out\n"); in orinoco_nortel_hw_init()
114 printk(KERN_ERR PFX "brg2 answer1 wrong\n"); in orinoco_nortel_hw_init()
118 printk(KERN_ERR PFX "brg2 answer2 wrong\n"); in orinoco_nortel_hw_init()
122 printk(KERN_ERR PFX "brg2 answer3 wrong\n"); in orinoco_nortel_hw_init()
131 printk(KERN_ERR PFX "Error setting COR value (reg=%x)\n", in orinoco_nortel_hw_init()
151 printk(KERN_ERR PFX "Cannot enable PCI device\n"); in orinoco_nortel_init_one()
157 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); in orinoco_nortel_init_one()
163 printk(KERN_ERR PFX "Cannot map bridge registers\n"); in orinoco_nortel_init_one()
[all …]
Dorinoco_plx.c87 #define PFX DRIVER_NAME ": " macro
133 printk(KERN_ERR PFX "Busy timeout\n"); in orinoco_plx_cor_reset()
148 printk(KERN_DEBUG PFX "CIS: "); in orinoco_plx_hw_init()
157 printk(KERN_ERR PFX "The CIS value of Prism2 PC " in orinoco_plx_hw_init()
172 printk(KERN_ERR PFX "Cannot enable interrupts\n"); in orinoco_plx_hw_init()
190 printk(KERN_ERR PFX "Cannot enable PCI device\n"); in orinoco_plx_init_one()
196 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); in orinoco_plx_init_one()
202 printk(KERN_ERR PFX "Cannot map bridge registers\n"); in orinoco_plx_init_one()
209 printk(KERN_ERR PFX "Cannot map PCMCIA attributes\n"); in orinoco_plx_init_one()
216 printk(KERN_ERR PFX "Cannot map chipset registers\n"); in orinoco_plx_init_one()
[all …]
Dorinoco_tmd.c41 #define PFX DRIVER_NAME ": " macro
83 printk(KERN_ERR PFX "Busy timeout\n"); in orinoco_tmd_cor_reset()
101 printk(KERN_ERR PFX "Cannot enable PCI device\n"); in orinoco_tmd_init_one()
107 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); in orinoco_tmd_init_one()
113 printk(KERN_ERR PFX "Cannot map bridge registers\n"); in orinoco_tmd_init_one()
120 printk(KERN_ERR PFX "Cannot map chipset registers\n"); in orinoco_tmd_init_one()
129 printk(KERN_ERR PFX "Cannot allocate network device\n"); in orinoco_tmd_init_one()
142 printk(KERN_ERR PFX "Cannot allocate IRQ %d\n", pdev->irq); in orinoco_tmd_init_one()
149 printk(KERN_ERR PFX "Initial reset failed\n"); in orinoco_tmd_init_one()
155 printk(KERN_ERR PFX "orinoco_init() failed\n"); in orinoco_tmd_init_one()
[all …]
Dorinoco_pci.c45 #define PFX DRIVER_NAME ": " macro
106 printk(KERN_ERR PFX "Busy timeout\n"); in orinoco_pci_cor_reset()
123 printk(KERN_ERR PFX "Cannot enable PCI device\n"); in orinoco_pci_init_one()
129 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); in orinoco_pci_init_one()
135 printk(KERN_ERR PFX "Cannot remap chipset registers\n"); in orinoco_pci_init_one()
144 printk(KERN_ERR PFX "Cannot allocate network device\n"); in orinoco_pci_init_one()
156 printk(KERN_ERR PFX "Cannot allocate IRQ %d\n", pdev->irq); in orinoco_pci_init_one()
163 printk(KERN_ERR PFX "Initial reset failed\n"); in orinoco_pci_init_one()
169 printk(KERN_ERR PFX "orinoco_init() failed\n"); in orinoco_pci_init_one()
175 printk(KERN_ERR PFX "orinoco_if_add() failed\n"); in orinoco_pci_init_one()
Dairport.c15 #define PFX DRIVER_NAME ": " macro
156 printk(KERN_ERR PFX "Wrong interrupt/addresses in OF tree\n"); in airport_attach()
164 printk(KERN_ERR PFX "Cannot allocate network device\n"); in airport_attach()
173 printk(KERN_ERR PFX "can't request IO resource !\n"); in airport_attach()
183 printk(KERN_DEBUG PFX "Physical address %lx\n", phys_addr); in airport_attach()
186 printk(KERN_ERR PFX "ioremap() failed\n"); in airport_attach()
201 printk(KERN_ERR PFX "Couldn't get IRQ %d\n", card->irq); in airport_attach()
208 printk(KERN_ERR PFX "orinoco_init() failed\n"); in airport_attach()
214 printk(KERN_ERR PFX "orinoco_if_add() failed\n"); in airport_attach()
/drivers/cpufreq/
Dpowernow-k8.c48 #define PFX "powernow-k8: " macro
164 printk(KERN_ERR PFX "internal error - overflow on fid write\n"); in write_new_fid()
178 printk(KERN_ERR PFX in write_new_fid()
188 printk(KERN_ERR PFX in write_new_fid()
195 printk(KERN_ERR PFX in write_new_fid()
212 printk(KERN_ERR PFX "internal error - overflow on vid write\n"); in write_new_vid()
226 printk(KERN_ERR PFX "internal error - pending bit " in write_new_vid()
234 printk(KERN_ERR PFX "fid changed on vid trans, old " in write_new_vid()
241 printk(KERN_ERR PFX "vid trans failed, vid 0x%x, " in write_new_vid()
286 printk(KERN_ERR PFX "failed (cpu%d): req 0x%x 0x%x, " in transition_fid_vid()
[all …]
Dlonghaul.c43 #define PFX "longhaul: " macro
350 printk(KERN_INFO PFX "Failed to set requested frequency!\n"); in longhaul_setstate()
356 printk(KERN_INFO PFX "Enabling \"Ignore Revision ID\" " in longhaul_setstate()
367 printk(KERN_INFO PFX "Disabling ACPI C3 support.\n"); in longhaul_setstate()
370 printk(KERN_INFO PFX "Disabling \"Ignore " in longhaul_setstate()
382 printk(KERN_INFO PFX "Switching to Longhaul ver. 1\n"); in longhaul_setstate()
392 printk(KERN_INFO PFX "Warning: Timeout while waiting for " in longhaul_setstate()
434 printk(KERN_INFO PFX "Invalid (reserved) multiplier!\n"); in longhaul_get_ranges()
439 printk(KERN_INFO PFX "Invalid (reserved) FSB!\n"); in longhaul_get_ranges()
469 printk(KERN_INFO PFX "highestspeed == lowest, aborting.\n"); in longhaul_get_ranges()
[all …]
Dpowernow-k7.c39 #define PFX "powernow: " macro
131 printk(KERN_INFO PFX "No powernow capabilities detected\n"); in check_powernow()
137 printk(KERN_INFO PFX "K7 660[A0] core detected, " in check_powernow()
148 printk(KERN_INFO PFX "PowerNOW! Technology present. Can scale: "); in check_powernow()
434 printk(KERN_WARNING PFX "ACPI perflib can not be used on " in powernow_acpi_init()
442 printk(KERN_INFO PFX "no support for ACPI processor found." in powernow_acpi_init()
475 printk(KERN_INFO PFX "Sorry, only v1.2 tables" in powernow_decode_bios()
488 printk(KERN_INFO PFX "BIOS set settling time " in powernow_decode_bios()
523 printk(KERN_INFO PFX "No PST tables match this cpuid " in powernow_decode_bios()
525 printk(KERN_INFO PFX "This is indicative of a broken " in powernow_decode_bios()
[all …]
Dcpufreq-nforce2.c59 #define PFX "cpufreq-nforce2: " macro
177 printk(KERN_ERR PFX "FSB %d is out of range!\n", fsb); in nforce2_set_fsb()
183 printk(KERN_ERR PFX "Error while reading the FSB\n"); in nforce2_set_fsb()
279 printk(KERN_ERR PFX "Changing FSB to %d failed\n", in nforce2_target()
330 printk(KERN_WARNING PFX in nforce2_cpu_init()
346 printk(KERN_INFO PFX "FSB currently at %i MHz, FID %d.%d\n", fsb, in nforce2_cpu_init()
408 printk(KERN_INFO PFX "Detected nForce2 chipset revision %X\n", in nforce2_detect_chipset()
410 printk(KERN_INFO PFX in nforce2_detect_chipset()
430 printk(KERN_INFO PFX "No nForce2 chipset.\n"); in nforce2_init()
/drivers/parisc/
Dsuperio.c95 #define PFX SUPERIO ": " macro
125 printk(KERN_ERR PFX "slave interrupted!\n"); in superio_interrupt()
136 printk(KERN_WARNING PFX "spurious interrupt!\n"); in superio_interrupt()
172 printk(KERN_INFO PFX "Found NS87560 Legacy I/O device at %s (IRQ %i)\n", in superio_init()
177 printk(KERN_INFO PFX "Serial port 1 at 0x%x\n", sio->sp1_base); in superio_init()
181 printk(KERN_INFO PFX "Serial port 2 at 0x%x\n", sio->sp2_base); in superio_init()
185 printk(KERN_INFO PFX "Parallel port at 0x%x\n", sio->pp_base); in superio_init()
189 printk(KERN_INFO PFX "Floppy controller at 0x%x\n", sio->fdc_base); in superio_init()
192 printk(KERN_INFO PFX "ACPI at 0x%x\n", sio->acpi_base); in superio_init()
273 printk(KERN_INFO PFX "USB regulator enabled\n"); in superio_init()
[all …]
/drivers/char/ipmi/
Dipmi_poweroff.c44 #define PFX "IPMI poweroff: " macro
215 printk(KERN_INFO PFX "PPS powerdown hook used"); in pps_poweroff_atca()
225 printk(KERN_ERR PFX "Unable to send ATCA ," in pps_poweroff_atca()
257 printk(KERN_INFO PFX "ATCA Detect mfg 0x%X prod 0x%X\n", in ipmi_atca_detect()
261 printk(KERN_INFO PFX in ipmi_atca_detect()
282 printk(KERN_INFO PFX "Powering down via ATCA power command\n"); in ipmi_poweroff_atca()
305 printk(KERN_ERR PFX "Unable to send ATCA powerdown message," in ipmi_poweroff_atca()
357 printk(KERN_INFO PFX "Powering down via CPI1 power command\n"); in ipmi_poweroff_cpi1()
487 printk(KERN_INFO PFX "Powering %s via IPMI chassis control command\n", in ipmi_poweroff_chassis()
507 printk(KERN_ERR PFX "Unable to send chassis power " \ in ipmi_poweroff_chassis()
[all …]
Dipmi_watchdog.c72 #define PFX "IPMI Watchdog: " macro
431 printk(KERN_WARNING PFX "set timeout error: %d\n", in i_ipmi_set_timeout()
552 printk(KERN_WARNING PFX in panic_halt_ipmi_set_timeout()
644 printk(KERN_WARNING PFX "heartbeat failure: %d\n", in ipmi_heartbeat()
655 printk(KERN_ERR PFX ": Unable to restore the IPMI" in ipmi_heartbeat()
671 printk(KERN_ERR PFX ": Unable to send the command to" in ipmi_heartbeat()
913 printk(KERN_CRIT PFX in ipmi_close()
948 printk(KERN_INFO PFX "response: The IPMI controller appears" in ipmi_wdog_msg_handler()
952 printk(KERN_ERR PFX "response: Error %x on cmd %x\n", in ipmi_wdog_msg_handler()
1001 printk(KERN_CRIT PFX "Unable to register with ipmi\n"); in ipmi_register_watchdog()
[all …]
/drivers/scsi/bnx2fc/
Dbnx2fc_io.c194 printk(KERN_ERR PFX "cmd_timeout: invalid cmd_type %d\n", in bnx2fc_cmd_timeout()
227 printk(KERN_ERR PFX "scsi_done - sc_cmd NULL. " in bnx2fc_scsi_done()
258 printk(KERN_ERR PFX "cmd_mgr_alloc: Invalid min_xid 0x%x \ in bnx2fc_cmd_mgr_alloc()
270 printk(KERN_ERR PFX "failed to alloc cmgr\n"); in bnx2fc_cmd_mgr_alloc()
277 printk(KERN_ERR PFX "failed to alloc free_list\n"); in bnx2fc_cmd_mgr_alloc()
284 printk(KERN_ERR PFX "failed to alloc free_list_lock\n"); in bnx2fc_cmd_mgr_alloc()
307 printk(KERN_ERR PFX "failed to alloc io_req\n"); in bnx2fc_cmd_mgr_alloc()
329 printk(KERN_ERR PFX "failed to alloc io_bdt_pool\n"); in bnx2fc_cmd_mgr_alloc()
337 printk(KERN_ERR PFX "failed to alloc " in bnx2fc_cmd_mgr_alloc()
352 printk(KERN_ERR PFX "failed to alloc " in bnx2fc_cmd_mgr_alloc()
[all …]
Dbnx2fc_tgt.c93 printk(KERN_ERR PFX "Failed to allocate conn id for " in bnx2fc_offload_session()
101 printk(KERN_ERR PFX "Failed to allocate resources\n"); in bnx2fc_offload_session()
114 printk(KERN_ERR PFX "ofld_req failed\n"); in bnx2fc_offload_session()
139 printk(KERN_ERR PFX "map doorbell failed - no mem\n"); in bnx2fc_offload_session()
145 pr_err(PFX "enable session failed\n"); in bnx2fc_offload_session()
269 printk(KERN_ERR PFX "CLEANUP on port 0x%x:" in bnx2fc_flush_active_ios()
331 printk(KERN_ERR PFX "ERROR!! destroy timed out\n"); in bnx2fc_upload_session()
337 printk(KERN_ERR PFX "ERROR!! DISABLE req failed, destroy" in bnx2fc_upload_session()
340 printk(KERN_ERR PFX "ERROR!! DISABLE req timed out, destroy" in bnx2fc_upload_session()
454 printk(KERN_ERR PFX "rport is NULL: ERROR!\n"); in bnx2fc_rport_event_handler()
[all …]
Dbnx2fc_hwi.c70 printk(KERN_ERR PFX "hba->cnic NULL during fcoe fw init\n"); in bnx2fc_send_fw_fcoe_init_msg()
392 printk(KERN_ERR PFX "WARN: enable_req port_id = 0x%x," in bnx2fc_send_session_enable_req()
575 printk(KERN_ERR PFX "fc_frame_alloc failure\n"); in bnx2fc_process_l2_frame_compl()
600 printk(KERN_ERR PFX "dropping ELS 0x%x\n", op); in bnx2fc_process_l2_frame_compl()
721 printk(KERN_ERR PFX "err_warn: Not a SCSI cmd\n"); in bnx2fc_process_unsol_compl()
750 printk(KERN_ERR PFX "err_warn: io_req (0x%x) already " in bnx2fc_process_unsol_compl()
777 printk(KERN_ERR PFX "SRR in progress\n"); in bnx2fc_process_unsol_compl()
795 printk(KERN_ERR PFX "err_warn: initiate_abts " in bnx2fc_process_unsol_compl()
848 printk(KERN_ERR PFX "err_warn: Not a SCSI cmd\n"); in bnx2fc_process_unsol_compl()
866 printk(KERN_ERR PFX "Unsol Compl: Invalid CQE Subtype\n"); in bnx2fc_process_unsol_compl()
[all …]
Dbnx2fc_fcoe.c422 printk(KERN_ERR PFX "bnx2fc_rcv: lport is NULL\n"); in bnx2fc_rcv()
427 printk(KERN_ERR PFX "bnx2fc_rcv: Wrong FC type frame\n"); in bnx2fc_rcv()
503 printk(KERN_ERR PFX "Invalid lport struct\n"); in bnx2fc_recv_frame()
584 printk(KERN_WARNING PFX "dropping frame with " in bnx2fc_recv_frame()
698 printk(KERN_ERR PFX "Error on scsi_add_host\n"); in bnx2fc_shost_config()
792 printk(KERN_ERR PFX "ERROR:bnx2fc_destroy_timer - " in bnx2fc_destroy_timer()
857 printk(KERN_ERR PFX "Unknown netevent %ld", event); in bnx2fc_indicate_netevent()
960 printk(KERN_ERR PFX "em_config:fc_exch_mgr_alloc failed\n"); in bnx2fc_em_config()
1072 printk(KERN_ERR PFX "Failed to create vport, " in bnx2fc_vport_create()
1079 printk(KERN_ERR PFX "vn ports cannot be created on" in bnx2fc_vport_create()
[all …]
Dbnx2fc_els.c76 printk(KERN_ERR PFX "Unable to allocate cb_arg for RRQ\n"); in bnx2fc_send_rrq()
152 printk(KERN_ERR PFX "Unable to alloc mp buf\n"); in bnx2fc_l2_els_compl()
157 printk(KERN_ERR PFX "l2_els_compl: resp len is " in bnx2fc_l2_els_compl()
185 printk(KERN_ERR PFX "Unable to allocate cb_arg for ADISC\n"); in bnx2fc_send_adisc()
213 printk(KERN_ERR PFX "Unable to allocate cb_arg for LOGO\n"); in bnx2fc_send_logo()
241 printk(KERN_ERR PFX "Unable to allocate cb_arg for LOGO\n"); in bnx2fc_send_rls()
323 printk(KERN_ERR PFX "srr buf: mem alloc failure\n"); in bnx2fc_srr_compl()
331 printk(KERN_ERR PFX "fc_frame_alloc failure\n"); in bnx2fc_srr_compl()
448 printk(KERN_ERR PFX "rec buf: mem alloc failure\n"); in bnx2fc_rec_compl()
456 printk(KERN_ERR PFX "fc_frame_alloc failure\n"); in bnx2fc_rec_compl()
[all …]
/drivers/char/agp/
Defficeon-agp.c111 printk(KERN_DEBUG PFX "efficeon_tlbflush()\n"); in efficeon_tlbflush()
121 printk(KERN_DEBUG PFX "efficeon_cleanup()\n"); in efficeon_cleanup()
135 printk(KERN_DEBUG PFX "efficeon_configure()\n"); in efficeon_configure()
171 printk(KERN_DEBUG PFX "efficeon_free_gatt_table(%p, %02x, %08x)\n", in efficeon_free_gatt_table()
176 printk(KERN_DEBUG PFX "efficeon_free_gatt_table() freed %d pages\n", freed); in efficeon_free_gatt_table()
204 printk(KERN_DEBUG PFX "efficeon_create_gatt_table(%d)\n", num_entries); in efficeon_create_gatt_table()
246 printk(KERN_DEBUG PFX "efficeon_insert_memory(%lx, %d)\n", pg_start, count); in efficeon_insert_memory()
292 printk(KERN_DEBUG PFX "efficeon_remove_memory(%lx, %d)\n", pg_start, count); in efficeon_remove_memory()
359 printk(KERN_ERR PFX "Unsupported Efficeon chipset (device id: %04x)\n", in agp_efficeon_probe()
364 printk(KERN_INFO PFX "Detected Transmeta Efficeon TM8000 series chipset\n"); in agp_efficeon_probe()
[all …]
/drivers/infiniband/core/
Dfmr_pool.c45 #define PFX "fmr_pool: " macro
153 printk(KERN_WARNING PFX "Unmapping FMR 0x%08x with ref count %d\n", in ib_fmr_batch_release()
170 printk(KERN_WARNING PFX "ib_unmap_fmr returned %d\n", ret); in ib_fmr_batch_release()
226 printk(KERN_INFO PFX "Device %s does not support FMRs\n", in ib_create_fmr_pool()
233 printk(KERN_WARNING PFX "couldn't allocate device attr struct\n"); in ib_create_fmr_pool()
239 printk(KERN_WARNING PFX "couldn't query device: %d\n", ret); in ib_create_fmr_pool()
253 printk(KERN_WARNING PFX "couldn't allocate pool struct\n"); in ib_create_fmr_pool()
270 printk(KERN_WARNING PFX "Failed to allocate cache in pool\n"); in ib_create_fmr_pool()
294 printk(KERN_WARNING PFX "couldn't start cleanup thread\n"); in ib_create_fmr_pool()
314 printk(KERN_WARNING PFX "failed to allocate fmr " in ib_create_fmr_pool()
[all …]
/drivers/ide/
Dide-floppy.c96 printk(KERN_ERR PFX "Error in REQUEST SENSE itself - " in ide_floppy_callback()
115 printk(KERN_ERR PFX "%s: I/O error, pc = %2x, key = %2x, " in ide_floppy_report_error()
184 printk(KERN_ERR PFX "unsupported page code in %s\n", __func__); in ide_floppy_create_mode_sense_cmd()
247 printk(KERN_ERR PFX "%s: I/O error\n", drive->name); in ide_floppy_do_request()
261 printk(KERN_ERR PFX "%s: unsupported r/w rq size\n", in ide_floppy_do_request()
322 printk(KERN_ERR PFX "Can't get flexible disk page params\n"); in ide_floppy_get_flexible_disk_page()
345 printk(KERN_INFO PFX "%s: %dkB, %d/%d/%d CHS, %d kBps, " in ide_floppy_get_flexible_disk_page()
357 printk(KERN_NOTICE PFX "%s: The disk reports a capacity of %d " in ide_floppy_get_flexible_disk_page()
391 printk(KERN_ERR PFX "Can't get floppy parameters\n"); in ide_floppy_get_capacity()
427 printk(KERN_INFO PFX "%s: %dkB, %d blocks, %d " in ide_floppy_get_capacity()
[all …]
/drivers/staging/bcm/
DBcmnet.c10 pr_notice(PFX "%s: link up failed (download in progress)\n", in bcm_open()
16 pr_info(PFX "%s: enabling interface\n", dev->name); in bcm_open()
20 pr_info(PFX "%s: link up\n", dev->name); in bcm_open()
34 pr_info(PFX "%s: disabling interface\n", dev->name); in bcm_close()
81 pr_info(PFX "%s: enqueueing packet to queue %d\n", in bcm_transmit()
209 PFX "Error in Reading the mac Address: %d", result); in register_networkdev()
220 dev_info(&udev->dev, PFX "%s: register usb-%s-%s %pM\n", in register_networkdev()
235 dev_info(&udev->dev, PFX "%s: unregister usb-%s%s\n", in unregister_networkdev()
/drivers/char/hw_random/
Dintel-rng.c37 #define PFX KBUILD_MODNAME ": " macro
202 printk(KERN_ERR PFX "cannot enable RNG, aborting\n"); in intel_rng_init()
219 printk(KERN_WARNING PFX "unusual: RNG already disabled\n"); in intel_rng_cleanup()
277 printk(KERN_NOTICE PFX "FWH not detected\n"); in intel_rng_hw_init()
310 PFX "Firmware space is locked read-only. If you can't or\n" in intel_init_hw_struct()
311 PFX "don't want to disable this in firmware setup, and if\n" in intel_init_hw_struct()
312 PFX "you are certain that your system has a functional\n" in intel_init_hw_struct()
313 PFX "RNG, try using the 'no_fwh_detect' option.\n"; in intel_init_hw_struct()
398 printk(KERN_ERR PFX "RNG registering failed (%d)\n", in mod_init()
/drivers/ssb/
Dssb_private.h9 #define PFX "ssb: " macro
19 #define ssb_emerg(fmt, ...) ssb_printk(KERN_EMERG PFX fmt, ##__VA_ARGS__)
20 #define ssb_err(fmt, ...) ssb_printk(KERN_ERR PFX fmt, ##__VA_ARGS__)
21 #define ssb_warn(fmt, ...) ssb_printk(KERN_WARNING PFX fmt, ##__VA_ARGS__)
22 #define ssb_notice(fmt, ...) ssb_printk(KERN_NOTICE PFX fmt, ##__VA_ARGS__)
23 #define ssb_info(fmt, ...) ssb_printk(KERN_INFO PFX fmt, ##__VA_ARGS__)
29 ssb_printk(KERN_DEBUG PFX fmt, ##__VA_ARGS__)
32 do { if (0) printk(KERN_DEBUG PFX fmt, ##__VA_ARGS__); } while (0)
/drivers/media/usb/pwc/
Dpwc.h53 #define PFX PWC_NAME ": " macro
84 printk(KERN_DEBUG PFX fmt, ##args); \
87 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args)
88 #define PWC_WARNING(fmt, args...) printk(KERN_WARNING PFX fmt, ##args)
89 #define PWC_INFO(fmt, args...) printk(KERN_INFO PFX fmt, ##args)
94 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args)
95 #define PWC_WARNING(fmt, args...) printk(KERN_WARNING PFX fmt, ##args)
96 #define PWC_INFO(fmt, args...) printk(KERN_INFO PFX fmt, ##args)
/drivers/infiniband/hw/nes/
Dnes.c312 printk(KERN_INFO PFX "%s: Reference count already 0 for QP%d, last aeq = 0x%04X.\n", in nes_rem_ref()
460 printk(KERN_INFO PFX "NetEffect RNIC driver v%s loading. (%s)\n", in nes_probe()
465 printk(KERN_ERR PFX "Unable to enable PCI device. (%s)\n", pci_name(pcidev)); in nes_probe()
479 printk(KERN_ERR PFX "PCI regions not an MMIO resource\n"); in nes_probe()
487 printk(KERN_ERR PFX "Unable to request regions. (%s)\n", pci_name(pcidev)); in nes_probe()
494 printk(KERN_ERR PFX "64b DMA mask configuration failed\n"); in nes_probe()
499 printk(KERN_ERR PFX "64b DMA consistent mask configuration failed\n"); in nes_probe()
505 printk(KERN_ERR PFX "32b DMA mask configuration failed\n"); in nes_probe()
510 printk(KERN_ERR PFX "32b DMA consistent mask configuration failed\n"); in nes_probe()
520 printk(KERN_ERR PFX "%s: Unable to alloc hardware struct\n", pci_name(pcidev)); in nes_probe()
[all …]

123456