libsas.h (daab7fc734a53fdeaf844b7c03053118ad1769da) libsas.h (56dd2c0691a5a387b7b05835fe547dc6fade9407)
1/*
2 * SAS host prototypes and structures header file
3 *
4 * Copyright (C) 2005 Adaptec, Inc. All rights reserved.
5 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
6 *
7 * This file is licensed under GPLv2.
8 *

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

200 u8 frame_rcvd[32];
201
202 union {
203 struct expander_device ex_dev;
204 struct sata_device sata_dev; /* STP & directly attached */
205 };
206
207 void *lldd_dev;
1/*
2 * SAS host prototypes and structures header file
3 *
4 * Copyright (C) 2005 Adaptec, Inc. All rights reserved.
5 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
6 *
7 * This file is licensed under GPLv2.
8 *

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

200 u8 frame_rcvd[32];
201
202 union {
203 struct expander_device ex_dev;
204 struct sata_device sata_dev; /* STP & directly attached */
205 };
206
207 void *lldd_dev;
208 int gone;
208};
209
210struct sas_discovery_event {
211 struct work_struct work;
212 struct asd_sas_port *port;
213};
214
215struct sas_discovery {

--- 459 unchanged lines hidden ---
209};
210
211struct sas_discovery_event {
212 struct work_struct work;
213 struct asd_sas_port *port;
214};
215
216struct sas_discovery {

--- 459 unchanged lines hidden ---