Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A DBusLogic.c263blogic_notice("Allocated %d additional CCBs (total now %d)\n", adapter, adapter->alloc_ccbs - prev… in blogic_create_addlccbs()
266 blogic_notice("Failed to allocate additional CCBs\n", adapter); in blogic_create_addlccbs()
445blogic_notice("blogic_cmd(%02X) Status = %02X: (Modify I/O Address)\n", adapter, opcode, statusreg… in blogic_cmd()
503 blogic_notice("blogic_cmd(%02X) Status = %02X: %2d ==> %2d:", in blogic_cmd()
509 blogic_notice(" %02X", adapter, in blogic_cmd()
511 blogic_notice("\n", adapter); in blogic_cmd()
679 blogic_notice("BusLogic: PCI MultiMaster Host Adapter detected at\n", NULL); in blogic_init_mm_probeinfo()
680blogic_notice("BusLogic: PCI Bus %d Device %d I/O Address 0x%lX PCI Address 0x%lX\n", NULL, bus, d… in blogic_init_mm_probeinfo()
877 blogic_notice("BusLogic: FlashPoint Host Adapter detected at\n", NULL); in blogic_init_fp_probeinfo()
878blogic_notice("BusLogic: PCI Bus %d Device %d I/O Address 0x%lX PCI Address 0x%lX\n", NULL, bus, d… in blogic_init_fp_probeinfo()
[all …]
H A DBusLogic.h127 #define blogic_notice(format, args...) \ macro