Searched defs:ecmd_entry (Results 1 – 1 of 1) sorted by relevance
612 struct ecmd_entry { struct613 uint8_t entry_type; /* Entry type. */615 uint8_t entry_count; /* Entry count. */616 uint8_t sys_define; /* System defined. */617 uint8_t entry_status; /* Entry Status. */618 uint32_t handle; /* System handle. */619 uint8_t lun; /* SCSI LUN */620 uint8_t target; /* SCSI ID */621 __le16 cdb_len; /* SCSI command length. */622 __le16 control_flags; /* Control flags. */[all …]