Lines Matching defs:io_accel1_cmd
436 struct io_accel1_cmd { struct
437 __le16 dev_handle; /* 0x00 - 0x01 */
438 u8 reserved1; /* 0x02 */
439 u8 function; /* 0x03 */
440 u8 reserved2[8]; /* 0x04 - 0x0B */
441 u32 err_info; /* 0x0C - 0x0F */
442 u8 reserved3[2]; /* 0x10 - 0x11 */
443 u8 err_info_len; /* 0x12 */
444 u8 reserved4; /* 0x13 */
445 u8 sgl_offset; /* 0x14 */
446 u8 reserved5[7]; /* 0x15 - 0x1B */
447 __le32 transfer_len; /* 0x1C - 0x1F */
448 u8 reserved6[4]; /* 0x20 - 0x23 */
449 __le16 io_flags; /* 0x24 - 0x25 */
450 u8 reserved7[14]; /* 0x26 - 0x33 */
451 u8 LUN[8]; /* 0x34 - 0x3B */
452 __le32 control; /* 0x3C - 0x3F */
453 u8 CDB[16]; /* 0x40 - 0x4F */
454 u8 reserved8[16]; /* 0x50 - 0x5F */
455 __le16 host_context_flags; /* 0x60 - 0x61 */
456 __le16 timeout_sec; /* 0x62 - 0x63 */
457 u8 ReplyQueue; /* 0x64 */
458 u8 reserved9[3]; /* 0x65 - 0x67 */
459 __le64 tag; /* 0x68 - 0x6F */
460 __le64 host_addr; /* 0x70 - 0x77 */
461 u8 CISS_LUN[8]; /* 0x78 - 0x7F */
462 struct SGDescriptor SG[IOACCEL1_MAXSGENTRIES];