3w-xxxx.h 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. /*
  2. 3w-xxxx.h -- 3ware Storage Controller device driver for Linux.
  3. Written By: Adam Radford <linuxraid@amcc.com>
  4. Modifications By: Joel Jacobson <linux@3ware.com>
  5. Arnaldo Carvalho de Melo <acme@conectiva.com.br>
  6. Brad Strand <linux@3ware.com>
  7. Copyright (C) 1999-2005 3ware Inc.
  8. Kernel compatiblity By: Andre Hedrick <andre@suse.com>
  9. Non-Copyright (C) 2000 Andre Hedrick <andre@suse.com>
  10. This program is free software; you can redistribute it and/or modify
  11. it under the terms of the GNU General Public License as published by
  12. the Free Software Foundation; version 2 of the License.
  13. This program is distributed in the hope that it will be useful,
  14. but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. GNU General Public License for more details.
  17. NO WARRANTY
  18. THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR
  19. CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT
  20. LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
  21. MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
  22. solely responsible for determining the appropriateness of using and
  23. distributing the Program and assumes all risks associated with its
  24. exercise of rights under this Agreement, including but not limited to
  25. the risks and costs of program errors, damage to or loss of data,
  26. programs or equipment, and unavailability or interruption of operations.
  27. DISCLAIMER OF LIABILITY
  28. NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
  29. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  30. DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND
  31. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  32. TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  33. USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
  34. HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES
  35. You should have received a copy of the GNU General Public License
  36. along with this program; if not, write to the Free Software
  37. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  38. Bugs/Comments/Suggestions should be mailed to:
  39. linuxraid@amcc.com
  40. For more information, goto:
  41. http://www.amcc.com
  42. */
  43. #ifndef _3W_XXXX_H
  44. #define _3W_XXXX_H
  45. #include <linux/version.h>
  46. #include <linux/types.h>
  47. /* AEN strings */
  48. static char *tw_aen_string[] = {
  49. [0x000] = "INFO: AEN queue empty",
  50. [0x001] = "INFO: Soft reset occurred",
  51. [0x002] = "ERROR: Unit degraded: Unit #",
  52. [0x003] = "ERROR: Controller error",
  53. [0x004] = "ERROR: Rebuild failed: Unit #",
  54. [0x005] = "INFO: Rebuild complete: Unit #",
  55. [0x006] = "ERROR: Incomplete unit detected: Unit #",
  56. [0x007] = "INFO: Initialization complete: Unit #",
  57. [0x008] = "WARNING: Unclean shutdown detected: Unit #",
  58. [0x009] = "WARNING: ATA port timeout: Port #",
  59. [0x00A] = "ERROR: Drive error: Port #",
  60. [0x00B] = "INFO: Rebuild started: Unit #",
  61. [0x00C] = "INFO: Initialization started: Unit #",
  62. [0x00D] = "ERROR: Logical unit deleted: Unit #",
  63. [0x00F] = "WARNING: SMART threshold exceeded: Port #",
  64. [0x021] = "WARNING: ATA UDMA downgrade: Port #",
  65. [0x021] = "WARNING: ATA UDMA upgrade: Port #",
  66. [0x023] = "WARNING: Sector repair occurred: Port #",
  67. [0x024] = "ERROR: SBUF integrity check failure",
  68. [0x025] = "ERROR: Lost cached write: Port #",
  69. [0x026] = "ERROR: Drive ECC error detected: Port #",
  70. [0x027] = "ERROR: DCB checksum error: Port #",
  71. [0x028] = "ERROR: DCB unsupported version: Port #",
  72. [0x029] = "INFO: Verify started: Unit #",
  73. [0x02A] = "ERROR: Verify failed: Port #",
  74. [0x02B] = "INFO: Verify complete: Unit #",
  75. [0x02C] = "WARNING: Overwrote bad sector during rebuild: Port #",
  76. [0x02D] = "ERROR: Encountered bad sector during rebuild: Port #",
  77. [0x02E] = "ERROR: Replacement drive is too small: Port #",
  78. [0x02F] = "WARNING: Verify error: Unit not previously initialized: Unit #",
  79. [0x030] = "ERROR: Drive not supported: Port #"
  80. };
  81. /*
  82. Sense key lookup table
  83. Format: ESDC/flags,SenseKey,AdditionalSenseCode,AdditionalSenseCodeQualifier
  84. */
  85. static unsigned char tw_sense_table[][4] =
  86. {
  87. /* Codes for newer firmware */
  88. // ATA Error SCSI Error
  89. {0x01, 0x03, 0x13, 0x00}, // Address mark not found Address mark not found for data field
  90. {0x04, 0x0b, 0x00, 0x00}, // Aborted command Aborted command
  91. {0x10, 0x0b, 0x14, 0x00}, // ID not found Recorded entity not found
  92. {0x40, 0x03, 0x11, 0x00}, // Uncorrectable ECC error Unrecovered read error
  93. {0x61, 0x04, 0x00, 0x00}, // Device fault Hardware error
  94. {0x84, 0x0b, 0x47, 0x00}, // Data CRC error SCSI parity error
  95. {0xd0, 0x0b, 0x00, 0x00}, // Device busy Aborted command
  96. {0xd1, 0x0b, 0x00, 0x00}, // Device busy Aborted command
  97. {0x37, 0x02, 0x04, 0x00}, // Unit offline Not ready
  98. {0x09, 0x02, 0x04, 0x00}, // Unrecovered disk error Not ready
  99. /* Codes for older firmware */
  100. // 3ware Error SCSI Error
  101. {0x51, 0x0b, 0x00, 0x00} // Unspecified Aborted command
  102. };
  103. /* Control register bit definitions */
  104. #define TW_CONTROL_CLEAR_HOST_INTERRUPT 0x00080000
  105. #define TW_CONTROL_CLEAR_ATTENTION_INTERRUPT 0x00040000
  106. #define TW_CONTROL_MASK_COMMAND_INTERRUPT 0x00020000
  107. #define TW_CONTROL_MASK_RESPONSE_INTERRUPT 0x00010000
  108. #define TW_CONTROL_UNMASK_COMMAND_INTERRUPT 0x00008000
  109. #define TW_CONTROL_UNMASK_RESPONSE_INTERRUPT 0x00004000
  110. #define TW_CONTROL_CLEAR_ERROR_STATUS 0x00000200
  111. #define TW_CONTROL_ISSUE_SOFT_RESET 0x00000100
  112. #define TW_CONTROL_ENABLE_INTERRUPTS 0x00000080
  113. #define TW_CONTROL_DISABLE_INTERRUPTS 0x00000040
  114. #define TW_CONTROL_ISSUE_HOST_INTERRUPT 0x00000020
  115. #define TW_CONTROL_CLEAR_PARITY_ERROR 0x00800000
  116. #define TW_CONTROL_CLEAR_QUEUE_ERROR 0x00400000
  117. #define TW_CONTROL_CLEAR_PCI_ABORT 0x00100000
  118. #define TW_CONTROL_CLEAR_SBUF_WRITE_ERROR 0x00000008
  119. /* Status register bit definitions */
  120. #define TW_STATUS_MAJOR_VERSION_MASK 0xF0000000
  121. #define TW_STATUS_MINOR_VERSION_MASK 0x0F000000
  122. #define TW_STATUS_PCI_PARITY_ERROR 0x00800000
  123. #define TW_STATUS_QUEUE_ERROR 0x00400000
  124. #define TW_STATUS_MICROCONTROLLER_ERROR 0x00200000
  125. #define TW_STATUS_PCI_ABORT 0x00100000
  126. #define TW_STATUS_HOST_INTERRUPT 0x00080000
  127. #define TW_STATUS_ATTENTION_INTERRUPT 0x00040000
  128. #define TW_STATUS_COMMAND_INTERRUPT 0x00020000
  129. #define TW_STATUS_RESPONSE_INTERRUPT 0x00010000
  130. #define TW_STATUS_COMMAND_QUEUE_FULL 0x00008000
  131. #define TW_STATUS_RESPONSE_QUEUE_EMPTY 0x00004000
  132. #define TW_STATUS_MICROCONTROLLER_READY 0x00002000
  133. #define TW_STATUS_COMMAND_QUEUE_EMPTY 0x00001000
  134. #define TW_STATUS_ALL_INTERRUPTS 0x000F0000
  135. #define TW_STATUS_CLEARABLE_BITS 0x00D00000
  136. #define TW_STATUS_EXPECTED_BITS 0x00002000
  137. #define TW_STATUS_UNEXPECTED_BITS 0x00F00008
  138. #define TW_STATUS_SBUF_WRITE_ERROR 0x00000008
  139. #define TW_STATUS_VALID_INTERRUPT 0x00DF0008
  140. /* RESPONSE QUEUE BIT DEFINITIONS */
  141. #define TW_RESPONSE_ID_MASK 0x00000FF0
  142. /* PCI related defines */
  143. #define TW_IO_ADDRESS_RANGE 0x10
  144. #define TW_DEVICE_NAME "3ware Storage Controller"
  145. #define TW_VENDOR_ID (0x13C1) /* 3ware */
  146. #define TW_DEVICE_ID (0x1000) /* Storage Controller */
  147. #define TW_DEVICE_ID2 (0x1001) /* 7000 series controller */
  148. #define TW_NUMDEVICES 2
  149. #define TW_PCI_CLEAR_PARITY_ERRORS 0xc100
  150. #define TW_PCI_CLEAR_PCI_ABORT 0x2000
  151. /* Command packet opcodes */
  152. #define TW_OP_NOP 0x0
  153. #define TW_OP_INIT_CONNECTION 0x1
  154. #define TW_OP_READ 0x2
  155. #define TW_OP_WRITE 0x3
  156. #define TW_OP_VERIFY 0x4
  157. #define TW_OP_GET_PARAM 0x12
  158. #define TW_OP_SET_PARAM 0x13
  159. #define TW_OP_SECTOR_INFO 0x1a
  160. #define TW_OP_AEN_LISTEN 0x1c
  161. #define TW_OP_FLUSH_CACHE 0x0e
  162. #define TW_CMD_PACKET 0x1d
  163. #define TW_CMD_PACKET_WITH_DATA 0x1f
  164. /* Asynchronous Event Notification (AEN) Codes */
  165. #define TW_AEN_QUEUE_EMPTY 0x0000
  166. #define TW_AEN_SOFT_RESET 0x0001
  167. #define TW_AEN_DEGRADED_MIRROR 0x0002
  168. #define TW_AEN_CONTROLLER_ERROR 0x0003
  169. #define TW_AEN_REBUILD_FAIL 0x0004
  170. #define TW_AEN_REBUILD_DONE 0x0005
  171. #define TW_AEN_QUEUE_FULL 0x00ff
  172. #define TW_AEN_TABLE_UNDEFINED 0x15
  173. #define TW_AEN_APORT_TIMEOUT 0x0009
  174. #define TW_AEN_DRIVE_ERROR 0x000A
  175. #define TW_AEN_SMART_FAIL 0x000F
  176. #define TW_AEN_SBUF_FAIL 0x0024
  177. /* Phase defines */
  178. #define TW_PHASE_INITIAL 0
  179. #define TW_PHASE_SINGLE 1
  180. #define TW_PHASE_SGLIST 2
  181. /* Misc defines */
  182. #define TW_ALIGNMENT_6000 64 /* 64 bytes */
  183. #define TW_ALIGNMENT_7000 4 /* 4 bytes */
  184. #define TW_MAX_UNITS 16
  185. #define TW_COMMAND_ALIGNMENT_MASK 0x1ff
  186. #define TW_INIT_MESSAGE_CREDITS 0x100
  187. #define TW_INIT_COMMAND_PACKET_SIZE 0x3
  188. #define TW_POLL_MAX_RETRIES 20000
  189. #define TW_MAX_SGL_LENGTH 62
  190. #define TW_ATA_PASS_SGL_MAX 60
  191. #define TW_Q_LENGTH 256
  192. #define TW_Q_START 0
  193. #define TW_MAX_SLOT 32
  194. #define TW_MAX_PCI_BUSES 255
  195. #define TW_MAX_RESET_TRIES 3
  196. #define TW_UNIT_INFORMATION_TABLE_BASE 0x300
  197. #define TW_MAX_CMDS_PER_LUN 254 /* 254 for io, 1 for
  198. chrdev ioctl, one for
  199. internal aen post */
  200. #define TW_BLOCK_SIZE 0x200 /* 512-byte blocks */
  201. #define TW_IOCTL 0x80
  202. #define TW_UNIT_ONLINE 1
  203. #define TW_IN_INTR 1
  204. #define TW_IN_RESET 2
  205. #define TW_IN_CHRDEV_IOCTL 3
  206. #define TW_MAX_SECTORS 256
  207. #define TW_MAX_IOCTL_SECTORS 512
  208. #define TW_AEN_WAIT_TIME 1000
  209. #define TW_IOCTL_WAIT_TIME (1 * HZ) /* 1 second */
  210. #define TW_ISR_DONT_COMPLETE 2
  211. #define TW_ISR_DONT_RESULT 3
  212. #define TW_IOCTL_TIMEOUT 25 /* 25 seconds */
  213. #define TW_IOCTL_CHRDEV_TIMEOUT 60 /* 60 seconds */
  214. #define TW_IOCTL_CHRDEV_FREE -1
  215. #define TW_DMA_MASK DMA_32BIT_MASK
  216. #define TW_MAX_CDB_LEN 16
  217. /* Bitmask macros to eliminate bitfields */
  218. /* opcode: 5, sgloffset: 3 */
  219. #define TW_OPSGL_IN(x,y) ((x << 5) | (y & 0x1f))
  220. #define TW_SGL_OUT(x) ((x >> 5) & 0x7)
  221. /* reserved_1: 4, response_id: 8, reserved_2: 20 */
  222. #define TW_RESID_OUT(x) ((x >> 4) & 0xff)
  223. /* unit: 4, host_id: 4 */
  224. #define TW_UNITHOST_IN(x,y) ((x << 4) | ( y & 0xf))
  225. #define TW_UNIT_OUT(x) (x & 0xf)
  226. /* Macros */
  227. #define TW_CONTROL_REG_ADDR(x) (x->base_addr)
  228. #define TW_STATUS_REG_ADDR(x) (x->base_addr + 0x4)
  229. #define TW_COMMAND_QUEUE_REG_ADDR(x) (x->base_addr + 0x8)
  230. #define TW_RESPONSE_QUEUE_REG_ADDR(x) (x->base_addr + 0xC)
  231. #define TW_CLEAR_ALL_INTERRUPTS(x) (outl(TW_STATUS_VALID_INTERRUPT, TW_CONTROL_REG_ADDR(x)))
  232. #define TW_CLEAR_ATTENTION_INTERRUPT(x) (outl(TW_CONTROL_CLEAR_ATTENTION_INTERRUPT, TW_CONTROL_REG_ADDR(x)))
  233. #define TW_CLEAR_HOST_INTERRUPT(x) (outl(TW_CONTROL_CLEAR_HOST_INTERRUPT, TW_CONTROL_REG_ADDR(x)))
  234. #define TW_DISABLE_INTERRUPTS(x) (outl(TW_CONTROL_DISABLE_INTERRUPTS, TW_CONTROL_REG_ADDR(x)))
  235. #define TW_ENABLE_AND_CLEAR_INTERRUPTS(x) (outl(TW_CONTROL_CLEAR_ATTENTION_INTERRUPT | TW_CONTROL_UNMASK_RESPONSE_INTERRUPT | TW_CONTROL_ENABLE_INTERRUPTS, TW_CONTROL_REG_ADDR(x)))
  236. #define TW_MASK_COMMAND_INTERRUPT(x) (outl(TW_CONTROL_MASK_COMMAND_INTERRUPT, TW_CONTROL_REG_ADDR(x)))
  237. #define TW_UNMASK_COMMAND_INTERRUPT(x) (outl(TW_CONTROL_UNMASK_COMMAND_INTERRUPT, TW_CONTROL_REG_ADDR(x)))
  238. #define TW_SOFT_RESET(x) (outl(TW_CONTROL_ISSUE_SOFT_RESET | \
  239. TW_CONTROL_CLEAR_HOST_INTERRUPT | \
  240. TW_CONTROL_CLEAR_ATTENTION_INTERRUPT | \
  241. TW_CONTROL_MASK_COMMAND_INTERRUPT | \
  242. TW_CONTROL_MASK_RESPONSE_INTERRUPT | \
  243. TW_CONTROL_CLEAR_ERROR_STATUS | \
  244. TW_CONTROL_DISABLE_INTERRUPTS, TW_CONTROL_REG_ADDR(x)))
  245. #define TW_STATUS_ERRORS(x) \
  246. (((x & TW_STATUS_PCI_ABORT) || \
  247. (x & TW_STATUS_PCI_PARITY_ERROR) || \
  248. (x & TW_STATUS_QUEUE_ERROR) || \
  249. (x & TW_STATUS_MICROCONTROLLER_ERROR)) && \
  250. (x & TW_STATUS_MICROCONTROLLER_READY))
  251. #ifdef TW_DEBUG
  252. #define dprintk(msg...) printk(msg)
  253. #else
  254. #define dprintk(msg...) do { } while(0)
  255. #endif
  256. #pragma pack(1)
  257. /* Scatter Gather List Entry */
  258. typedef struct TAG_TW_SG_Entry {
  259. u32 address;
  260. u32 length;
  261. } TW_SG_Entry;
  262. typedef unsigned char TW_Sector[512];
  263. /* Command Packet */
  264. typedef struct TW_Command {
  265. unsigned char opcode__sgloffset;
  266. unsigned char size;
  267. unsigned char request_id;
  268. unsigned char unit__hostid;
  269. /* Second DWORD */
  270. unsigned char status;
  271. unsigned char flags;
  272. union {
  273. unsigned short block_count;
  274. unsigned short parameter_count;
  275. unsigned short message_credits;
  276. } byte6;
  277. union {
  278. struct {
  279. u32 lba;
  280. TW_SG_Entry sgl[TW_MAX_SGL_LENGTH];
  281. u32 padding; /* pad to 512 bytes */
  282. } io;
  283. struct {
  284. TW_SG_Entry sgl[TW_MAX_SGL_LENGTH];
  285. u32 padding[2];
  286. } param;
  287. struct {
  288. u32 response_queue_pointer;
  289. u32 padding[125];
  290. } init_connection;
  291. struct {
  292. char version[504];
  293. } ioctl_miniport_version;
  294. } byte8;
  295. } TW_Command;
  296. #pragma pack()
  297. typedef struct TAG_TW_Ioctl {
  298. unsigned char opcode;
  299. unsigned short table_id;
  300. unsigned char parameter_id;
  301. unsigned char parameter_size_bytes;
  302. unsigned char unit_index;
  303. unsigned char data[1];
  304. } TW_Ioctl;
  305. #pragma pack(1)
  306. /* Structure for new chardev ioctls */
  307. typedef struct TAG_TW_New_Ioctl {
  308. unsigned int data_buffer_length;
  309. unsigned char padding [508];
  310. TW_Command firmware_command;
  311. char data_buffer[1];
  312. } TW_New_Ioctl;
  313. /* GetParam descriptor */
  314. typedef struct {
  315. unsigned short table_id;
  316. unsigned char parameter_id;
  317. unsigned char parameter_size_bytes;
  318. unsigned char data[1];
  319. } TW_Param, *PTW_Param;
  320. /* Response queue */
  321. typedef union TAG_TW_Response_Queue {
  322. u32 response_id;
  323. u32 value;
  324. } TW_Response_Queue;
  325. typedef int TW_Cmd_State;
  326. #define TW_S_INITIAL 0x1 /* Initial state */
  327. #define TW_S_STARTED 0x2 /* Id in use */
  328. #define TW_S_POSTED 0x4 /* Posted to the controller */
  329. #define TW_S_PENDING 0x8 /* Waiting to be posted in isr */
  330. #define TW_S_COMPLETED 0x10 /* Completed by isr */
  331. #define TW_S_FINISHED 0x20 /* I/O completely done */
  332. #define TW_START_MASK (TW_S_STARTED | TW_S_POSTED | TW_S_PENDING | TW_S_COMPLETED)
  333. /* Command header for ATA pass-thru */
  334. typedef struct TAG_TW_Passthru
  335. {
  336. unsigned char opcode__sgloffset;
  337. unsigned char size;
  338. unsigned char request_id;
  339. unsigned char aport__hostid;
  340. unsigned char status;
  341. unsigned char flags;
  342. unsigned short param;
  343. unsigned short features;
  344. unsigned short sector_count;
  345. unsigned short sector_num;
  346. unsigned short cylinder_lo;
  347. unsigned short cylinder_hi;
  348. unsigned char drive_head;
  349. unsigned char command;
  350. TW_SG_Entry sg_list[TW_ATA_PASS_SGL_MAX];
  351. unsigned char padding[12];
  352. } TW_Passthru;
  353. typedef struct TAG_TW_Device_Extension {
  354. u32 base_addr;
  355. unsigned long *alignment_virtual_address[TW_Q_LENGTH];
  356. unsigned long alignment_physical_address[TW_Q_LENGTH];
  357. int is_unit_present[TW_MAX_UNITS];
  358. unsigned long *command_packet_virtual_address[TW_Q_LENGTH];
  359. unsigned long command_packet_physical_address[TW_Q_LENGTH];
  360. struct pci_dev *tw_pci_dev;
  361. struct scsi_cmnd *srb[TW_Q_LENGTH];
  362. unsigned char free_queue[TW_Q_LENGTH];
  363. unsigned char free_head;
  364. unsigned char free_tail;
  365. unsigned char pending_queue[TW_Q_LENGTH];
  366. unsigned char pending_head;
  367. unsigned char pending_tail;
  368. TW_Cmd_State state[TW_Q_LENGTH];
  369. u32 posted_request_count;
  370. u32 max_posted_request_count;
  371. u32 request_count_marked_pending;
  372. u32 pending_request_count;
  373. u32 max_pending_request_count;
  374. u32 max_sgl_entries;
  375. u32 sgl_entries;
  376. u32 num_resets;
  377. u32 sector_count;
  378. u32 max_sector_count;
  379. u32 aen_count;
  380. struct Scsi_Host *host;
  381. struct semaphore ioctl_sem;
  382. unsigned short aen_queue[TW_Q_LENGTH];
  383. unsigned char aen_head;
  384. unsigned char aen_tail;
  385. volatile long flags; /* long req'd for set_bit --RR */
  386. int reset_print;
  387. volatile int chrdev_request_id;
  388. wait_queue_head_t ioctl_wqueue;
  389. } TW_Device_Extension;
  390. #pragma pack()
  391. #endif /* _3W_XXXX_H */