Searched defs:ecmd_entry (Results 1 – 1 of 1) sorted by relevance
621 struct ecmd_entry { struct622 uint8_t entry_type; /* Entry type. */624 uint8_t entry_count; /* Entry count. */625 uint8_t sys_define; /* System defined. */626 uint8_t entry_status; /* Entry Status. */627 uint32_t handle; /* System handle. */628 uint8_t lun; /* SCSI LUN */629 uint8_t target; /* SCSI ID */630 __le16 cdb_len; /* SCSI command length. */631 __le16 control_flags; /* Control flags. */[all …]