Lines Matching defs:io_accel2_cmd
582 struct io_accel2_cmd { struct
583 u8 IU_type; /* IU Type */
584 u8 direction; /* direction, memtype, and encryption */
590 u8 reply_queue; /* Reply Queue ID */
591 u8 reserved1; /* Reserved */
592 __le32 scsi_nexus; /* Device Handle */
593 __le32 Tag; /* cciss tag, lower 4 bytes only */
594 __le32 tweak_lower; /* Encryption tweak, lower 4 bytes */
595 u8 cdb[16]; /* SCSI Command Descriptor Block */
596 u8 cciss_lun[8]; /* 8 byte SCSI address */
597 __le32 data_len; /* Total bytes to transfer */
598 u8 cmd_priority_task_attr; /* priority and task attrs */
601 u8 sg_count; /* Number of sg elements */
602 __le16 dekindex; /* Data encryption key index */
603 __le64 err_ptr; /* Error Pointer */
604 __le32 err_len; /* Error Length*/
605 __le32 tweak_upper; /* Encryption tweak, upper 4 bytes */
606 struct ioaccel2_sg_element sg[IOACCEL2_MAXSGENTRIES];
607 struct io_accel2_scsi_response error_data;