Lines Matching defs:io_accel1_cmd
478 struct io_accel1_cmd { struct
479 __le16 dev_handle; /* 0x00 - 0x01 */
480 u8 reserved1; /* 0x02 */
481 u8 function; /* 0x03 */
482 u8 reserved2[8]; /* 0x04 - 0x0B */
483 u32 err_info; /* 0x0C - 0x0F */
484 u8 reserved3[2]; /* 0x10 - 0x11 */
485 u8 err_info_len; /* 0x12 */
486 u8 reserved4; /* 0x13 */
487 u8 sgl_offset; /* 0x14 */
488 u8 reserved5[7]; /* 0x15 - 0x1B */
489 __le32 transfer_len; /* 0x1C - 0x1F */
490 u8 reserved6[4]; /* 0x20 - 0x23 */
491 __le16 io_flags; /* 0x24 - 0x25 */
492 u8 reserved7[14]; /* 0x26 - 0x33 */
493 u8 LUN[8]; /* 0x34 - 0x3B */
494 __le32 control; /* 0x3C - 0x3F */
495 u8 CDB[16]; /* 0x40 - 0x4F */
496 u8 reserved8[16]; /* 0x50 - 0x5F */
497 __le16 host_context_flags; /* 0x60 - 0x61 */
498 __le16 timeout_sec; /* 0x62 - 0x63 */
499 u8 ReplyQueue; /* 0x64 */
500 u8 reserved9[3]; /* 0x65 - 0x67 */
501 __le64 tag; /* 0x68 - 0x6F */
502 __le64 host_addr; /* 0x70 - 0x77 */
503 u8 CISS_LUN[8]; /* 0x78 - 0x7F */
504 struct SGDescriptor SG[IOACCEL1_MAXSGENTRIES];