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

/linux-4.4.14/drivers/scsi/
H A DBusLogic.c267 blogic_notice("Allocated %d additional CCBs (total now %d)\n", adapter, adapter->alloc_ccbs - prev_alloc, adapter->alloc_ccbs); blogic_create_addlccbs()
270 blogic_notice("Failed to allocate additional CCBs\n", adapter); blogic_create_addlccbs()
449 blogic_notice("blogic_cmd(%02X) Status = %02X: " "(Modify I/O Address)\n", adapter, opcode, statusreg.all); blogic_cmd()
507 blogic_notice("blogic_cmd(%02X) Status = %02X: %2d ==> %2d:", blogic_cmd()
513 blogic_notice(" %02X", adapter, blogic_cmd()
515 blogic_notice("\n", adapter); blogic_cmd()
740 blogic_notice("BusLogic: PCI MultiMaster Host Adapter " "detected at\n", NULL); blogic_init_mm_probeinfo()
741 blogic_notice("BusLogic: PCI Bus %d Device %d I/O Address " "0x%X PCI Address 0x%X\n", NULL, bus, device, io_addr, pci_addr); blogic_init_mm_probeinfo()
980 blogic_notice("BusLogic: FlashPoint Host Adapter " "detected at\n", NULL); blogic_init_fp_probeinfo()
981 blogic_notice("BusLogic: PCI Bus %d Device %d I/O Address " "0x%X PCI Address 0x%X\n", NULL, bus, device, io_addr, pci_addr); blogic_init_fp_probeinfo()
1144 blogic_notice("BusLogic_Probe(0x%X): FlashPoint Found\n", adapter, adapter->io_addr); blogic_probe()
1161 blogic_notice("BusLogic_Probe(0x%X): Status 0x%02X, Interrupt 0x%02X, " "Geometry 0x%02X\n", adapter, adapter->io_addr, statusreg.all, intreg.all, georeg.all); blogic_probe()
1240 blogic_notice("BusLogic_HardwareReset(0x%X): Diagnostic Active, " "Status 0x%02X\n", adapter, adapter->io_addr, statusreg.all); blogic_hwreset()
1260 blogic_notice("BusLogic_HardwareReset(0x%X): Diagnostic Completed, " "Status 0x%02X\n", adapter, adapter->io_addr, statusreg.all); blogic_hwreset()
1276 blogic_notice("BusLogic_HardwareReset(0x%X): Host Adapter Ready, " "Status 0x%02X\n", adapter, adapter->io_addr, statusreg.all); blogic_hwreset()
1332 blogic_notice("BusLogic_Check(0x%X): MultiMaster %s\n", adapter, blogic_checkadapter()
2835 blogic_notice("CCB #%ld Target %d: Result %X Host " blogic_process_ccbs()
2837 blogic_notice("CDB ", adapter); blogic_process_ccbs()
2839 blogic_notice(" %02X", adapter, ccb->cdb[i]); blogic_process_ccbs()
2840 blogic_notice("\n", adapter); blogic_process_ccbs()
2841 blogic_notice("Sense ", adapter); blogic_process_ccbs()
2843 blogic_notice(" %02X", adapter, command->sense_buffer[i]); blogic_process_ccbs()
2844 blogic_notice("\n", adapter); blogic_process_ccbs()
3148 blogic_notice("Tagged Queuing now active for Target %d\n",
H A DBusLogic.h134 #define blogic_notice(format, args...) \ macro

Completed in 157 milliseconds