blob: 11fc8f3960a6882b610b0363cfa98504c19c5915 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/drivers/message/fusion/mptbase.h
3 * High performance SCSI + LAN / Fibre Channel device drivers.
4 * For use with PCI chip/adapter(s):
5 * LSIFC9xx/LSI409xx Fibre Channel
Prakash, Sathyaf36789e2007-08-14 16:22:54 +05306 * running LSI Fusion MPT (Message Passing Technology) firmware.
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 *
Prakash, Sathyacddc0ab2008-05-21 00:56:41 +05308 * Copyright (c) 1999-2008 LSI Corporation
Eric Moore16d20102007-06-13 16:31:07 -06009 * (mailto:DL-MPTFusionLinux@lsi.com)
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 */
12/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
13/*
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation; version 2 of the License.
17
18 This program is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU General Public License for more details.
22
23 NO WARRANTY
24 THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR
25 CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT
26 LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
27 MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
28 solely responsible for determining the appropriateness of using and
29 distributing the Program and assumes all risks associated with its
30 exercise of rights under this Agreement, including but not limited to
31 the risks and costs of program errors, damage to or loss of data,
32 programs or equipment, and unavailability or interruption of operations.
33
34 DISCLAIMER OF LIABILITY
35 NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
36 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
37 DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND
38 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
39 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
40 USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
41 HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES
42
43 You should have received a copy of the GNU General Public License
44 along with this program; if not, write to the Free Software
45 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
46*/
47
48#ifndef MPTBASE_H_INCLUDED
49#define MPTBASE_H_INCLUDED
50/*{-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
51
Linus Torvalds1da177e2005-04-16 15:20:36 -070052#include <linux/kernel.h>
53#include <linux/pci.h>
Matthias Kaehlckeed5f6062008-03-09 12:16:27 +010054#include <linux/mutex.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070055
56#include "lsi/mpi_type.h"
57#include "lsi/mpi.h" /* Fusion MPI(nterface) basic defs */
58#include "lsi/mpi_ioc.h" /* Fusion MPT IOC(ontroller) defs */
59#include "lsi/mpi_cnfg.h" /* IOC configuration support */
60#include "lsi/mpi_init.h" /* SCSI Host (initiator) protocol support */
61#include "lsi/mpi_lan.h" /* LAN over FC protocol support */
62#include "lsi/mpi_raid.h" /* Integrated Mirroring support */
63
64#include "lsi/mpi_fc.h" /* Fibre Channel (lowlevel) support */
65#include "lsi/mpi_targ.h" /* SCSI/FCP Target protcol support */
66#include "lsi/mpi_tool.h" /* Tools support */
Christoph Hellwig82ffb6712005-09-09 16:25:54 +020067#include "lsi/mpi_sas.h" /* SAS support */
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
69/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
70
71#ifndef MODULEAUTHOR
Prakash, Sathyaf36789e2007-08-14 16:22:54 +053072#define MODULEAUTHOR "LSI Corporation"
Linus Torvalds1da177e2005-04-16 15:20:36 -070073#endif
74
75#ifndef COPYRIGHT
Prakash, Sathyacddc0ab2008-05-21 00:56:41 +053076#define COPYRIGHT "Copyright (c) 1999-2008 " MODULEAUTHOR
Linus Torvalds1da177e2005-04-16 15:20:36 -070077#endif
78
Kashyap, Desaieedf92b2009-05-29 16:51:32 +053079#define MPT_LINUX_VERSION_COMMON "3.04.09"
80#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.09"
Linus Torvalds1da177e2005-04-16 15:20:36 -070081#define WHAT_MAGIC_STRING "@" "(" "#" ")"
82
83#define show_mptmod_ver(s,ver) \
84 printk(KERN_INFO "%s %s\n", s, ver);
85
86/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
87/*
88 * Fusion MPT(linux) driver configurable stuff...
89 */
90#define MPT_MAX_ADAPTERS 18
91#define MPT_MAX_PROTOCOL_DRIVERS 16
92#define MPT_MAX_BUS 1 /* Do not change */
93#define MPT_MAX_FC_DEVICES 255
94#define MPT_MAX_SCSI_DEVICES 16
95#define MPT_LAST_LUN 255
96#define MPT_SENSE_BUFFER_ALLOC 64
97 /* allow for 256 max sense alloc, but only 255 max request */
98#if MPT_SENSE_BUFFER_ALLOC >= 256
99# undef MPT_SENSE_BUFFER_ALLOC
100# define MPT_SENSE_BUFFER_ALLOC 256
101# define MPT_SENSE_BUFFER_SIZE 255
102#else
103# define MPT_SENSE_BUFFER_SIZE MPT_SENSE_BUFFER_ALLOC
104#endif
105
106#define MPT_NAME_LENGTH 32
107
108#define MPT_PROCFS_MPTBASEDIR "mpt"
109 /* chg it to "driver/fusion" ? */
110#define MPT_PROCFS_SUMMARY_ALL_NODE MPT_PROCFS_MPTBASEDIR "/summary"
111#define MPT_PROCFS_SUMMARY_ALL_PATHNAME "/proc/" MPT_PROCFS_SUMMARY_ALL_NODE
112#define MPT_FW_REV_MAGIC_ID_STRING "FwRev="
113
114#define MPT_MAX_REQ_DEPTH 1023
115#define MPT_DEFAULT_REQ_DEPTH 256
116#define MPT_MIN_REQ_DEPTH 128
117
118#define MPT_MAX_REPLY_DEPTH MPT_MAX_REQ_DEPTH
119#define MPT_DEFAULT_REPLY_DEPTH 128
120#define MPT_MIN_REPLY_DEPTH 8
121#define MPT_MAX_REPLIES_PER_ISR 32
122
123#define MPT_MAX_FRAME_SIZE 128
124#define MPT_DEFAULT_FRAME_SIZE 128
125
Moore, Eric928496a2006-01-16 18:53:16 -0700126#define MPT_REPLY_FRAME_SIZE 0x50 /* Must be a multiple of 8 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127
128#define MPT_SG_REQ_128_SCALE 1
129#define MPT_SG_REQ_96_SCALE 2
130#define MPT_SG_REQ_64_SCALE 4
131
132#define CAN_SLEEP 1
133#define NO_SLEEP 0
134
135#define MPT_COALESCING_TIMEOUT 0x10
136
Kashyap, Desai14d0f0b2009-05-29 16:37:04 +0530137
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138/*
139 * SCSI transfer rate defines.
140 */
141#define MPT_ULTRA320 0x08
142#define MPT_ULTRA160 0x09
143#define MPT_ULTRA2 0x0A
144#define MPT_ULTRA 0x0C
145#define MPT_FAST 0x19
146#define MPT_SCSI 0x32
147#define MPT_ASYNC 0xFF
148
149#define MPT_NARROW 0
150#define MPT_WIDE 1
151
152#define C0_1030 0x08
153#define XL_929 0x01
154
155
156/*
157 * Try to keep these at 2^N-1
158 */
159#define MPT_FC_CAN_QUEUE 127
160#define MPT_SCSI_CAN_QUEUE 127
161
162/*
163 * Set the MAX_SGE value based on user input.
164 */
165#ifdef CONFIG_FUSION_MAX_SGE
166#if CONFIG_FUSION_MAX_SGE < 16
167#define MPT_SCSI_SG_DEPTH 16
168#elif CONFIG_FUSION_MAX_SGE > 128
169#define MPT_SCSI_SG_DEPTH 128
170#else
171#define MPT_SCSI_SG_DEPTH CONFIG_FUSION_MAX_SGE
172#endif
173#else
174#define MPT_SCSI_SG_DEPTH 40
175#endif
176
Eric Moorec6c727a2007-01-29 09:44:54 -0700177/* debug print string length used for events and iocstatus */
178# define EVENT_DESCR_STR_SZ 100
179
Prakash, Sathyad54d48b2008-05-21 01:02:18 +0530180#define MPT_POLLING_INTERVAL 1000 /* in milliseconds */
181
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182#ifdef __KERNEL__ /* { */
183/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
184
185#include <linux/proc_fs.h>
186
187/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
188/*
189 * Attempt semi-consistent error & warning msgs across
190 * MPT drivers. NOTE: Users of these macro defs must
191 * themselves define their own MYNAM.
192 */
Eric Moorec51d0be2007-09-29 10:17:21 -0600193#define MYIOC_s_FMT MYNAM ": %s: "
Prakash, Sathya5c1b91b2007-07-24 15:40:08 +0530194#define MYIOC_s_DEBUG_FMT KERN_DEBUG MYNAM ": %s: "
Linus Torvalds1da177e2005-04-16 15:20:36 -0700195#define MYIOC_s_INFO_FMT KERN_INFO MYNAM ": %s: "
196#define MYIOC_s_NOTE_FMT KERN_NOTICE MYNAM ": %s: "
197#define MYIOC_s_WARN_FMT KERN_WARNING MYNAM ": %s: WARNING - "
198#define MYIOC_s_ERR_FMT KERN_ERR MYNAM ": %s: ERROR - "
199
200/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
201/*
Eric Moore232f08f2007-08-14 17:28:27 -0600202 * ATTO UL4D associated structures and defines
203 */
204#define ATTOFLAG_DISC 0x0001
205#define ATTOFLAG_TAGGED 0x0002
206#define ATTOFLAG_WIDE_ENB 0x0008
207#define ATTOFLAG_ID_ENB 0x0010
208#define ATTOFLAG_LUN_ENB 0x0060
209
210typedef struct _ATTO_DEVICE_INFO
211{
212 u8 Offset; /* 00h */
213 u8 Period; /* 01h */
214 u16 ATTOFlags; /* 02h */
215} ATTO_DEVICE_INFO, MPI_POINTER PTR_ATTO_DEVICE_INFO,
216 ATTODeviceInfo_t, MPI_POINTER pATTODeviceInfo_t;
217
218typedef struct _ATTO_CONFIG_PAGE_SCSI_PORT_2
219{
220 CONFIG_PAGE_HEADER Header; /* 00h */
221 u16 PortFlags; /* 04h */
222 u16 Unused1; /* 06h */
223 u32 Unused2; /* 08h */
224 ATTO_DEVICE_INFO DeviceSettings[16]; /* 0Ch */
225} fATTO_CONFIG_PAGE_SCSI_PORT_2, MPI_POINTER PTR_ATTO_CONFIG_PAGE_SCSI_PORT_2,
226 ATTO_SCSIPortPage2_t, MPI_POINTER pATTO_SCSIPortPage2_t;
227
228
229/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
230/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231 * MPT protocol driver defs...
232 */
233typedef enum {
234 MPTBASE_DRIVER, /* MPT base class */
235 MPTCTL_DRIVER, /* MPT ioctl class */
Moore, Eric Dean 7fadc872005-04-22 18:01:16 -0400236 MPTSPI_DRIVER, /* MPT SPI host class */
237 MPTFC_DRIVER, /* MPT FC host class */
238 MPTSAS_DRIVER, /* MPT SAS host class */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239 MPTLAN_DRIVER, /* MPT LAN class */
240 MPTSTM_DRIVER, /* MPT SCSI target mode class */
241 MPTUNKNOWN_DRIVER
242} MPT_DRIVER_CLASS;
243
244struct mpt_pci_driver{
245 int (*probe) (struct pci_dev *dev, const struct pci_device_id *id);
246 void (*remove) (struct pci_dev *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247};
248
249/*
250 * MPT adapter / port / bus / device info structures...
251 */
252
253typedef union _MPT_FRAME_TRACKER {
254 struct {
255 struct list_head list;
256 u32 arg1;
257 u32 pad;
258 void *argp1;
259 } linkage;
260 /*
261 * NOTE: When request frames are free, on the linkage structure
262 * contets are valid. All other values are invalid.
263 * In particular, do NOT reply on offset [2]
264 * (in words) being the * message context.
265 * The message context must be reset (computed via base address
266 * + an offset) prior to issuing any command.
267 *
268 * NOTE2: On non-32-bit systems, where pointers are LARGE,
269 * using the linkage pointers destroys our sacred MsgContext
270 * field contents. But we don't care anymore because these
271 * are now reset in mpt_put_msg_frame() just prior to sending
272 * a request off to the IOC.
273 */
274 struct {
275 u32 __hdr[2];
276 /*
277 * The following _MUST_ match the location of the
278 * MsgContext field in the MPT message headers.
279 */
280 union {
281 u32 MsgContext;
282 struct {
283 u16 req_idx; /* Request index */
284 u8 cb_idx; /* callback function index */
285 u8 rsvd;
286 } fld;
287 } msgctxu;
288 } hwhdr;
289 /*
290 * Remark: 32 bit identifier:
291 * 31-24: reserved
292 * 23-16: call back index
293 * 15-0 : request index
294 */
295} MPT_FRAME_TRACKER;
296
297/*
298 * We might want to view/access a frame as:
299 * 1) generic request header
300 * 2) SCSIIORequest
301 * 3) SCSIIOReply
302 * 4) MPIDefaultReply
303 * 5) frame tracker
304 */
305typedef struct _MPT_FRAME_HDR {
306 union {
307 MPIHeader_t hdr;
308 SCSIIORequest_t scsireq;
309 SCSIIOReply_t sreply;
310 ConfigReply_t configreply;
311 MPIDefaultReply_t reply;
312 MPT_FRAME_TRACKER frame;
313 } u;
314} MPT_FRAME_HDR;
315
316#define MPT_REQ_MSGFLAGS_DROPME 0x80
317
318typedef struct _MPT_SGL_HDR {
319 SGESimple32_t sge[1];
320} MPT_SGL_HDR;
321
322typedef struct _MPT_SGL64_HDR {
323 SGESimple64_t sge[1];
324} MPT_SGL64_HDR;
325
326/*
327 * System interface register set
328 */
329
330typedef struct _SYSIF_REGS
331{
332 u32 Doorbell; /* 00 System<->IOC Doorbell reg */
333 u32 WriteSequence; /* 04 Write Sequence register */
334 u32 Diagnostic; /* 08 Diagnostic register */
335 u32 TestBase; /* 0C Test Base Address */
336 u32 DiagRwData; /* 10 Read Write Data (fw download) */
337 u32 DiagRwAddress; /* 14 Read Write Address (fw download)*/
338 u32 Reserved1[6]; /* 18-2F reserved for future use */
339 u32 IntStatus; /* 30 Interrupt Status */
340 u32 IntMask; /* 34 Interrupt Mask */
341 u32 Reserved2[2]; /* 38-3F reserved for future use */
342 u32 RequestFifo; /* 40 Request Post/Free FIFO */
343 u32 ReplyFifo; /* 44 Reply Post/Free FIFO */
Prakash, Sathya7a195f42007-08-14 16:08:40 +0530344 u32 RequestHiPriFifo; /* 48 Hi Priority Request FIFO */
345 u32 Reserved3; /* 4C-4F reserved for future use */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 u32 HostIndex; /* 50 Host Index register */
347 u32 Reserved4[15]; /* 54-8F */
348 u32 Fubar; /* 90 For Fubar usage */
Eric Moore3dc0b032006-07-11 17:32:33 -0600349 u32 Reserved5[1050];/* 94-10F8 */
350 u32 Reset_1078; /* 10FC Reset 1078 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351} SYSIF_REGS;
352
353/*
354 * NOTE: Use MPI_{DOORBELL,WRITESEQ,DIAG}_xxx defs in lsi/mpi.h
355 * in conjunction with SYSIF_REGS accesses!
356 */
357
358
359/*
360 * Dynamic Multi-Pathing specific stuff...
361 */
362
Moore, Eric Deanc7c82982005-11-16 18:54:25 -0700363/* VirtTarget negoFlags field */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364#define MPT_TARGET_NO_NEGO_WIDE 0x01
365#define MPT_TARGET_NO_NEGO_SYNC 0x02
366#define MPT_TARGET_NO_NEGO_QAS 0x04
367#define MPT_TAPE_NEGO_IDP 0x08
368
369/*
370 * VirtDevice - FC LUN device or SCSI target device
371 */
Moore, Eric Deanc7c82982005-11-16 18:54:25 -0700372typedef struct _VirtTarget {
James Bottomleyc92f2222006-03-01 09:02:49 -0600373 struct scsi_target *starget;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374 u8 tflags;
375 u8 ioc_id;
Eric Moore793955f2007-01-29 09:42:20 -0700376 u8 id;
377 u8 channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378 u8 minSyncFactor; /* 0xFF is async */
379 u8 maxOffset; /* 0 if async */
380 u8 maxWidth; /* 0 if narrow, 1 if wide */
381 u8 negoFlags; /* bit field, see above */
382 u8 raidVolume; /* set, if RAID Volume */
383 u8 type; /* byte 0 of Inquiry data */
Eric Moore547f9a22006-06-27 14:42:12 -0600384 u8 deleted; /* target in process of being removed */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385 u32 num_luns;
Moore, Eric Deanc7c82982005-11-16 18:54:25 -0700386} VirtTarget;
387
388typedef struct _VirtDevice {
Moore, Eric914c2d82006-03-14 09:19:36 -0700389 VirtTarget *vtarget;
Moore, Eric Deanc7c82982005-11-16 18:54:25 -0700390 u8 configured_lun;
Eric Moore793955f2007-01-29 09:42:20 -0700391 int lun;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392} VirtDevice;
393
394/*
395 * Fibre Channel (SCSI) target device and associated defines...
396 */
397#define MPT_TARGET_DEFAULT_DV_STATUS 0x00
398#define MPT_TARGET_FLAGS_VALID_NEGO 0x01
399#define MPT_TARGET_FLAGS_VALID_INQUIRY 0x02
400#define MPT_TARGET_FLAGS_Q_YES 0x08
401#define MPT_TARGET_FLAGS_VALID_56 0x10
402#define MPT_TARGET_FLAGS_SAF_TE_ISSUED 0x20
James Bottomleyc92f2222006-03-01 09:02:49 -0600403#define MPT_TARGET_FLAGS_RAID_COMPONENT 0x40
Eric Moore786899b2006-07-11 17:22:22 -0600404#define MPT_TARGET_FLAGS_LED_ON 0x80
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405
406/*
407 * /proc/mpt interface
408 */
409typedef struct {
410 const char *name;
411 mode_t mode;
412 int pad;
413 read_proc_t *read_proc;
414 write_proc_t *write_proc;
415} mpt_proc_entry_t;
416
417#define MPT_PROC_READ_RETURN(buf,start,offset,request,eof,len) \
418do { \
419 len -= offset; \
420 if (len < request) { \
421 *eof = 1; \
422 if (len <= 0) \
423 return 0; \
424 } else \
425 len = request; \
426 *start = buf + offset; \
427 return len; \
428} while (0)
429
430
431/*
432 * IOCTL structure and associated defines
433 */
434
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435#define MPTCTL_RESET_OK 0x01 /* Issue Bus Reset */
436
Kashyap, Desaif0f09d32009-05-29 16:40:57 +0530437#define MPT_MGMT_STATUS_RF_VALID 0x01 /* The Reply Frame is VALID */
438#define MPT_MGMT_STATUS_COMMAND_GOOD 0x02 /* Command Status GOOD */
439#define MPT_MGMT_STATUS_PENDING 0x04 /* command is pending */
440#define MPT_MGMT_STATUS_DID_IOCRESET 0x08 /* IOC Reset occurred
441 on the current*/
442#define MPT_MGMT_STATUS_SENSE_VALID 0x10 /* valid sense info */
443#define MPT_MGMT_STATUS_TIMER_ACTIVE 0x20 /* obsolete */
444#define MPT_MGMT_STATUS_FREE_MF 0x40 /* free the mf from
445 complete routine */
Christoph Hellwigda4fa652005-10-19 20:01:42 +0200446
Kashyap, Desaif0f09d32009-05-29 16:40:57 +0530447#define INITIALIZE_MGMT_STATUS(status) \
448 status = MPT_MGMT_STATUS_PENDING;
449#define CLEAR_MGMT_STATUS(status) \
450 status = 0;
Kashyap, Desaiea2a7882009-05-29 16:46:50 +0530451#define CLEAR_MGMT_PENDING_STATUS(status) \
452 status &= ~MPT_MGMT_STATUS_PENDING;
453#define SET_MGMT_MSG_CONTEXT(msg_context, value) \
454 msg_context = value;
Kashyap, Desaif0f09d32009-05-29 16:40:57 +0530455
456typedef struct _MPT_MGMT {
Christoph Hellwigeeb846c2006-01-13 18:27:11 +0100457 struct mutex mutex;
Christoph Hellwigda4fa652005-10-19 20:01:42 +0200458 struct completion done;
459 u8 reply[MPT_DEFAULT_FRAME_SIZE]; /* reply frame data */
Kashyap, Desai37c60f32009-05-29 16:44:06 +0530460 u8 sense[MPT_SENSE_BUFFER_ALLOC];
Christoph Hellwigda4fa652005-10-19 20:01:42 +0200461 u8 status; /* current command status */
Kashyap, Desai37c60f32009-05-29 16:44:06 +0530462 int completion_code;
Kashyap, Desaiea2a7882009-05-29 16:46:50 +0530463 u32 msg_context;
Kashyap, Desaif0f09d32009-05-29 16:40:57 +0530464} MPT_MGMT;
Christoph Hellwigda4fa652005-10-19 20:01:42 +0200465
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466/*
467 * Event Structure and define
468 */
Moore, Eric Dean466544d2005-09-14 18:09:10 -0600469#define MPTCTL_EVENT_LOG_SIZE (0x000000032)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470typedef struct _mpt_ioctl_events {
471 u32 event; /* Specified by define above */
472 u32 eventContext; /* Index or counter */
Dave Jones3d9780b2007-05-21 20:59:47 -0400473 u32 data[2]; /* First 8 bytes of Event Data */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474} MPT_IOCTL_EVENTS;
475
476/*
477 * CONFIGPARM status defines
478 */
479#define MPT_CONFIG_GOOD MPI_IOCSTATUS_SUCCESS
480#define MPT_CONFIG_ERROR 0x002F
481
482/*
483 * Substructure to store SCSI specific configuration page data
484 */
485 /* dvStatus defines: */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486#define MPT_SCSICFG_USE_NVRAM 0x01 /* WriteSDP1 using NVRAM */
487#define MPT_SCSICFG_ALL_IDS 0x02 /* WriteSDP1 to all IDS */
488/* #define MPT_SCSICFG_BLK_NEGO 0x10 WriteSDP1 with WDTR and SDTR disabled */
489
Moore, Eric Dean466544d2005-09-14 18:09:10 -0600490typedef struct _SpiCfgData {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491 u32 PortFlags;
492 int *nvram; /* table of device NVRAM values */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493 IOCPage4_t *pIocPg4; /* SEP devices addressing */
494 dma_addr_t IocPg4_dma; /* Phys Addr of IOCPage4 data */
495 int IocPg4Sz; /* IOCPage4 size */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 u8 minSyncFactor; /* 0xFF if async */
497 u8 maxSyncOffset; /* 0 if async */
498 u8 maxBusWidth; /* 0 if narrow, 1 if wide */
499 u8 busType; /* SE, LVD, HD */
500 u8 sdp1version; /* SDP1 version */
501 u8 sdp1length; /* SDP1 length */
502 u8 sdp0version; /* SDP0 version */
503 u8 sdp0length; /* SDP0 length */
504 u8 dvScheduled; /* 1 if scheduled */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505 u8 noQas; /* Disable QAS for this adapter */
Moore, Eric Dean466544d2005-09-14 18:09:10 -0600506 u8 Saf_Te; /* 1 to force all Processors as
507 * SAF-TE if Inquiry data length
508 * is too short to check for SAF-TE
509 */
Moore, Eric Dean466544d2005-09-14 18:09:10 -0600510 u8 bus_reset; /* 1 to allow bus reset */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511 u8 rsvd[1];
Moore, Eric Dean466544d2005-09-14 18:09:10 -0600512}SpiCfgData;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513
Christoph Hellwig82ffb6712005-09-09 16:25:54 +0200514typedef struct _SasCfgData {
515 u8 ptClear; /* 1 to automatically clear the
516 * persistent table.
517 * 0 to disable
518 * automatic clearing.
519 */
520}SasCfgData;
521
Eric Mooreb506ade2007-01-29 09:45:37 -0700522/*
523 * Inactive volume link list of raid component data
524 * @inactive_list
525 */
526struct inactive_raid_component_info {
527 struct list_head list;
528 u8 volumeID; /* volume target id */
529 u8 volumeBus; /* volume channel */
530 IOC_3_PHYS_DISK d; /* phys disk info */
531};
532
Moore, Eric Dean466544d2005-09-14 18:09:10 -0600533typedef struct _RaidCfgData {
534 IOCPage2_t *pIocPg2; /* table of Raid Volumes */
535 IOCPage3_t *pIocPg3; /* table of physical disks */
Matthias Kaehlckeed5f6062008-03-09 12:16:27 +0100536 struct mutex inactive_list_mutex;
Eric Mooreb506ade2007-01-29 09:45:37 -0700537 struct list_head inactive_list; /* link list for physical
538 disk that belong in
539 inactive volumes */
Moore, Eric Dean466544d2005-09-14 18:09:10 -0600540}RaidCfgData;
541
Michael Reedca2f9382006-05-24 15:07:24 -0500542typedef struct _FcCfgData {
543 /* will ultimately hold fc_port_page0 also */
544 struct {
545 FCPortPage1_t *data;
546 dma_addr_t dma;
547 int pg_sz;
548 } fc_port_page1[2];
549} FcCfgData;
550
Michael Reed05e8ec12006-01-13 14:31:54 -0600551#define MPT_RPORT_INFO_FLAGS_REGISTERED 0x01 /* rport registered */
552#define MPT_RPORT_INFO_FLAGS_MISSING 0x02 /* missing from DevPage0 scan */
Michael Reed05e8ec12006-01-13 14:31:54 -0600553
554/*
555 * data allocated for each fc rport device
556 */
557struct mptfc_rport_info
558{
559 struct list_head list;
560 struct fc_rport *rport;
Michael Reed3bc7bf12006-01-25 18:05:18 -0700561 struct scsi_target *starget;
Michael Reed05e8ec12006-01-13 14:31:54 -0600562 FCDevicePage0_t pg0;
563 u8 flags;
564};
565
Kashyap, Desai14d0f0b2009-05-29 16:37:04 +0530566typedef void (*MPT_ADD_SGE)(void *pAddr, u32 flagslength, dma_addr_t dma_addr);
567typedef void (*MPT_ADD_CHAIN)(void *pAddr, u8 next, u16 length,
568 dma_addr_t dma_addr);
569
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570/*
571 * Adapter Structure - pci_dev specific. Maximum: MPT_MAX_ADAPTERS
572 */
573typedef struct _MPT_ADAPTER
574{
575 int id; /* Unique adapter id N {0,1,2,...} */
576 int pci_irq; /* This irq */
577 char name[MPT_NAME_LENGTH]; /* "iocN" */
Prakash, Sathyaef1d8df2007-07-17 14:18:41 +0530578 char prod_name[MPT_NAME_LENGTH]; /* "LSIFC9x9" */
Prakash, Sathyaedb90682007-07-17 14:39:14 +0530579 char board_name[16];
580 char board_assembly[16];
581 char board_tracer[16];
582 u16 nvdata_version_persistent;
583 u16 nvdata_version_default;
Prakash, Sathya5c1b91b2007-07-24 15:40:08 +0530584 int debug_level;
Prakash, Sathyaedb90682007-07-17 14:39:14 +0530585 u8 io_missing_delay;
586 u8 device_missing_delay;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587 SYSIF_REGS __iomem *chip; /* == c8817000 (mmap) */
588 SYSIF_REGS __iomem *pio_chip; /* Programmed IO (downloadboot) */
589 u8 bus_type;
590 u32 mem_phys; /* == f4020000 (mmap) */
591 u32 pio_mem_phys; /* Programmed IO (downloadboot) */
592 int mem_size; /* mmap memory size */
Eric Moore793955f2007-01-29 09:42:20 -0700593 int number_of_buses;
594 int devices_per_bus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595 int alloc_total;
596 u32 last_state;
597 int active;
598 u8 *alloc; /* frames alloc ptr */
599 dma_addr_t alloc_dma;
600 u32 alloc_sz;
601 MPT_FRAME_HDR *reply_frames; /* Reply msg frames - rounded up! */
602 u32 reply_frames_low_dma;
603 int reply_depth; /* Num Allocated reply frames */
604 int reply_sz; /* Reply frame size */
605 int num_chain; /* Number of chain buffers */
Kashyap, Desai14d0f0b2009-05-29 16:37:04 +0530606 MPT_ADD_SGE add_sge; /* Pointer to add_sge
607 function */
608 MPT_ADD_CHAIN add_chain; /* Pointer to add_chain
609 function */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610 /* Pool of buffers for chaining. ReqToChain
611 * and ChainToChain track index of chain buffers.
612 * ChainBuffer (DMA) virt/phys addresses.
613 * FreeChainQ (lock) locking mechanisms.
614 */
615 int *ReqToChain;
616 int *RequestNB;
617 int *ChainToChain;
618 u8 *ChainBuffer;
619 dma_addr_t ChainBufferDMA;
620 struct list_head FreeChainQ;
621 spinlock_t FreeChainQlock;
622 /* We (host driver) get to manage our own RequestQueue! */
623 dma_addr_t req_frames_dma;
624 MPT_FRAME_HDR *req_frames; /* Request msg frames - rounded up! */
625 u32 req_frames_low_dma;
626 int req_depth; /* Number of request frames */
627 int req_sz; /* Request frame size (bytes) */
628 spinlock_t FreeQlock;
629 struct list_head FreeQ;
630 /* Pool of SCSI sense buffers for commands coming from
631 * the SCSI mid-layer. We have one 256 byte sense buffer
632 * for each REQ entry.
633 */
634 u8 *sense_buf_pool;
635 dma_addr_t sense_buf_pool_dma;
636 u32 sense_buf_low_dma;
Christoph Hellwig82ffb6712005-09-09 16:25:54 +0200637 u8 *HostPageBuffer; /* SAS - host page buffer support */
638 u32 HostPageBuffer_sz;
639 dma_addr_t HostPageBuffer_dma;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640 int mtrr_reg;
641 struct pci_dev *pcidev; /* struct pci_dev pointer */
Prakash, Sathyae78d5b82008-02-08 22:05:35 +0530642 int bars; /* bitmask of BAR's that must be configured */
Prakash, Sathya23a274c2008-03-07 15:53:21 +0530643 int msi_enable;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644 u8 __iomem *memmap; /* mmap address */
645 struct Scsi_Host *sh; /* Scsi Host pointer */
Moore, Eric Dean466544d2005-09-14 18:09:10 -0600646 SpiCfgData spi_data; /* Scsi config. data */
647 RaidCfgData raid_data; /* Raid config. data */
Christoph Hellwig82ffb6712005-09-09 16:25:54 +0200648 SasCfgData sas_data; /* Sas config. data */
Michael Reedca2f9382006-05-24 15:07:24 -0500649 FcCfgData fc_data; /* Fc config. data */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 struct proc_dir_entry *ioc_dentry;
651 struct _MPT_ADAPTER *alt_ioc; /* ptr to 929 bound adapter port */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652 u32 biosVersion; /* BIOS version from IO Unit Page 2 */
653 int eventTypes; /* Event logging parameters */
654 int eventContext; /* Next event context */
655 int eventLogSize; /* Max number of cached events */
656 struct _mpt_ioctl_events *events; /* pointer to event log */
657 u8 *cached_fw; /* Pointer to FW */
658 dma_addr_t cached_fw_dma;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659 int hs_reply_idx;
660#ifndef MFCNT
661 u32 pad0;
662#else
663 u32 mfcnt;
664#endif
Christoph Hellwig82ffb6712005-09-09 16:25:54 +0200665 u32 NB_for_64_byte_frame;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666 u32 hs_req[MPT_MAX_FRAME_SIZE/sizeof(u32)];
667 u16 hs_reply[MPT_MAX_FRAME_SIZE/sizeof(u16)];
668 IOCFactsReply_t facts;
669 PortFactsReply_t pfacts[2];
670 FCPortPage0_t fc_port_page0[2];
671 LANPage0_t lan_cnfg_page0;
672 LANPage1_t lan_cnfg_page1;
Eric Mooreb506ade2007-01-29 09:45:37 -0700673
674 u8 ir_firmware; /* =1 if IR firmware detected */
Christoph Hellwig82ffb6712005-09-09 16:25:54 +0200675 /*
Moore, Eric Dean 3fadc592005-05-11 17:46:52 -0600676 * Description: errata_flag_1064
677 * If a PCIX read occurs within 1 or 2 cycles after the chip receives
678 * a split completion for a read data, an internal address pointer incorrectly
679 * increments by 32 bytes
680 */
Christoph Hellwig82ffb6712005-09-09 16:25:54 +0200681 int errata_flag_1064;
Moore, Ericea5a7a82006-02-02 17:20:01 -0700682 int aen_event_read_flag; /* flag to indicate event log was read*/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683 u8 FirstWhoInit;
684 u8 upload_fw; /* If set, do a fw upload */
685 u8 reload_fw; /* Force a FW Reload on next reset */
Christoph Hellwig82ffb6712005-09-09 16:25:54 +0200686 u8 NBShiftFactor; /* NB Shift Factor based on Block Size (Facts) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687 u8 pad1[4];
Prakash, Sathyaf606f572007-08-14 16:12:53 +0530688 u8 DoneCtx;
689 u8 TaskCtx;
690 u8 InternalCtx;
Moore, Eric Dean2a238ea2005-12-01 10:50:32 -0700691 spinlock_t initializing_hba_lock;
692 int initializing_hba_lock_flag;
Christoph Hellwig82ffb6712005-09-09 16:25:54 +0200693 struct list_head list;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694 struct net_device *netdev;
Christoph Hellwig82ffb6712005-09-09 16:25:54 +0200695 struct list_head sas_topology;
Christoph Hellwig9a28f492006-01-13 18:04:41 +0100696 struct mutex sas_topology_mutex;
Kashyap, Desai3eb0822c2009-05-29 16:47:26 +0530697
698 struct workqueue_struct *fw_event_q;
699 struct list_head fw_event_list;
700 spinlock_t fw_event_lock;
701 u8 fw_events_off; /* if '1', then ignore events */
702 char fw_event_q_name[20];
703
Moore, Erice6b2d762006-03-14 09:14:24 -0700704 struct mutex sas_discovery_mutex;
705 u8 sas_discovery_runtime;
706 u8 sas_discovery_ignore_events;
Kashyap, Desaif9c34022009-05-29 16:49:36 +0530707
708 /* port_info object for the host */
709 struct mptsas_portinfo *hba_port_info;
710 u64 hba_port_sas_addr;
711 u16 hba_port_num_phy;
Kashyap, Desai3eb0822c2009-05-29 16:47:26 +0530712 struct list_head sas_device_info_list;
713 struct mutex sas_device_info_mutex;
Kashyap, Desaieedf92b2009-05-29 16:51:32 +0530714 u8 old_sas_discovery_protocal;
Kashyap, Desai7b5a65b2009-05-29 16:38:14 +0530715 u8 sas_discovery_quiesce_io;
Moore, Erice6b2d762006-03-14 09:14:24 -0700716 int sas_index; /* index refrencing */
Kashyap, Desaif0f09d32009-05-29 16:40:57 +0530717 MPT_MGMT sas_mgmt;
718 MPT_MGMT mptbase_cmds; /* for sending config pages */
Kashyap, Desai37c60f32009-05-29 16:44:06 +0530719 MPT_MGMT internal_cmds;
Kashyap, Desai1ba9ab22009-05-29 16:44:48 +0530720 MPT_MGMT taskmgmt_cmds;
Kashyap, Desaiea2a7882009-05-29 16:46:50 +0530721 MPT_MGMT ioctl_cmds;
Kashyap, Desai1ba9ab22009-05-29 16:44:48 +0530722 spinlock_t taskmgmt_lock; /* diagnostic reset lock */
723 int taskmgmt_in_progress;
Kashyap, Desaie7deff32009-05-29 16:46:07 +0530724 u8 taskmgmt_quiesce_io;
Kashyap, Desai1ba9ab22009-05-29 16:44:48 +0530725 u8 ioc_reset_in_progress;
Eric Moore547f9a22006-06-27 14:42:12 -0600726 struct work_struct sas_persist_task;
Michael Reed05e8ec12006-01-13 14:31:54 -0600727
Michael Reed419835e2006-05-24 15:07:40 -0500728 struct work_struct fc_setup_reset_work;
Michael Reed05e8ec12006-01-13 14:31:54 -0600729 struct list_head fc_rports;
Prakash, Sathyaeb5329f2007-08-14 16:19:32 +0530730 struct work_struct fc_lsc_work;
731 u8 fc_link_speed[2];
Michael Reed05e8ec12006-01-13 14:31:54 -0600732 spinlock_t fc_rescan_work_lock;
Michael Reed05e8ec12006-01-13 14:31:54 -0600733 struct work_struct fc_rescan_work;
Kay Sieversaab0de22008-05-02 06:02:41 +0200734 char fc_rescan_work_q_name[20];
Moore, Eric65207fe2006-04-21 16:14:35 -0600735 struct workqueue_struct *fc_rescan_work_q;
Eric Mooree8206382007-09-29 10:16:53 -0600736 struct scsi_cmnd **ScsiLookup;
737 spinlock_t scsi_lookup_lock;
Kashyap, Desai14d0f0b2009-05-29 16:37:04 +0530738 u64 dma_mask;
Kay Sieversaab0de22008-05-02 06:02:41 +0200739 char reset_work_q_name[20];
Prakash, Sathyad54d48b2008-05-21 01:02:18 +0530740 struct workqueue_struct *reset_work_q;
741 struct delayed_work fault_reset_work;
742 spinlock_t fault_reset_work_lock;
743
Kashyap, Desai14d0f0b2009-05-29 16:37:04 +0530744 u8 sg_addr_size;
Kashyap, Desaieedf92b2009-05-29 16:51:32 +0530745 u8 in_rescan;
Kashyap, Desai14d0f0b2009-05-29 16:37:04 +0530746 u8 SGE_size;
747
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748} MPT_ADAPTER;
749
750/*
751 * New return value convention:
752 * 1 = Ok to free associated request frame
753 * 0 = not Ok ...
754 */
755typedef int (*MPT_CALLBACK)(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply);
756typedef int (*MPT_EVHANDLER)(MPT_ADAPTER *ioc, EventNotificationReply_t *evReply);
757typedef int (*MPT_RESETHANDLER)(MPT_ADAPTER *ioc, int reset_phase);
758/* reset_phase defs */
759#define MPT_IOC_PRE_RESET 0
760#define MPT_IOC_POST_RESET 1
761#define MPT_IOC_SETUP_RESET 2
762
763/*
764 * Invent MPT host event (super-set of MPI Events)
765 * Fitted to 1030's 64-byte [max] request frame size
766 */
767typedef struct _MPT_HOST_EVENT {
768 EventNotificationReply_t MpiEvent; /* 8 32-bit words! */
769 u32 pad[6];
770 void *next;
771} MPT_HOST_EVENT;
772
773#define MPT_HOSTEVENT_IOC_BRINGUP 0x91
774#define MPT_HOSTEVENT_IOC_RECOVER 0x92
775
776/* Define the generic types based on the size
777 * of the dma_addr_t type.
778 */
779typedef struct _mpt_sge {
780 u32 FlagsLength;
781 dma_addr_t Address;
782} MptSge_t;
783
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784
Kashyap, Desai14d0f0b2009-05-29 16:37:04 +0530785#define mpt_msg_flags(ioc) \
786 (ioc->sg_addr_size == sizeof(u64)) ? \
787 MPI_SCSIIO_MSGFLGS_SENSE_WIDTH_64 : \
788 MPI_SCSIIO_MSGFLGS_SENSE_WIDTH_32
789
790#define MPT_SGE_FLAGS_64_BIT_ADDRESSING \
791 (MPI_SGE_FLAGS_64_BIT_ADDRESSING << MPI_SGE_FLAGS_SHIFT)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792
793/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
794/*
795 * Funky (private) macros...
796 */
Prakash, Sathya5c1b91b2007-07-24 15:40:08 +0530797#include "mptdebug.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798
799#define MPT_INDEX_2_MFPTR(ioc,idx) \
800 (MPT_FRAME_HDR*)( (u8*)(ioc)->req_frames + (ioc)->req_sz * (idx) )
801
802#define MFPTR_2_MPT_INDEX(ioc,mf) \
803 (int)( ((u8*)mf - (u8*)(ioc)->req_frames) / (ioc)->req_sz )
804
805#define MPT_INDEX_2_RFPTR(ioc,idx) \
806 (MPT_FRAME_HDR*)( (u8*)(ioc)->reply_frames + (ioc)->req_sz * (idx) )
807
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
809
810#define SCSI_STD_SENSE_BYTES 18
811#define SCSI_STD_INQUIRY_BYTES 36
812#define SCSI_MAX_INQUIRY_BYTES 96
813
814/*
815 * MPT_SCSI_HOST defines - Used by the IOCTL and the SCSI drivers
816 * Private to the driver.
817 */
818/* LOCAL structure and fields used when processing
819 * internally generated commands. These include:
820 * bus scan, dv and config requests.
821 */
822typedef struct _MPT_LOCAL_REPLY {
823 ConfigPageHeader_t header;
824 int completion;
825 u8 sense[SCSI_STD_SENSE_BYTES];
826 u8 scsiStatus;
827 u8 skip;
828 u32 pad;
829} MPT_LOCAL_REPLY;
830
831#define MPT_HOST_BUS_UNKNOWN (0xFF)
832#define MPT_HOST_TOO_MANY_TM (0x05)
833#define MPT_HOST_NVRAM_INVALID (0xFFFFFFFF)
834#define MPT_HOST_NO_CHAIN (0xFFFFFFFF)
835#define MPT_NVRAM_MASK_TIMEOUT (0x000000FF)
836#define MPT_NVRAM_SYNC_MASK (0x0000FF00)
837#define MPT_NVRAM_SYNC_SHIFT (8)
838#define MPT_NVRAM_DISCONNECT_ENABLE (0x00010000)
839#define MPT_NVRAM_ID_SCAN_ENABLE (0x00020000)
840#define MPT_NVRAM_LUN_SCAN_ENABLE (0x00040000)
841#define MPT_NVRAM_TAG_QUEUE_ENABLE (0x00080000)
842#define MPT_NVRAM_WIDE_DISABLE (0x00100000)
843#define MPT_NVRAM_BOOT_CHOICE (0x00200000)
844
845/* The TM_STATE variable is used to provide strict single threading of TM
846 * requests as well as communicate TM error conditions.
847 */
848#define TM_STATE_NONE (0)
849#define TM_STATE_IN_PROGRESS (1)
850#define TM_STATE_ERROR (2)
851
852typedef enum {
853 FC,
Moore, Eric Deana9b29372005-11-16 18:54:20 -0700854 SPI,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855 SAS
856} BUS_TYPE;
857
858typedef struct _MPT_SCSI_HOST {
859 MPT_ADAPTER *ioc;
860 int port;
861 u32 pad0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862 MPT_LOCAL_REPLY *pLocal; /* used for internal commands */
863 struct timer_list timer;
864 /* Pool of memory for holding SCpnts before doing
865 * OS callbacks. freeQ is the free pool.
866 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867 u8 negoNvram; /* DV disabled, nego NVRAM */
868 u8 pad1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869 u8 rsvd[2];
870 MPT_FRAME_HDR *cmdPtr; /* Ptr to nonOS request */
871 struct scsi_cmnd *abortSCpnt;
872 MPT_LOCAL_REPLY localReply; /* internal cmd reply struct */
873 unsigned long hard_resets; /* driver forced bus resets count */
874 unsigned long soft_resets; /* fw/external bus resets count */
875 unsigned long timeouts; /* cmd timeouts */
876 ushort sel_timeout[MPT_MAX_FC_DEVICES];
Moore, Eric Dean 7fadc872005-04-22 18:01:16 -0400877 char *info_kbuf;
Moore, Eric Dean 7fadc872005-04-22 18:01:16 -0400878 long last_queue_full;
Eric Moore3dc0b032006-07-11 17:32:33 -0600879 u16 tm_iocstatus;
Eric Moore729782452007-02-07 16:51:40 -0700880 u16 spi_pending;
Eric Mooredf9e0622007-01-29 09:46:21 -0700881 struct list_head target_reset_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882} MPT_SCSI_HOST;
883
884/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
885/*
886 * More Dynamic Multi-Pathing stuff...
887 */
888
889/* Forward decl, a strange C thing, to prevent gcc compiler warnings */
890struct scsi_cmnd;
891
892/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
893/*
894 * Generic structure passed to the base mpt_config function.
895 */
896typedef struct _x_config_parms {
Christoph Hellwig69218ee2005-08-18 16:26:15 +0200897 union {
898 ConfigExtendedPageHeader_t *ehdr;
899 ConfigPageHeader_t *hdr;
900 } cfghdr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901 dma_addr_t physAddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902 u32 pageAddr; /* properly formatted */
Kashyap, Desaif0f09d32009-05-29 16:40:57 +0530903 u16 status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904 u8 action;
905 u8 dir;
906 u8 timeout; /* seconds */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907} CONFIGPARMS;
908
909/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
910/*
911 * Public entry points...
912 */
Moore, Eric Dean 7fadc872005-04-22 18:01:16 -0400913extern int mpt_attach(struct pci_dev *pdev, const struct pci_device_id *id);
914extern void mpt_detach(struct pci_dev *pdev);
915#ifdef CONFIG_PM
916extern int mpt_suspend(struct pci_dev *pdev, pm_message_t state);
917extern int mpt_resume(struct pci_dev *pdev);
918#endif
Prakash, Sathyaf606f572007-08-14 16:12:53 +0530919extern u8 mpt_register(MPT_CALLBACK cbfunc, MPT_DRIVER_CLASS dclass);
920extern void mpt_deregister(u8 cb_idx);
921extern int mpt_event_register(u8 cb_idx, MPT_EVHANDLER ev_cbfunc);
922extern void mpt_event_deregister(u8 cb_idx);
923extern int mpt_reset_register(u8 cb_idx, MPT_RESETHANDLER reset_func);
924extern void mpt_reset_deregister(u8 cb_idx);
925extern int mpt_device_driver_register(struct mpt_pci_driver * dd_cbfunc, u8 cb_idx);
926extern void mpt_device_driver_deregister(u8 cb_idx);
927extern MPT_FRAME_HDR *mpt_get_msg_frame(u8 cb_idx, MPT_ADAPTER *ioc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928extern void mpt_free_msg_frame(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf);
Prakash, Sathyaf606f572007-08-14 16:12:53 +0530929extern void mpt_put_msg_frame(u8 cb_idx, MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf);
930extern void mpt_put_msg_frame_hi_pri(u8 cb_idx, MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931
Prakash, Sathyaf606f572007-08-14 16:12:53 +0530932extern int mpt_send_handshake_request(u8 cb_idx, MPT_ADAPTER *ioc, int reqBytes, u32 *req, int sleepFlag);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933extern int mpt_verify_adapter(int iocid, MPT_ADAPTER **iocpp);
934extern u32 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked);
935extern void mpt_print_ioc_summary(MPT_ADAPTER *ioc, char *buf, int *size, int len, int showlan);
936extern int mpt_HardResetHandler(MPT_ADAPTER *ioc, int sleepFlag);
937extern int mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *cfg);
Prakash, Sathya984621b2008-01-11 14:42:17 +0530938extern int mpt_alloc_fw_memory(MPT_ADAPTER *ioc, int size);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939extern void mpt_free_fw_memory(MPT_ADAPTER *ioc);
940extern int mpt_findImVolumes(MPT_ADAPTER *ioc);
Christoph Hellwig82ffb6712005-09-09 16:25:54 +0200941extern int mptbase_sas_persist_operation(MPT_ADAPTER *ioc, u8 persist_opcode);
Eric Mooreb506ade2007-01-29 09:45:37 -0700942extern int mpt_raid_phys_disk_pg0(MPT_ADAPTER *ioc, u8 phys_disk_num, pRaidPhysDiskPage0_t phys_disk);
Kashyap, Desai1ba9ab22009-05-29 16:44:48 +0530943extern int mpt_set_taskmgmt_in_progress_flag(MPT_ADAPTER *ioc);
944extern void mpt_clear_taskmgmt_in_progress_flag(MPT_ADAPTER *ioc);
Kashyap, Desai2f4c7822009-01-06 15:03:37 +0530945extern void mpt_halt_firmware(MPT_ADAPTER *ioc);
946
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947
948/*
949 * Public data decl's...
950 */
951extern struct list_head ioc_list;
Kashyap, Desai2f4c7822009-01-06 15:03:37 +0530952extern int mpt_fwfault_debug;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
955#endif /* } __KERNEL__ */
956
Kyle McMartin2939dea2007-10-17 12:25:00 -0400957#ifdef CONFIG_64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958#define CAST_U32_TO_PTR(x) ((void *)(u64)x)
959#define CAST_PTR_TO_U32(x) ((u32)(u64)x)
960#else
961#define CAST_U32_TO_PTR(x) ((void *)x)
962#define CAST_PTR_TO_U32(x) ((u32)x)
963#endif
964
965#define MPT_PROTOCOL_FLAGS_c_c_c_c(pflags) \
966 ((pflags) & MPI_PORTFACTS_PROTOCOL_INITIATOR) ? 'I' : 'i', \
967 ((pflags) & MPI_PORTFACTS_PROTOCOL_TARGET) ? 'T' : 't', \
968 ((pflags) & MPI_PORTFACTS_PROTOCOL_LAN) ? 'L' : 'l', \
969 ((pflags) & MPI_PORTFACTS_PROTOCOL_LOGBUSADDR) ? 'B' : 'b'
970
971/*
972 * Shifted SGE Defines - Use in SGE with FlagsLength member.
973 * Otherwise, use MPI_xxx defines (refer to "lsi/mpi.h" header).
974 * Defaults: 32 bit SGE, SYSTEM_ADDRESS if direction bit is 0, read
975 */
976#define MPT_TRANSFER_IOC_TO_HOST (0x00000000)
977#define MPT_TRANSFER_HOST_TO_IOC (0x04000000)
978#define MPT_SGE_FLAGS_LAST_ELEMENT (0x80000000)
979#define MPT_SGE_FLAGS_END_OF_BUFFER (0x40000000)
980#define MPT_SGE_FLAGS_LOCAL_ADDRESS (0x08000000)
981#define MPT_SGE_FLAGS_DIRECTION (0x04000000)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982#define MPT_SGE_FLAGS_END_OF_LIST (0x01000000)
983
984#define MPT_SGE_FLAGS_TRANSACTION_ELEMENT (0x00000000)
985#define MPT_SGE_FLAGS_SIMPLE_ELEMENT (0x10000000)
986#define MPT_SGE_FLAGS_CHAIN_ELEMENT (0x30000000)
987#define MPT_SGE_FLAGS_ELEMENT_MASK (0x30000000)
988
989#define MPT_SGE_FLAGS_SSIMPLE_READ \
990 (MPT_SGE_FLAGS_LAST_ELEMENT | \
991 MPT_SGE_FLAGS_END_OF_BUFFER | \
992 MPT_SGE_FLAGS_END_OF_LIST | \
993 MPT_SGE_FLAGS_SIMPLE_ELEMENT | \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994 MPT_TRANSFER_IOC_TO_HOST)
995#define MPT_SGE_FLAGS_SSIMPLE_WRITE \
996 (MPT_SGE_FLAGS_LAST_ELEMENT | \
997 MPT_SGE_FLAGS_END_OF_BUFFER | \
998 MPT_SGE_FLAGS_END_OF_LIST | \
999 MPT_SGE_FLAGS_SIMPLE_ELEMENT | \
Linus Torvalds1da177e2005-04-16 15:20:36 -07001000 MPT_TRANSFER_HOST_TO_IOC)
1001
1002/*}-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
1003#endif
1004