Searched refs:fw_error (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/firewire/ |
D | core-topology.c | 208 fw_error("Inconsistent extended self IDs.\n"); in build_tree() 214 fw_error("PHY ID mismatch in self ID: %d != %d.\n", in build_tree() 220 fw_error("Topology stack underflow\n"); in build_tree() 238 fw_error("Out of memory while building topology.\n"); in build_tree() 287 fw_error("Parent port inconsistency for node %d: " in build_tree() 560 fw_error("topology build failed\n"); in fw_core_handle_bus_reset()
|
D | ohci.c | 534 fw_error("failed to read phy reg\n"); in read_phy_reg() 553 fw_error("failed to write phy reg\n"); in write_phy_reg() 657 fw_error("AR error: %s; DMA stopped\n", error_msg); in ar_context_abort() 1217 fw_error("Error: DMA context still active (0x%08x)\n", reg); in context_stop() 1515 fw_error("swap not done (CSR lock timeout)\n"); in handle_local_lock() 1591 fw_error("DMA context %s has stopped, error code: %s\n", in detect_dead_context() 1594 fw_error("DMA context %s has stopped, error code: %#x\n", in detect_dead_context() 1909 fw_error("Register access failure - " in irq_handler() 1917 fw_error("PCI posted write error\n"); in irq_handler() 2036 fw_error("Failed to reset ohci card.\n"); in ohci_enable() [all …]
|
D | net.c | 371 fw_error("out of memory\n"); in fwnet_frag_new() 416 fw_error("out of memory\n"); in fwnet_pd_new() 697 fw_error("out of memory\n"); in fwnet_incoming_packet() 820 fw_error("Incoming packet failure\n"); in fwnet_receive_packet() 885 fw_error("requeue failed\n"); in fwnet_receive_broadcast() 940 fw_error("Outstanding packet %x lf %x, header %x,%x\n", in fwnet_transmit_packet_done() 1014 fw_error("fwnet_write_complete: " in fwnet_write_complete() 1549 fw_error("Cannot register the driver\n"); in fwnet_probe()
|
D | sbp2.c | 455 fw_error("status write for unknown orb\n"); in sbp2_status_write() 615 fw_error("%s: orb reply timed out, rcode=0x%02x\n", in sbp2_send_management_orb() 621 fw_error("%s: management write failed, rcode 0x%02x\n", in sbp2_send_management_orb() 628 fw_error("%s: error status: %d:%d\n", lu->tgt->bus_id, in sbp2_send_management_orb() 903 fw_error("%s: failed to login to LUN %04x\n", in sbp2_login() 1241 fw_error("%s: failed to reconnect\n", tgt->bus_id); in sbp2_reconnect() 1478 fw_error("Can't handle DMA_BIDIRECTIONAL, rejecting command\n"); in sbp2_scsi_queuecommand_lck()
|
D | core-device.c | 574 fw_error("skipped invalid ROM block %x at %llx\n", in read_config_rom() 602 fw_error("skipped unsupported ROM entry %x at %llx\n", in read_config_rom() 670 fw_error("failed to allocate memory for unit\n"); in create_units() 1003 fw_error("Failed to add device.\n"); in fw_device_init()
|
D | core-transaction.c | 771 fw_error("ERROR - corrupt request received - %08x %08x %08x\n", in allocate_request()
|
/linux-2.6.39/include/linux/ |
D | firewire.h | 21 #define fw_error(s, args...) printk(KERN_ERR KBUILD_MODNAME ": " s, ## args) macro
|
/linux-2.6.39/drivers/net/cxgb4/ |
D | t4fw_api.h | 1552 union fw_error { union
|