Searched refs:blogic_err (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A DBusLogic.c207 blogic_err("UNABLE TO ALLOCATE CCB GROUP - DETACHING\n", blogic_create_initccbs()
725 blogic_err("BusLogic: Base Address0 0x%X not I/O for " "MultiMaster Host Adapter\n", NULL, base_addr0); blogic_init_mm_probeinfo()
726 blogic_err("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, bus, device, io_addr); blogic_init_mm_probeinfo()
730 blogic_err("BusLogic: Base Address1 0x%X not Memory for " "MultiMaster Host Adapter\n", NULL, base_addr1); blogic_init_mm_probeinfo()
731 blogic_err("at PCI Bus %d Device %d PCI Address 0x%X\n", NULL, bus, device, pci_addr); blogic_init_mm_probeinfo()
735 blogic_err("BusLogic: IRQ Channel %d invalid for " "MultiMaster Host Adapter\n", NULL, irq_ch); blogic_init_mm_probeinfo()
736 blogic_err("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, bus, device, io_addr); blogic_init_mm_probeinfo()
965 blogic_err("BusLogic: Base Address0 0x%X not I/O for " "FlashPoint Host Adapter\n", NULL, base_addr0); blogic_init_fp_probeinfo()
966 blogic_err("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, bus, device, io_addr); blogic_init_fp_probeinfo()
970 blogic_err("BusLogic: Base Address1 0x%X not Memory for " "FlashPoint Host Adapter\n", NULL, base_addr1); blogic_init_fp_probeinfo()
971 blogic_err("at PCI Bus %d Device %d PCI Address 0x%X\n", NULL, bus, device, pci_addr); blogic_init_fp_probeinfo()
975 blogic_err("BusLogic: IRQ Channel %d invalid for " "FlashPoint Host Adapter\n", NULL, irq_ch); blogic_init_fp_probeinfo()
976 blogic_err("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, bus, device, io_addr); blogic_init_fp_probeinfo()
998 blogic_err("BusLogic: FlashPoint Host Adapter detected at " "PCI Bus %d Device %d\n", NULL, bus, device); blogic_init_fp_probeinfo()
999 blogic_err("BusLogic: I/O Address 0x%X PCI Address 0x%X, irq %d, " "but FlashPoint\n", NULL, io_addr, pci_addr, irq_ch); blogic_init_fp_probeinfo()
1000 blogic_err("BusLogic: support was omitted in this kernel " "configuration.\n", NULL); blogic_init_fp_probeinfo()
1106 blogic_err("While configuring BusLogic PCI Host Adapter at\n", blogic_failure()
1108 blogic_err("Bus %d Device %d I/O Address 0x%X PCI Address 0x%X:\n", adapter, adapter->bus, adapter->dev, adapter->io_addr, adapter->pci_addr); blogic_failure()
1110 blogic_err("While configuring BusLogic Host Adapter at " "I/O Address 0x%X:\n", adapter, adapter->io_addr); blogic_failure()
1111 blogic_err("%s FAILED - DETACHING\n", adapter, msg); blogic_failure()
1113 blogic_err("ADDITIONAL FAILURE INFO - %s\n", adapter, blogic_failure()
1138 blogic_err("BusLogic: FlashPoint Host Adapter detected at " "PCI Bus %d Device %d\n", adapter, adapter->bus, adapter->dev); blogic_probe()
1139 blogic_err("BusLogic: I/O Address 0x%X PCI Address 0x%X, " "but FlashPoint\n", adapter, adapter->io_addr, adapter->pci_addr); blogic_probe()
1140 blogic_err("BusLogic: Probe Function failed to validate it.\n", adapter); blogic_probe()
1288 blogic_err("HOST ADAPTER STATUS REGISTER = %02X\n", adapter, blogic_hwreset()
1291 blogic_err("HOST ADAPTER ERROR CODE = %d\n", adapter, blogic_hwreset()
1989 blogic_err("NO LEGAL INTERRUPT CHANNEL ASSIGNED - DETACHING\n", blogic_getres()
1998 blogic_err("UNABLE TO ACQUIRE IRQ CHANNEL %d - DETACHING\n", blogic_getres()
2008 blogic_err("UNABLE TO ACQUIRE DMA CHANNEL %d - DETACHING\n", adapter, adapter->dma_ch); blogic_getres()
2372 blogic_err("BusLogic: Unable to allocate Probe Info List\n", blogic_init()
2380 blogic_err("BusLogic: Unable to allocate Prototype Host Adapter\n", NULL); blogic_init()
3190 blogic_err("DMA mapping for sense data buffer failed\n",
3339 blogic_err("Resetting %s Failed\n", adapter, blogic_resetadapter()
3688 blogic_err("BusLogic: Invalid Driver Options " "(invalid I/O Address 0x%X)\n", NULL, io_addr); blogic_parseopts()
3709 blogic_err("BusLogic: Invalid Driver Options " "(invalid Queue Depth %d)\n", NULL, qdepth); blogic_parseopts()
3718 blogic_err("BusLogic: Invalid Driver Options " "(',' or ']' expected at '%s')\n", NULL, options); blogic_parseopts()
3723 blogic_err("BusLogic: Invalid Driver Options " "(']' expected at '%s')\n", NULL, options); blogic_parseopts()
3731 blogic_err("BusLogic: Invalid Driver Options " "(invalid Queue Depth %d)\n", NULL, qdepth); blogic_parseopts()
3777 blogic_err("BusLogic: Invalid Driver Options " "(invalid Bus Settle Time %d)\n", NULL, bus_settle_time); blogic_parseopts()
3802 blogic_err("BusLogic: Unexpected Driver Option '%s' " "ignored\n", NULL, options); blogic_parseopts()
3809 blogic_err("BusLogic: Invalid Driver Options " "(all or no I/O Addresses must be specified)\n", NULL); blogic_parseopts()
3864 blogic_err("BusLogic: Obsolete Command Line Entry " "Format Ignored\n", NULL); blogic_setup()
H A DBusLogic.h140 #define blogic_err(format, args...) \ macro

Completed in 335 milliseconds