Searched refs:DAC960_Info (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/block/ |
D | DAC960.c | 1828 DAC960_Info("FIRMWARE VERSION %s DOES NOT PROVIDE THE CONTROLLER\n", in DAC960_V2_ReadControllerConfiguration() 1830 DAC960_Info("STATUS MONITORING FUNCTIONALITY NEEDED BY THIS DRIVER.\n", in DAC960_V2_ReadControllerConfiguration() 1832 DAC960_Info("PLEASE UPGRADE TO VERSION 6.00-01 OR ABOVE.\n", in DAC960_V2_ReadControllerConfiguration() 1918 DAC960_Info("Configuring Mylex %s PCI RAID Controller\n", in DAC960_ReportControllerConfiguration() 1920 DAC960_Info(" Firmware Version: %s, Channels: %d, Memory Size: %dMB\n", in DAC960_ReportControllerConfiguration() 1923 DAC960_Info(" PCI Bus: %d, Device: %d, Function: %d, I/O Address: ", in DAC960_ReportControllerConfiguration() 1927 DAC960_Info("Unassigned\n", Controller); in DAC960_ReportControllerConfiguration() 1928 else DAC960_Info("0x%X\n", Controller, Controller->IO_Address); in DAC960_ReportControllerConfiguration() 1929 DAC960_Info(" PCI Address: 0x%X mapped at 0x%lX, IRQ Channel: %d\n", in DAC960_ReportControllerConfiguration() 1933 DAC960_Info(" Controller Queue Depth: %d, " in DAC960_ReportControllerConfiguration() [all …]
|
D | DAC960.h | 2139 #define DAC960_Info(Format, Arguments...) \ macro
|