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