hpsa_cmd.h (a2a431a4fd3b11c6808933ca1bdb2d28a8fa0634) | hpsa_cmd.h (580ada3c1e2f23b4b0f3c254cae3eb278f92d494) |
---|---|
1/* 2 * Disk Array driver for HP Smart Array SAS controllers 3 * Copyright 2000, 2009 Hewlett-Packard Development Company, L.P. 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; version 2 of the License. 8 * --- 323 unchanged lines hidden (view full) --- 332 u32 MaxScatterGatherElements; 333 u32 MaxLogicalUnits; 334 u32 MaxPhysicalDevices; 335 u32 MaxPhysicalDrivesPerLogicalUnit; 336 u32 MaxPerformantModeCommands; 337 u8 reserved[0x78 - 0x58]; 338 u32 misc_fw_support; /* offset 0x78 */ 339#define MISC_FW_DOORBELL_RESET (0x02) | 1/* 2 * Disk Array driver for HP Smart Array SAS controllers 3 * Copyright 2000, 2009 Hewlett-Packard Development Company, L.P. 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; version 2 of the License. 8 * --- 323 unchanged lines hidden (view full) --- 332 u32 MaxScatterGatherElements; 333 u32 MaxLogicalUnits; 334 u32 MaxPhysicalDevices; 335 u32 MaxPhysicalDrivesPerLogicalUnit; 336 u32 MaxPerformantModeCommands; 337 u8 reserved[0x78 - 0x58]; 338 u32 misc_fw_support; /* offset 0x78 */ 339#define MISC_FW_DOORBELL_RESET (0x02) |
340 u8 driver_version[32]; |
|
340}; 341 342#define NUM_BLOCKFETCH_ENTRIES 8 343struct TransTable_struct { 344 u32 BlockFetch[NUM_BLOCKFETCH_ENTRIES]; 345 u32 RepQSize; 346 u32 RepQCount; 347 u32 RepQCtrAddrLow32; --- 14 unchanged lines hidden --- | 341}; 342 343#define NUM_BLOCKFETCH_ENTRIES 8 344struct TransTable_struct { 345 u32 BlockFetch[NUM_BLOCKFETCH_ENTRIES]; 346 u32 RepQSize; 347 u32 RepQCount; 348 u32 RepQCtrAddrLow32; --- 14 unchanged lines hidden --- |