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