hpsa_cmd.h (35d697c451678c3bf3f8a24f8e2b3918d1731bc5) hpsa_cmd.h (f89439bc2e12a0eab57f15411e668525dc7e61ec)
1/*
2 * Disk Array driver for HP Smart Array SAS controllers
3 * Copyright 2000, 2014 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 *

--- 601 unchanged lines hidden (view full) ---

610
611#define NUM_BLOCKFETCH_ENTRIES 8
612struct TransTable_struct {
613 u32 BlockFetch[NUM_BLOCKFETCH_ENTRIES];
614 u32 RepQSize;
615 u32 RepQCount;
616 u32 RepQCtrAddrLow32;
617 u32 RepQCtrAddrHigh32;
1/*
2 * Disk Array driver for HP Smart Array SAS controllers
3 * Copyright 2000, 2014 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 *

--- 601 unchanged lines hidden (view full) ---

610
611#define NUM_BLOCKFETCH_ENTRIES 8
612struct TransTable_struct {
613 u32 BlockFetch[NUM_BLOCKFETCH_ENTRIES];
614 u32 RepQSize;
615 u32 RepQCount;
616 u32 RepQCtrAddrLow32;
617 u32 RepQCtrAddrHigh32;
618#define MAX_REPLY_QUEUES 8
618#define MAX_REPLY_QUEUES 64
619 struct vals32 RepQAddr[MAX_REPLY_QUEUES];
620};
621
622struct hpsa_pci_info {
623 unsigned char bus;
624 unsigned char dev_fn;
625 unsigned short domain;
626 u32 board_id;
627};
628
629#pragma pack()
630#endif /* HPSA_CMD_H */
619 struct vals32 RepQAddr[MAX_REPLY_QUEUES];
620};
621
622struct hpsa_pci_info {
623 unsigned char bus;
624 unsigned char dev_fn;
625 unsigned short domain;
626 u32 board_id;
627};
628
629#pragma pack()
630#endif /* HPSA_CMD_H */